開啟oracle資料庫歸檔
C:\Documents and Settings\Administrator>sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on 星期二 12月 7 14:03:42 2010
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> conn sys/a as sysdba
已連線到空閒例程。
SQL> startup mount
ORACLE 例程已經啟動。
Total System Global Area 608174080 bytes
Fixed Size 1250404 bytes
Variable Size 121637788 bytes
Database Buffers 478150656 bytes
Redo Buffers 7135232 bytes
資料庫裝載完畢。
SQL> alter database noarchivelog;
資料庫已更改。
SQL> archive log list
資料庫日誌模式 非存檔模式
自動存檔 禁用
存檔終點 USE_DB_RECOVERY_FILE_DEST
最早的聯機日誌序列 468
當前日誌序列 470
SQL> alter system set log_archive_dest ='D:\arch' scope =both;
alter system set log_archive_dest ='D:\arch' scope =both
*
第 1 行出現錯誤:
ORA-02097: 無法修改引數, 因為指定的值無效
ORA-16018: 無法將 LOG_ARCHIVE_DEST 與 LOG_ARCHIVE_DEST_n 或
DB_RECOVERY_FILE_DEST 一起使用
SQL> alter system set db_recovery_file_dest ='';
系統已更改。
SQL> archive log list
資料庫日誌模式 非存檔模式
自動存檔 禁用
存檔終點 D:\oracle\product\10.2.0\db_1\RDBMS
最早的聯機日誌序列 468
當前日誌序列 470
SQL> alter system set log_archive_dest ='D:\arch' scope =both;
系統已更改。
SQL> archive log list;
資料庫日誌模式 非存檔模式
自動存檔 禁用
存檔終點 D:\arch
最早的聯機日誌序列 468
當前日誌序列 470
SQL> alter database archivelog;
資料庫已更改。
SQL> archive log list
資料庫日誌模式 存檔模式
自動存檔 啟用
存檔終點 D:\arch
最早的聯機日誌序列 468
下一個存檔日誌序列 470
當前日誌序列 470
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/13726712/viewspace-681106/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle資料庫開啟歸檔Oracle資料庫
- RAC開啟資料庫歸檔資料庫
- 開啟資料庫歸檔模式資料庫模式
- ORACLE 12C 開啟資料庫歸檔模式Oracle資料庫模式
- ORACLE資料庫歸檔改為非歸檔Oracle資料庫
- 資料庫啟動歸檔模式資料庫模式
- oracle資料庫更改歸檔路徑Oracle資料庫
- oracle 修改資料庫為歸檔模式Oracle資料庫模式
- Oracle資料庫切換歸檔模式Oracle資料庫模式
- 檢視oracle資料庫是否歸檔和修改歸檔模式Oracle資料庫模式
- oracle RAC開啟歸檔模式Oracle模式
- oracle 開啟、關閉歸檔Oracle
- 啟用ORACLE9I資料庫的歸檔模式(ARCHIVELOG)Oracle資料庫模式Hive
- 檢視oracle資料庫是否歸檔和修改歸檔模式(轉)Oracle資料庫模式
- oracle RMAN 非歸檔資料庫恢復Oracle資料庫
- 將Oracle資料庫改為歸檔模式並啟用Rman備份Oracle資料庫模式
- oracle資料庫歸檔日誌量陡增分析Oracle資料庫
- Oracle資料庫歸檔模式的切換ELOracle資料庫模式
- 檢視oracle資料庫是否為歸檔模式Oracle資料庫模式
- oracle資料庫rman歸檔設定和管理Oracle資料庫
- 啟動資料庫,啟動監聽,檢視是否歸檔資料庫
- Oracle 資料庫庫配置多路歸檔,防止單點故障Oracle資料庫
- oracle 歸檔日誌開啟,關閉Oracle
- 開啟與關閉oracle的歸檔Oracle
- Oracle資料庫開啟NUMA支援Oracle資料庫
- Oracle閃回資料歸檔Oracle
- oracle 11g開啟歸檔模式及修改歸檔目錄Oracle模式
- SQL資料庫怎麼進行資料歸檔和歸檔管理?SQL資料庫
- oracle 開歸檔Oracle
- Oracle RAC 11gR2開啟歸檔Oracle
- oracle rac及單例項開啟歸檔Oracle單例
- ORACLE 歸檔日誌開啟關閉方法Oracle
- 開啟歸檔模式模式
- ORACLE RAC 啟用歸檔Oracle
- Oracle資料庫日常問題-歸檔異常增長Oracle資料庫
- Oracle 11g資料庫改為非歸檔模式Oracle資料庫模式
- oracle 11gR2 改資料庫為歸檔模式Oracle資料庫模式
- oracle 9i資料庫夯住無法歸檔Oracle資料庫