天天看點

ORACLE 非歸檔變成歸檔

1 . 在mount下才可以變成歸檔。

SQL> shutdown immediate

資料庫已經關閉。

已經解除安裝資料庫。

ORACLE 例程已經關閉。

SQL> startup mount;

ORACLE 例程已經啟動。

Total System Global Area  778387456 bytes

Fixed Size                  1374808 bytes

Variable Size             377488808 bytes

Database Buffers          394264576 bytes

Redo Buffers                5259264 bytes

資料庫裝載完畢。

SQL> alter database archivelog;

資料庫已更改。

SQL> archivelog list;

SP2-0734: 未知的指令開頭 "archivelog..." - 忽略了剩餘的行。

SQL> archive log list;

資料庫日志模式            存檔模式

自動存檔             啟用

存檔終點            USE_DB_RECOVERY_FILE_DEST

最早的聯機日志序列     58

下一個存檔日志序列   60

目前日志序列           60