Showing posts with label ORA-24752: OCI_TRANS_NEW flag must be specified for local transactions. Show all posts
Showing posts with label ORA-24752: OCI_TRANS_NEW flag must be specified for local transactions. Show all posts

Monday, 23 April 2012

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.