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

Thread: Latest error number

  1. #1
    Join Date
    Jun 2003
    Location
    australia
    Posts
    74

    Latest error number

    Hi all

    is there any view that I can look in to see what are all the user defined error numbers??????????? So that I dont over write something already in use..

    Thanks in advance
    rajorcl

  2. #2
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    I don't think there is, but you could query the user_source view ...
    Code:
    SQL> select * from user_source where upper(text) like '%EXCEPTION_INIT%'
      2  /
    
    NAME                           TYPE               LINE
    ------------------------------ ------------ ----------
    TEXT
    --------------------------------------------------------------------------------
    ETL                            PACKAGE BODY        378
                    pragma exception_init(l_index_mismatch,-14098);
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

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