ORA-02046 - distributed transaction already begun
I would be very grateful for your help.....
I am running a procedure in a package that accesses a view on another database through a database link.
I get the above error on the server....
I set an event '10046 trace name context forever, level 4' and produced a trace file.
I tkprofed it and all it showed the sql that was causing the problem, with a statement '
'The following statement encountered a error during parse: ORA-02046
The document mentions that it is possible from a DBLINK after an error...
The alert log does not show the error.