DEV Community

Discussion on: PRAGMA AUTONOMOUS TRANSACTION in ORACLE SQL

Collapse
 
programmerraja profile image
Boopathi

This is a great explanation of PRAGMA AUTONOMOUS_TRANSACTION! The example with the error logging is especially helpful for understanding how to implement it. I'm definitely going to try using this in my next project!