刪除APPLY出錯解決

logjiang發表於2009-03-19

報錯的內容ORA-26663: error queue for apply process xxxx must be empty

[oracle@gbdb ~]$ oerr ORA 26663
26663, 00000, "error queue for apply process %s must be empty"
// *Cause: The error queue for this apply process contains error entries.
// *Action: Execute or delete errors in the error queue.

解決方法,刪除表apply$_error;

delete from apply$_error;

[@more@]刪除

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

相關文章