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

Part Number E13070-03
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_SOURCE

The ALL_SOURCE view describes the text source of 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).
LINE TT_INTEGER NOT NULL Line number of this line of source.
TEXT VARCHAR2 (4000) NOT INLINE Text source of the stored object.