Table: DBA_ERRORS
Current errors on all stored objects in the database
| Column Name | Description |
|---|---|
| LINE | Line number at which this error occurs |
| NAME | Name of the object |
| OWNER | |
| POSITION | Position in the line at which this error occurs |
| SEQUENCE | Sequence number used for ordering purposes |
| TEXT | Text of the error |
| TYPE | Type: "TYPE", "TYPE BODY", "VIEW", "PROCEDURE", "FUNCTION", "PACKAGE", "PACKAGE BODY", "TRIGGER", "JAVA SOURCE" or "JAVA CLASS" |