Home Oracle Commands Oracle Data Dictionary
v$ Performance views

DBA_ERRORS

Current errors on all stored objects in the database

Columns
   ___________________________
 
   OWNER
   NAME
      Name of the object
   TYPE
      Type: `TYPE`, `TYPE BODY`, `VIEW`, `PROCEDURE`, `FUNCTION`, `PACKAGE`, `PACKAGE BODY`, `TRIGGER`, `JAVA SOURCE` or `JAVA CLASS`
   SEQUENCE
      Sequence number used for ordering purposes
   LINE
      Line number at which this error occurs
   POSITION
      Position in the line at which this error occurs
   TEXT
      Text of the error

Related Commands:




Back to the Top

Simon Sheppard
SS64.com