标题: ORA-12840: cannot access a remote table after [打印本页] 作者: admin 时间: 2016-8-10 14:16 标题: ORA-12840: cannot access a remote table after ORA-12840: cannotaccess a remote table after parallel/insert direct load txn Cause: Within a transaction, an attempt was made to performdistributed access
after a PDML or insert direct statement had been issued. Action: Commit/rollbackthe PDML transaction first, and then perform the
distributed access, or perform the distributed access before the first PDML
statement in the transaction.