Oracle Error Message
ORA-24752: OCI_TRANS_NEW flag must be specified for local transactions
Reason for the Error
Application attempted to start a local transaction without using OCI_TRANS_NEW.
Solution
Use OCI_TRANS_NEW when starting local transactions.