oracle11g修改資料檔案路徑
有時候我們想把資料檔案移動到其他的目錄下,可以按照如下操作:
-
檢視資料檔案位置
SQL> select file_name from sys.dba_data_files; FILE_NAME -------------------------------------------------------------------------------- /home/app/oracle/oradata/orahq/users01.dbf /home/app/oracle/oradata/orahq/undotbs01.dbf /home/app/oracle/oradata/orahq/sysaux01.dbf /home/app/oracle/oradata/orahq/system01.dbf
2.關機並啟動到mount狀態
SQL> shutdown immediate; Database closed. Database dismounted. ORACLE instance shut down. SQL> startup mount; ORACLE instance started. Total System Global Area 2.1379E+10 bytes Fixed Size 2262656 bytes Variable Size 1677724032 bytes Database Buffers 1.9663E+10 bytes Redo Buffers 36073472 bytes Database mounted. 3.執行修改 SQL> alter database rename file '/home/app/oracle/oradata/orahq/users01.dbf' to '/alidata1/oradata/orahq/users01.dbf'; Database altered. SQL> alter database rename file '/home/app/oracle/oradata/orahq/undotbs01.dbf' to '/alidata1/oradata/orahq/undotbs01.dbf'; Database altered. SQL> alter database rename file '/home/app/oracle/oradata/orahq/sysaux01.dbf' to '/alidata1/oradata/orahq/sysaux01.dbf'; Database altered. SQL> alter database rename file '/home/app/oracle/oradata/orahq/system01.dbf' to '/alidata1/oradata/orahq/system01.dbf'; Database altered.
4.啟動資料庫
SQL> alter database open; Database altered.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/20893244/viewspace-2158739/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 修改資料檔案路徑
- oracle11g修改控制檔案路徑Oracle
- 修改Oracle資料檔名及資料檔案存放路徑Oracle
- oracle 修改資料檔案路徑(四種方式)Oracle
- oracle 修改資料檔案位置(路徑)(移動)Oracle
- 非歸檔模式下的資料檔案路徑修改模式
- postgresql資料庫安裝以及修改資料檔案路徑SQL資料庫
- 【Oracle】如何修改資料檔案和日誌檔案的路徑Oracle
- 用重建控制檔案的方法修改oracle資料檔案路徑Oracle
- 修改資料庫檔名字和路徑資料庫
- CentOS修改Mariadb資料庫檔案儲存路徑CentOS資料庫
- 修改表空間檔案路徑
- 修改資料庫路徑資料庫
- PbootCMS後臺檔案修改路徑位置boot
- 更改資料檔案路徑的方法
- 改變資料檔案的路徑
- win10 onenote如何修改檔案路徑_win10 onenote怎麼修改檔案路徑Win10
- vue專案可修改引入檔案的路徑Vue
- 修改 Windows 98 安裝檔案路徑(轉)Windows
- MySQL資料庫資料檔案路徑遷移步驟MySql資料庫
- 修改歸檔日誌路徑
- 修改資料檔案地址
- Sqlserver資料庫儲存路徑的修改SQLServer資料庫
- 修改chrome使用者資料的路徑Chrome
- oracle 控制檔案路徑修改--ORA-02095Oracle
- 使用RMAN複製活動資料庫(檔案路徑相同)資料庫
- 使用RMAN複製活動資料庫(檔案路徑不同)資料庫
- 物理Standby資料庫的檔案路徑轉換(1)資料庫
- 物理Standby資料庫的檔案路徑轉換(2)資料庫
- 物理Standby資料庫的檔案路徑轉換(3)資料庫
- 桌面檔案在c盤哪個資料夾 c盤桌面檔案路徑
- Python科研武器庫 - 檔案/路徑操作 - 判斷檔案或資料夾Python
- 修改db2的歸檔路徑DB2
- 檔案絕對路徑和相對路徑
- 檔案路徑總結
- SQL Server 檔案路徑SQLServer
- oracle資料庫更改歸檔路徑Oracle資料庫
- css檔案與資源路徑相關CSS