Answered Questions

  • Triggering events in oracle

    A table has both before insert and after insert trigger. Also we have declared both the trigger as pragma autonomous transaction for saving the error record alone in the error table if any exception occurs. Now if we have a error in the trigger will the before insert trigger will get executed and the error data will be stored in the error table?. what is the exact use of before and after insert trigger...

    DInesh Shukla

    • Apr 16th, 2015

    As we declared pragma here. It will insert the record in error table if got fail during execution.