ORA-24752: OCI_TRANS_NEW flag must be specified for local transactions

文档解释

ORA-24752: OCI_TRANS_NEW flag must be specified for local transactions

Cause: Application attempted to start a local transaction without using OCI_TRANS_NEW.

Action: Use OCI_TRANS_NEW when starting local transactions.

你可能感兴趣的