ORA-02046: distributed transaction already begun
Hi,
I have written a PL/SQL procedure, which is inserting some records in a remote table in another database through dblink. First time, the procedure runs fine, but when I try to run it second time, it gives me following error:
ORA-02046: distributed transaction already begun
Is there any solution or workround to this problem?
Thanks and regards