Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Nested transactions

66790May 3 2005 — edited May 9 2005
how do I prevent individual stored procedures from handling their own transaction control.
The example is a main Stored proc calling several other stored programs. Does the main stored proc have the control for the final rollback and or commit?
Is it as simple as not putting in commits and rollbacks in exception blocks in the nested procs?
Please help.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 6 2005
Added on May 3 2005
17 comments
1,074 views