Oracle11g Dataguard錯誤ORA-02097:ORA-16053:
在配置Dataguard時,執行命令發生下面的錯誤:
SQL> alter system set log_archive_dest_1='location=/u01/app/oracle/flash_recovery_area/HYOMS/archivelog valid_for=(all_logfiles,all_roles) db_unique_name=hyoms01';
alter system set log_archive_dest_1='location=/u01/app/oracle/flash_recovery_area/HYOMS/archivelog valid_for=(all_logfiles,all_roles) db_unique_name=hyoms01'
*
ERROR at line 1:
ORA-02097: parameter cannot be modified because specified value is invalid
ORA-16053: DB_UNIQUE_NAME hyoms01 is not in the Data Guard Configuration
這是因為剛執行的alter system set db_unique_name='hyoms01' scope=spfile;還沒有資料庫識別到
需要重新啟動資料庫可以解決。
SQL> select * from V$DATAGUARD_CONFIG ;
DB_UNIQUE_NAME
------------------------------
hyoms
hyoms01
hyoms02
SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup
SQL> select * from V$DATAGUARD_CONFIG ;
DB_UNIQUE_NAME
------------------------------
hyoms01
hyoms02
SQL> alter system set log_archive_dest_1='location=/u01/app/oracle/flash_recovery_area/HYOMS/archivelog valid_for=(all_logfiles,all_roles) db_unique_name=hyoms01';
System altered.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12778571/viewspace-682706/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORACLE11g DataGuard手工建立錯誤的解決方案(一)Oracle
- ORACLE11g DataGuard手工建立錯誤的解決方案(二)Oracle
- oracle dataguard 配置錯誤彙總Oracle
- 搭建dataguard時,錯誤處理
- Oracle DataGuard Standby database ID mismatch錯誤OracleDatabase
- oracle11g dataguard切換Oracle
- DataGuard ORA-10458錯誤解決方案
- oracle11g dataguard 完全手冊Oracle
- Oracle11g 搭建DataGuard(筆記)Oracle筆記
- oracle11g dataguard完全手冊--failover &active dataguard(完)OracleAI
- ORACLE11G解決ORA-00845錯誤Oracle
- oracle11g單節點DataGuard搭建Oracle
- oracle11g dataguard完全手冊--switchoverOracle
- Oracle11g 搭建單例項DataGuardOracle單例
- 安裝oracle11g遇到的Oracle11g Error in invoking target類錯誤OracleError
- Oracle11g新增密碼錯誤延遲驗證Oracle密碼
- ORACLE11G ORA-600[kkdcacr ptn_kxcp]錯誤Oracle
- Oracle11g DataGuard 新特點小結Oracle
- Linux下安裝oracle11g和錯誤詳解LinuxOracle
- Oracle DataGuard 主備切換 (switchover) oracle11gOracle
- IMP-00019錯誤與修改oracle11g字符集Oracle
- oracle11g 在dg中standby檢視報ora-04045錯誤Oracle
- Oracle11g R2之Dataguard搭建物理standbyOracle
- dataguard安裝ORA-12560: TNS: 協議介面卡錯誤協議
- DataGuard切換報ora-16009錯誤的解決辦法
- 在Oracle11g RAC環境下處理ORA-00845錯誤案例Oracle
- Oracle11g GoldenGate配置錯誤OGG-00868 Attaching to ASM serverOracleGoASMServer
- 新增ASM磁碟報錯ORA-02097和ORA-15014ASM
- Oracle11g的Dataguard測試,建立物理備庫(Physical Standby Database)OracleDatabase
- 安裝oracle11g報錯Oracle
- 【ARCH】留存,Oracle11g之前Dataguard環境刪除歸檔指令碼Oracle指令碼
- 配置Oracle11g的Dataguard測試,建立物理備庫(Physical Standby Database)OracleDatabase
- Oracle11g RAC (ASM) 及Active Dataguard開啟與關閉 [final]OracleASM
- Oracle11g R2 Streams出現ORA-26744: ORA-26767:錯誤Oracle
- ORACLE 異常錯誤 錯誤號大全Oracle
- Oracle11g active dataguard 是否適合於大資料量操作的系統Oracle大資料
- nginx 錯誤除錯Nginx除錯
- rac錯誤除錯除錯