|
Re: drop datafile [message #59070 is a reply to message #59066] |
Mon, 27 October 2003 04:23 |
Uwe
Messages: 260 Registered: February 2003 Location: Zürich, Switzerland
|
Senior Member |
|
|
Hi orak,
This should help you
ALTER DATABASE DATAFILE '/u02/oracle/rbdb1/users03.dbf' OFFLINE DROP;
hth
Uwe
|
|
|
|
Re: drop datafile [message #59079 is a reply to message #59066] |
Mon, 27 October 2003 12:30 |
Thiru
Messages: 1089 Registered: May 2002
|
Senior Member |
|
|
Even when you do a
Alter database datafile 'filename' offline drop;
the file remains in the data dictionary with a status of 'RECOVER' or 'OFFLINE' . You will need to drop the tablespace to completely get rid of the file.
-Thiru
|
|
|