邏輯備庫 ORA-00600: internal error code, arguments: [krvxbpx20]

aaqwsh發表於2010-12-10
昨天在測試 rac   與 單節點的邏輯備庫和單節的物理備庫直接的切換,出現下面的錯誤:
 
ORA-00600: internal error code, arguments: [krvxbpx20], [1], [34], [63], [16], [], [], []
Thu Dec 09 21:42:09 CST 2010
RFS LogMiner: Client enabled and ready for notification
Thu Dec 09 21:42:09 CST 2010
Primary database is in MAXIMUM PERFORMANCE mode
 
解決方法:

select ksppstvl from x$ksppsv where indx = (select indx from x$ksppi where ksppinm = '_in_memory_undo');

 

--alter system set "_in_memory_undo"=false;

 

select supplemental_log_data_min as supp_log,

supplemental_log_data_pk as supp_pk,

supplemental_log_data_ui as supp_ui

from v$database;

 

--alter database add supplemental log data (primary key, unique index) columns;

 
參考

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/758322/viewspace-681547/,如需轉載,請註明出處,否則將追究法律責任。

相關文章