Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: removing a datafile
Maybe that's the way it is - you cannot actually delete the datafile
entry in the data dictionary. Delete a tablespace is possible, which means
delete all the datafiles that constitute that tablespace. Deleting
a datafile may not be "logically" possible, because a datafile is
NOT an independent storage unit (i.e. a table may span across
several datafiles within the same tablespace).
Xuequn Xu
gonagona_at_my-deja.com wrote:
: What is the best way to remove a datafile from a database? I know I
: need to take it offline, remove it physically, and take the database
: online. However, when I check v$datafile, it says the status of the
: file I deleted is RECOVER.
: Please help!
: Thanks alot!
: Sent via Deja.com http://www.deja.com/
: Before you buy.
Received on Fri Oct 29 1999 - 01:32:28 CDT
![]() |
![]() |