oracle資料庫更改歸檔路徑
一、資料庫啟動到mount狀態
SQL> shutdown abort;
ORACLE instance shut down.
SQL> startup mount;
ORACLE instance started.
Total System Global Area 281018368 bytes
Fixed Size 2020192 bytes
Variable Size 92277920 bytes
Database Buffers 184549376 bytes
Redo Buffers 2170880 bytes
Database mounted.
二、把歸檔路徑設定空,然後設定log_archive_dest_1路徑
SQL> alter system set log_archive_dest=''scope=spfile;
System altered.
SQL> alter system set log_archive_dest_1='location=/u01/backup/back/'scope=spfile;
System altered.
三、重啟資料庫檢視
SQL> shutdown immediate;
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
SQL> startup
ORACLE instance started.
Total System Global Area 281018368 bytes
Fixed Size 2020192 bytes
Variable Size 92277920 bytes
Database Buffers 184549376 bytes
Redo Buffers 2170880 bytes
Database mounted.
Database opened.
SQL> archive log list;
Database log mode Archive Mode
Automatic archival Enabled
Archive destination /u01/backup/back/
Oldest online log sequence 8
Next log sequence to archive 10
Current log sequence 10
SQL> shutdown abort;
ORACLE instance shut down.
SQL> startup mount;
ORACLE instance started.
Total System Global Area 281018368 bytes
Fixed Size 2020192 bytes
Variable Size 92277920 bytes
Database Buffers 184549376 bytes
Redo Buffers 2170880 bytes
Database mounted.
二、把歸檔路徑設定空,然後設定log_archive_dest_1路徑
SQL> alter system set log_archive_dest=''scope=spfile;
System altered.
SQL> alter system set log_archive_dest_1='location=/u01/backup/back/'scope=spfile;
System altered.
三、重啟資料庫檢視
SQL> shutdown immediate;
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
SQL> startup
ORACLE instance started.
Total System Global Area 281018368 bytes
Fixed Size 2020192 bytes
Variable Size 92277920 bytes
Database Buffers 184549376 bytes
Redo Buffers 2170880 bytes
Database mounted.
Database opened.
SQL> archive log list;
Database log mode Archive Mode
Automatic archival Enabled
Archive destination /u01/backup/back/
Oldest online log sequence 8
Next log sequence to archive 10
Current log sequence 10
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29618264/viewspace-2093966/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 更改ORACLE歸檔路徑及歸檔模式Oracle模式
- [Archive]更改ORACLE預設歸檔路徑HiveOracle
- 更改oracle10g的歸檔模式和歸檔路徑Oracle模式
- 歸檔路徑更改後,如何對資料庫進行恢復(轉)資料庫
- 更改archive log 歸檔路徑和歸檔檔名稱Hive
- 更改資料庫為歸檔模式資料庫模式
- 更改資料檔案路徑的方法
- ORA-00257 (線上更改歸檔路徑,刪除歸檔日誌)
- ORACLE資料庫歸檔改為非歸檔Oracle資料庫
- Oracle資料庫的閃回恢復區及多歸檔路徑的設定Oracle資料庫
- oracle單機改變歸檔路徑Oracle
- 非歸檔模式下的資料檔案路徑修改模式
- Oracle資料庫開啟歸檔Oracle資料庫
- 開啟oracle資料庫歸檔Oracle資料庫
- Oracle 歸檔與非歸檔模式的更改Oracle模式
- 修改資料庫檔名字和路徑資料庫
- standby庫歸檔日誌路徑小節
- oracle 修改資料庫為歸檔模式Oracle資料庫模式
- Oracle資料庫切換歸檔模式Oracle資料庫模式
- redolog檔案更改路徑
- 歸檔日誌多歸檔路徑 duplex
- 檢視oracle資料庫是否歸檔和修改歸檔模式Oracle資料庫模式
- 修改Oracle資料檔名及資料檔案存放路徑Oracle
- 將RAC資料庫更改為不歸檔日誌的模式資料庫模式
- 【轉】雙節點RAC下將資料庫從非歸檔模式更改到歸檔模式資料庫模式
- 改變歸檔檔案路徑
- 檢視oracle資料庫是否歸檔和修改歸檔模式(轉)Oracle資料庫模式
- oracle RMAN 非歸檔資料庫恢復Oracle資料庫
- MySQL資料庫資料檔案路徑遷移步驟MySql資料庫
- 【Oracle】歸檔日誌管理-設定歸檔日誌路徑以及歸檔日誌冗餘Oracle
- 修改歸檔日誌路徑
- oracle歸檔日誌儲存路徑的設定Oracle
- oracle11g修改資料檔案路徑Oracle
- oracle 修改資料檔案路徑(四種方式)Oracle
- oracle 修改資料檔案位置(路徑)(移動)Oracle
- 修改資料庫路徑資料庫
- oracle 資料庫lsnrctl監聽的日誌路徑和trace檔案Oracle資料庫
- postgresql資料庫安裝以及修改資料檔案路徑SQL資料庫