ORA-19602 歸檔模式的轉化

potoo發表於2010-12-13

方法1

[@more@]

--------------------------------------------------------

SQL> startup mount
ORACLE 例程已經啟動。

Total System Global Area 167772160 bytes
Fixed Size 1247876 bytes
Variable Size 75498876 bytes
Database Buffers 83886080 bytes
Redo Buffers 7139328 bytes
資料庫裝載完畢。
SQL> alter database archivelog;

資料庫已更改。

SQL> archive log list;
資料庫日誌模式 存檔模式
自動存檔 啟用
存檔終點 USE_DB_RECOVERY_FILE_DEST
最早的聯機日誌序列 105
下一個存檔日誌序列 107
當前日誌序列 107
SQL> show parameter log_archive_start;

NAME TYPE VALUE
------------------- ----------- -----
log_archive_start boolean FALSE

SQL> alter system set log_archive_start=true scope=spfile;

系統已更改。


SQL> alter database open;

資料庫已更改。

------------------------------------------------------------------------

方法2:

歸檔模式和非歸檔模式的轉化:

1,資料庫mount狀態;

2, alter database archivelog;

3,此狀態只記錄在控制檔案裡。

系統log日誌的切換:alter system switch logfile;

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

相關文章