Public dblink fails ora-02068 (disconnect),ora-03113 then ora-24757
I am pulling over individual columns (nothing like a blob or anything), and I get disconnected and the next time I attempt (through the public dblink) I receive the ora-24757:
// *Cause: An attempt was made to start a new transaction with an identifier
// already in use by an existing transaction.
// *Action: Verify that the identifier is not in use.
A select * fails immediately...sometimes I am able to pull certain columns then it fails..like it hits a length issue.
this is a 10.2.0.4 db connecting to a 11.2.0.1.0 db.
// already in use by an existing transaction.
// *Action: Verify that the identifier is not in use.
A select * fails immediately...sometimes I am able to pull certain columns then it fails..like it hits a length issue.
this is a 10.2.0.4 db connecting to a 11.2.0.1.0 db.
0