Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Difference between 'offline' and 'offline drop'

569820Jun 1 2007 — edited Jun 1 2007
Hi,

Can someone tell me what is the difference between the following 2 commands:

1. Alter database datafile '<file path and name>' offline
2. Alter database datafile '<file path and name>' offline drop

Does the second command drops the datafile? (in addition to making it offline)

If yes, then what will happen to tables and indexes which span more than one datafiles including this datafile?

and if no, then what is different between this command (2) and command(1) above?

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 29 2007
Added on Jun 1 2007
7 comments
1,567 views