Skip Headers
Oracle® TimesTen In-Memory Database SQL Reference
Release 11.2.1

Part Number E13070-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

SYS.ALL_ERRORS

The ALL_ERRORS describes the current errors on the stored objects accessible to the current user.

Related views

Columns

Column name Type Description
OWNER VARCHAR2 (30) NOT NULL Object owner.
NAME VARCHAR2 (30) NOT NULL Object name.
TYPE VARCHAR2 (12) NOT NULL Object type (such as PROCEDURE, FUNCTION, PACKAGE).
SEQUENCE TT_INTEGER NOT NULL Sequence number (for ordering purposes).
LINE TT_INTEGER NOT NULL Line number at which the error occurred.
POSITION TT_INTEGER NOT NULL Position in line at which the error occurred.
TEXT VARCHAR2 (4000) NOT INLINE NOT NULL Text of the error.
ATTRIBUTE VARCHAR2 (9) NOT NULL Indicates whether the error is an error (ERROR) or a warning (WARNING).
MESSAGE_NUMBER TT_INTEGER Numeric error number (without any prefix).