ORA-16072: a minimum of one standby database destination is required

     今天在測試環境中弄DG的時候出現了ORA-16072: a minimum of one standby database destination is required的報錯:sql

     環境以下:OS :RHEL 5.6 X86_64   DB:11.2.0.3.2 (單機)數據庫

     原來是一個DG環境,因爲備庫已經損壞了,如今須要刪除現有環境中的DG,從新搭建一個新的DG環境。在主庫上面刪除DG相關的參數、redo與相關的物理文件的。啓動主庫時就報錯。後臺日誌以下:oracle

  
  
  
  
  1. ARC0: Archival started 
  2. LGWR: STARTING ARCH PROCESSES COMPLETE 
  3. ARC0: STARTING ARCH PROCESSES 
  4. LGWR: Primary database is in MAXIMUM AVAILABILITY mode 
  5. LGWR: Destination LOG_ARCHIVE_DEST_1 is not serviced by LGWR 
  6. LGWR: Minimum of 1 LGWR standby database required 
  7. Errors in file /usr/app/oracle/diag/diag/rdbms/vcm01_b/vcm01/trace/vcm01_lgwr_2803.trc: 
  8. ORA-16072: a minimum of one standby database destination is required 

     trace文件中的內容以下:app

  
  
  
  
  1. Trace file /usr/app/oracle/diag/diag/rdbms/vcm01_b/vcm01/trace/vcm01_lgwr_2803.trc 
  2. Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production 
  3. With the Partitioning, OLAP, Data Mining and Real Application Testing options 
  4. ORACLE_HOME = /usr/app/oracle/110203/v01 
  5. System name:    Linux 
  6. Node name:      pekdc1-vcm-04 
  7. Release:        2.6.18-238.el5 
  8. Version:        #1 SMP Thu Jan 13 15:51:15 EST 2011 
  9. Machine:        x86_64 
  10. Instance name: vcm01 
  11. Redo thread mounted by this instance: 1 
  12. Oracle process number: 11 
  13. Unix process pid: 2803, p_w_picpath: oracle@pekdc1-vcm-04 (LGWR) 
  14.  
  15.  
  16. *** 2012-11-06 09:23:30.058 
  17. *** SESSION ID:(2267.1) 2012-11-06 09:23:30.058 
  18. *** CLIENT ID:() 2012-11-06 09:23:30.058 
  19. *** SERVICE NAME:() 2012-11-06 09:23:30.058 
  20. *** MODULE NAME:() 2012-11-06 09:23:30.058 
  21. *** ACTION NAME:() 2012-11-06 09:23:30.058 
  22.  
  23. Destination LOG_ARCHIVE_DEST_1 is not serviced by LGWR 
  24. Standby database verification failed:16072 
  25. error 16072 detected in background process 
  26. ORA-16072: a minimum of one standby database destination is required 
  27. kjzduptcctx: Notifying DIAG for crash event 
  28. ----- Abridged Call Stack Trace ----- 
  29. ksedsts()+461<-kjzdssdmp()+267<-kjzduptcctx()+232<-kjzdicrshnfy()+53<-ksuitm()+1332<-ksbrdp()+3344<-opirip()+623<-opidrv()+603<-sou2o()+103<-opimai_real()+266<-ssthrdmain()+252<-main()+201<-__libc_start_main()+244<-_start()+36 
  30. ----- End of Abridged Call Stack Trace ----- 
  31.  
  32. *** 2012-11-06 09:23:30.166 
  33. LGWR (ospid: 2803): terminating the instance due to error 16072 
  34. ksuitm: waiting up to [5] seconds before killing DIAG(2783) 

      緣由是因爲原環境配置了FSFO,數據庫在最大可性的模式下面,刪除DG,須要修改數據庫在最大性能下面。修改語法以下:  ide

  
  
  
  
  1. sqlplus / as sysdba 
  2. SQL> startup mount  
  3. SQL> alter database set standby to maximize performance; 
  4. SQL> alter database open

      修改後數據庫啓動正常。性能

相關文章
相關標籤/搜索