11g資料庫設定歸檔模式
文件目的:將11.2資料庫設定為歸檔模式,並觀察歸檔日誌的產生。
[oracle@rac1 ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Mon Nov 26 06:51:13 2012
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> archive log list;
Database log mode No Archive Mode
Automatic archival Disabled
Archive destination USE_DB_RECOVERY_FILE_DEST
Oldest online log sequence 31
Current log sequence 33
SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup mount;
ORACLE instance started.
Total System Global Area 497995776 bytes
Fixed Size 1337464 bytes
Variable Size 369100680 bytes
Database Buffers 121634816 bytes
Redo Buffers 5922816 bytes
Database mounted.
SQL> alter database archivelog;
Database altered.
SQL> alter database open;
Database altered.
SQL> alter system set log_archive_dest_1='location=/u01/app/oracle/flash_recovery_area/';
System altered.
SQL> archive log list;
Database log mode Archive Mode
Automatic archival Enabled
Archive destination /u01/app/oracle/flash_recovery_area/
Oldest online log sequence 31
Next log sequence to archive 33
Current log sequence 33
SQL> select name from v$archived_log;
no rows selected
SQL> alter system archive log current;
System altered.
SQL> select name from v$archived_log;
NAME
--------------------------------------------------------------------------------
/u01/app/oracle/flash_recovery_area/1_33_797441403.dbf
SQL> alter system switch logfile;
System altered.
SQL> select name from v$archived_log;
NAME
--------------------------------------------------------------------------------
/u01/app/oracle/flash_recovery_area/1_33_797441403.dbf
/u01/app/oracle/flash_recovery_area/1_34_797441403.dbf
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9529380/viewspace-750419/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- OARCLE資料庫歸檔模式的設定資料庫模式
- 如何設定資料庫為歸檔模式資料庫模式
- Oracle資料庫設定為歸檔模式的操作方法Oracle資料庫模式
- Oracle 11g資料庫改為非歸檔模式Oracle資料庫模式
- 設定歸檔模式模式
- Oracle歸檔模式與非歸檔模式設定Oracle模式
- oracle資料庫rman歸檔設定和管理Oracle資料庫
- 歸檔模式的設定模式
- 資料庫啟動歸檔模式資料庫模式
- 開啟資料庫歸檔模式資料庫模式
- 修改資料庫的歸檔模式資料庫模式
- 更改資料庫為歸檔模式資料庫模式
- 非歸檔模式恢復資料庫模式資料庫
- 將資料庫修改為歸檔模式資料庫模式
- oracle 修改資料庫為歸檔模式Oracle資料庫模式
- Oracle資料庫切換歸檔模式Oracle資料庫模式
- 檢視oracle資料庫是否歸檔和修改歸檔模式Oracle資料庫模式
- LightBD/PostgreSQL資料庫設定歸檔保留時間SQL資料庫
- 修改叢集資料庫的歸檔模式資料庫模式
- 檢視oracle資料庫是否歸檔和修改歸檔模式(轉)Oracle資料庫模式
- DB2 設定歸檔模式DB2模式
- Oracle資料庫歸檔模式的切換ELOracle資料庫模式
- 檢視oracle資料庫是否為歸檔模式Oracle資料庫模式
- 修改資料庫歸檔模式(ARCHIVELOG/NOARCHIVELOG)資料庫模式Hive
- 備份前先設定成歸檔模式模式
- sqlplus下設定歸檔模式SQL模式
- 【轉】雙節點RAC下將資料庫從非歸檔模式更改到歸檔模式資料庫模式
- 11g閃回資料歸檔
- ORACLE 12C 開啟資料庫歸檔模式Oracle資料庫模式
- 非歸檔模式下恢復資料庫兩例模式資料庫
- 將資料庫轉換為歸檔日誌模式資料庫模式
- Oracle歸檔模式、引數意義、設定Oracle模式
- ORACLE資料庫歸檔改為非歸檔Oracle資料庫
- Oracle 11g 閃回資料歸檔Oracle
- 歸檔模式下資料庫全恢復的過程模式資料庫
- 【ARCHIVE】單機環境修改資料庫為歸檔模式Hive資料庫模式
- oracle 11gR2 改資料庫為歸檔模式Oracle資料庫模式
- 修改歸檔模式的通用步驟(非RAC 資料庫)模式資料庫