Cause: Within a transaction, an attempt was made to perform distributed access after a PDML or insert direct statement had been issued. See the solution below.
Error solution: Commit/rollback the PDML transaction first, and then perform the distributed access, or perform the distributed access before the first PDML statement in the transaction.
Database version: Oracle 11g Release 2 (11.2)