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
- 【Oracle】歸檔日誌管理-設定歸檔日誌路徑以及歸檔日誌冗餘Oracle
- Oracle資料庫歸檔模式的切換ELOracle資料庫模式
- oracle資料庫歸檔日誌量陡增分析Oracle資料庫
- oracle11g修改資料檔案路徑Oracle
- oracle 修改資料檔案位置(路徑)(移動)Oracle
- oracle 修改資料檔案路徑(四種方式)Oracle
- oracle 資料庫lsnrctl監聽的日誌路徑和trace檔案Oracle資料庫
- Oracle資料庫日常問題-歸檔異常增長Oracle資料庫
- Oracle資料庫歸檔模式的開啟和關閉Oracle資料庫模式
- 【Oracle】如何修改資料檔案和日誌檔案的路徑Oracle
- CentOS修改Mariadb資料庫檔案儲存路徑CentOS資料庫
- oracle升級後資料檔案路徑變為大寫Oracle
- SQL資料庫怎麼進行資料歸檔和歸檔管理?SQL資料庫
- Oracle資料庫分割槽表SPLIT操作導致歸檔瘋漲Oracle資料庫
- RAC開啟資料庫歸檔資料庫
- [重慶思莊每日技術分享]-ORACLE DG物理備庫使用別名資料檔案改變路徑到OMF路徑Oracle
- 1.3. 資料庫路徑整合資料庫
- Python科研武器庫 - 檔案/路徑操作 - 判斷檔案或資料夾Python
- Polardb-O資料庫歸檔配置資料庫
- win10 如何更改桌面資料夾路徑 win10 更換桌面路徑方法Win10
- oracle歸檔Oracle
- Oracle設定多個歸檔路徑生成多份歸檔日誌,Rman備份時也只備份其中的一份歸檔日誌Oracle
- oracle資料庫的配置檔案Oracle資料庫
- Sybase或SQLServer資料庫分批歸檔方案SQLServer資料庫
- dedecms資料庫配置檔案所在路徑為:/data/common.inc.php資料庫PHP
- Sqlserver資料庫儲存路徑的修改SQLServer資料庫
- oracle11g修改控制檔案路徑Oracle
- 兩種方法更改windows系統預設資料夾路徑(appdata等資料夾)WindowsAPP
- gcc g++ 新增標頭檔案路徑和庫檔案路徑的方法GC
- oracle uncatalog資料庫備份檔案Oracle資料庫
- 達夢資料庫歸檔方式及其配置方法資料庫
- Oralce資料庫關閉歸檔日誌並且刪除歸檔日誌資料庫
- Python科研武器庫 - 檔案/路徑操作 - 判斷路徑是否存在Python
- Oracle檢視歸檔是否被備庫應用Oracle
- oracle adg備庫歸檔滿了無法同步Oracle
- oracle歸檔日誌Oracle