Regarding Datafile [message #161570] |
Mon, 06 March 2006 01:41 |
frank.svs
Messages: 162 Registered: February 2006
|
Senior Member |
|
|
Hi ,
How to drop a datafile of a particular tablespace.
I've a tablespace USERS for which it has 2 datafiles associated with iti.e users01.dbf and users02.dbf . Now i want to drop
users02.dbf datafile. i said,
SQL>alter database datafile 11 offline drop;
Database Altered.
But physically it is not removed and moreover the entry is still exists in the DICTionary tables. Why.What could be reason behind it. I want to drop that datafile at OS level also.
I am working on windows OS and Oracle 9.2.0.1.0 version
Thank Q.
|
|
|
|
|