Showing posts with label Resolve In-Doubt-Transaction (IDT) in Oracle Database. Show all posts
Showing posts with label Resolve In-Doubt-Transaction (IDT) in Oracle Database. Show all posts

Friday, May 12, 2023

Resolve In-Doubt-Transaction (IDT)

 select LOCAL_TRAN_ID from dba_2pc_pending;
retruns idt Value
rollback force 'IDT Value' ;
commit;
commit;
exec dbms_transaction.purge_lost_db_entry('IDT Value');
commit;

opatchauto

# Log in as root su - root # Execute opatchauto against the unzipped patch directory /u01/app/19.0.0/ grid /OPatch/opatchauto apply /tmp/pat...