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

Thread: View debugging

  1. #1
    Join Date
    Sep 2001
    Posts
    163
    Does anyone know the command to see what the error is when compiling a view? When I try to compile a view in my db, I get the error message "Warning: View altered with compilation errors." I cannot remember what the command is to see what the compilation error(s) are.

    Thanks.

  2. #2
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    In SQL*Plus:

    SHOW ERRORS VIEW view_name
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

  3. #3
    Join Date
    Apr 2000
    Posts
    126

    Wink

    You can also query dba_errors.

  4. #4
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Not every one would have the dba privileges as a result using
    SHOW ERRORS would be a good coding practice to view the errors .

    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


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