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!

DML within a packaged function using PRAGMA AUTONOMOUS_TRANSACTION

547252Aug 13 2007 — edited Aug 13 2007
I am using PRAGMA AUTONOMOUS_TRANSACTION to perform DML within a function. However, it works perfectly for one of the functions in a package, and does not work for any other function in the same package. I tried to use this logic in different functions of the same pack. but its not helping.
Can anyone please suggest a better approach to achieve this.

Thanks a ton.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 10 2007
Added on Aug 13 2007
7 comments
700 views