更改Oracle檔案位置

發表於2008-04-07

控制檔案,注意引數的設定格式:

startup nomount;

alter system set control_files="xxxxx", "xxxxx" scope=spfile;

資料和日誌檔案:

startup mount;

alter database rename file "xxxx" to "xxxx";

[@more@]

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

相關文章