OCI-17117
Cannot set savepoint in an active global transaction.
Cause
oracleSetSavepoint() has been called when the connection is in an active global transaction.
Action
Do not call oracleSetSavepoint() with a global transaction because it is not supported. In a global transaction all the changes either take effect or rollback completely.