How to fix the Oracle error ORA-24752: OCI_TRANS_NEW flag must be specified for local transactions?
In this post, you’ll learn more about the Oracle ErrorORA-24752: OCI_TRANS_NEW flag must be specified for local transactions with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-24752: OCI_TRANS_NEW flag must be specified for local transactions
Reason for the Error ORA-24752: OCI_TRANS_NEW flag must be specified for local transactions
Application attempted to start a local transaction without using OCI_TRANS_NEW.
How to fix the Error ORA-24752: OCI_TRANS_NEW flag must be specified for local transactions ?
You can fix this error in Oracle by following the below steps
Use OCI_TRANS_NEW when starting local transactions.
Leave Your Comment