開啟歸檔模式
SQL>alter system set log_archive_start=TRUE scope=spfile;
SQL>alter system set log_archive_dest_1='LOCATION=/u01/ora9/oradata/itown01/archive' scope=spfile;
SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup mount;
ORACLE instance started.
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup mount;
ORACLE instance started.
Total System Global Area 236000356 bytes
Fixed Size 451684 bytes
Variable Size 201326592 bytes
Database Buffers 33554432 bytes
Redo Buffers 667648 bytes
Database mounted.
SQL> alter database archivelog;
Fixed Size 451684 bytes
Variable Size 201326592 bytes
Database Buffers 33554432 bytes
Redo Buffers 667648 bytes
Database mounted.
SQL> alter database archivelog;
Database altered.
SQL> alter database open;
Database altered.
SQL> exit
Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production
> ls
> sqlplus /nolog
Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production
> ls
> sqlplus /nolog
SQL*Plus: Release 9.2.0.4.0 - Production on Thu Jun 7 15:47:31 2012
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
SQL> connect / as sysdba
Connected.
SQL> alter system switch logfile;
Connected.
SQL> alter system switch logfile;
System altered.
SQL> exit
Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production
> ls
1_1330.dbf
SQL> exit
Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production
> ls
1_1330.dbf
注:在oracle10g只需要執行開啟歸檔模式命令即可
SQL> alter database archivelog;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26870952/viewspace-732168/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle RAC開啟歸檔模式Oracle模式
- 開啟資料庫歸檔模式資料庫模式
- oracle 11g開啟歸檔模式及修改歸檔目錄Oracle模式
- archive啟用歸檔模式Hive模式
- 開啟歸檔模式及其相關引數模式
- 轉載eygle的開啟oracle的歸檔模式Oracle模式
- ORACLE 12C 開啟資料庫歸檔模式Oracle資料庫模式
- 10g R2 RAC 歸檔模式開啟模式
- 資料庫啟動歸檔模式資料庫模式
- 有關歸檔模式的啟動模式
- Oracle歸檔模式和非歸檔模式Oracle模式
- 非歸檔模式改為歸檔模式模式
- Oracle資料庫歸檔模式的開啟和關閉Oracle資料庫模式
- RAC下啟動日誌歸檔模式模式
- archive log 歸檔模式 啟動關閉Hive模式
- 歸檔模式模式
- RAC 開啟歸檔日誌
- oracle 開啟、關閉歸檔Oracle
- postgresql開啟歸檔日誌SQL
- 歸檔模式與非歸檔模式的切換模式
- Oracle歸檔模式與非歸檔模式設定Oracle模式
- oracle11g RAC 啟動歸檔模式Oracle模式
- oracle 10g rac 啟用歸檔模式Oracle 10g模式
- Oracle11新特性——DATA GUARD開啟模式下應用歸檔Oracle模式
- Oracle歸檔模式和非歸檔模式的區別Oracle模式
- RAC開啟資料庫歸檔資料庫
- Oracle資料庫開啟歸檔Oracle資料庫
- 開啟oracle資料庫歸檔Oracle資料庫
- oracle歸檔模式Oracle模式
- Oracle 歸檔模式Oracle模式
- Oracle10g RAC下啟用歸檔模式Oracle模式
- rac下啟動關閉與更改歸檔模式模式
- ORACLE RAC模式下歸檔模式和非歸檔模式的切換方法Oracle模式
- 更改ORACLE歸檔路徑及歸檔模式Oracle模式
- 改變歸檔模式,顯示歸檔資訊模式
- Oracle 歸檔與非歸檔模式的更改Oracle模式
- oracle 歸檔日誌開啟,關閉Oracle
- 關閉和開啟歸檔日誌