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

Thread: 'User-Defined Exception'

  1. #1
    Join Date
    Apr 2001
    Posts
    4
    Hello again all,

    I got this exception just now and don't understand how to follow through:

    SQLCODE: 1
    SQLERRM : "User-Defined Exception"

    What exactly does this exception mean and how do I work to eliminate it?
    I don't know where to begin debugging my code.

    please help

    TIA

  2. #2
    Join Date
    Feb 2001
    Posts
    184
    Just Check the Declarative part of the Program, It might have User Defined Exceptions, The user may have named like that, or Check where is it coming from .. may be referenced from a Package.

    Thanks

  3. #3
    Join Date
    May 2001
    Location
    San Francisco, California
    Posts
    511
    Look to see whether there is any RAISE in the code where an user defined/pragma exception is raised.

    That would be a good starting point for your debugging.

    [Edited by kris109 on 05-16-2001 at 12:06 PM]

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