...
To find the actual SQL statement run the following query and match the Transaction ID (run on source database):
Panel | ||
---|---|---|
| ||
SQL> select inst_id, to_char(XIDUSN, 'xxxxxxxx'), to_char(XIDSLOT,'xxxxxxxx'), to_char(XIDSQN,'xxxxxxxx') from gv$transaction; |
...
Info |
---|
If this above transaction does not return any rows, then look into v$session on target database to find the Transaction ID in columns MODULE and ACTION |
...