Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using DBMS_LOCK in distributed environment

Status
Not open for further replies.

forrozeiro

Programmer
Sep 1, 2001
38
0
0
BR
Hi :)
When I call DBMS_LOCK.request with the release_on_commit parameter set to TRUE in a distributed transaction subordinate session I get this:

ORA-02089: COMMIT is not allowed in a subordinate

I did not commit in the subordinate, I only set for the lock to be released when the commit/rollback be executed.
Could anyone help me on that.
Thnx!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top