Oracle changes the location of the data file (reference)

xiaoxiao2021-03-06  40

As for mobile data files, you can do this for System Table Space 1. Shutdown 2.copy the systemdata file to / u02 3.startup Mount 4.alter Database Rename DataFile ... TO ... 5. ALTER DATABASE OPEN For ordinary table space 1.alTer TableSpace ... offline 2.copy datafile to / u02 3.aTER DATABASE RENAME DATAFILE ... TO ... 4.ALTER TABLESPACE ... ONLINE

You can shutdown Database, then build a connection, then startup Database, there is no need to move CTL, which is one of the advantages compared to NT.

转载请注明原文地址:https://www.9cbs.com/read-67187.html

New Post(0)