SYS.V$ERROR

This view contains information about errors for PL/SQL objects.

Usage with TimesTen Scaleout

This view contains data for the local element.

Usage with TimesTen Classic

This view contains data for the database to which the application is connected. It has the same contents as SYS.GV$ERROR.

Related view

SYS.GV$ERROR

Columns

Column name Type Description

OBJ#

TT_BIGINT NOT NULL

Object number

SEQUENCE#

TT_INTEGER NOT NULL

Sequence number for ordering purposes

LINE

TT_INTEGER NOT NULL

Source line number

POSITION#

TT_INTEGER NOT NULL

Position in source line

TEXTLENGTH

TT_INTEGER NOT NULL

Length of the error text

TEXT

VARCHAR2(4000) NOT INLINE NOT NULL

Error text

PROPERTY

TT_INTEGER

Error or warning

ERROR#

TT_INTEGER

Error number

ELEMENTID

TT_INTEGER NOT NULL

Id of element