Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: advanced replication error v8.1.7 ORA-01403
If you there is error in the DEFERROR view, and you are sure that there are no error in replication you can try to delete it manually:
execute
dbms_defer_sys.delete_error(deferred_tran_id,'REPLICATION_SITE');
HTH,
Sonja
-----Original Message-----
Sent: Wednesday, April 04, 2001 9:36 PM
To: Multiple recipients of list ORACLE-L
When running master to master replication, we experience an error that caused a deferred sys transaction error. The cause of the original error is fixed and we attempted to run DBMS_DEFER_SYS.EXECUTE_ERROR to rerun the transaction in error. This fails with the same original error of ORA-01403.
This is on Solaris 2.7, Oracle v8.1.7.0.0,
Anyone know how to get these deferred transactions to process.
Oracle support answer has been to manually generate DML to resync the tables. There has to be a better way!!!
John Fedock
iXL, Inc.
<mailto:jfedock_at_ixl.com> jfedock_at_ixl.com http://www.ixl.com <http://www.ixl.com/>
This message is intended only for the use of the addressee and may contain information that is PRIVILEGED and CONFIDENTIAL. If you are not the intended recipient, dissemination of this communication is prohibited. If you have received this communication in error, please erase all copies of the message and its attachments and notify us immediately.
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
INET: jfedock_at_ixl.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Apr 05 2001 - 06:32:40 CDT
![]() |
![]() |