Database Error Messages

OCI-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.