Skip to Main Content

SQL Developer

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!

commit or roll back automatically

ANNECMar 29 2014 — edited Mar 30 2014


In oracle sql developer if I manually click run next to a stored procedure, then it will generates code like:

Begin

execute mysproc;

End;

My question is : will above command will automatically commit all transactions in the stored procedure even I don't have a commit statement below the execute my sproc statement?

and will it also rollback all the transactions in the stored procedure if any errors happenedĀ  -even I don't explicitly have a roll back statement?

Thanks

This post has been answered by Gary Graham-Oracle on Mar 30 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 27 2014
Added on Mar 29 2014
2 comments
1,449 views