alter database datafile .... offline drop的問題

empo007發表於2007-06-29

10G 之前:

If the database is in NOARCHIVELOG mode, you must specify the DROP clause to take a datafile offline. However, the DROP clause does not remove the datafile from the database. To do that, you must drop the tablespace in which the datafile resides. Until you do so, the datafile remains in the data dictionary with the status RECOVER or OFFLINE.

If the database is in ARCHIVELOG mode, Oracle ignores the DROP keyword.

10G 之後:

ALTER TABLESPACE ... DROP DATAFILE ...;

[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/85922/viewspace-922156/,如需轉載,請註明出處,否則將追究法律責任。

相關文章