DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Capture error msg from trigger

  1. #1
    Join Date
    Jan 2000
    Posts
    387
    Hi,

    May I know how to capture any messages or error from a trigger? Thanks! :)

  2. #2
    Join Date
    Nov 2000
    Location
    Israel
    Posts
    268
    use
    exception
    raise_application_error
    end;

    at the end of the trigger.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width