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!
Hi Experts,
I want to commit a particular insert statement in my procedure without committing all other statements.
Shall i use AUTONOMOUS_TRANSACTION Pragma for the particular insert only?
Any help appreciated.