SYS.ALL_SOURCE
The ALL_SOURCE view describes the text source of the stored objects accessible to the current user.
Related views
-
SYS.DBA_SOURCEdescribes the text source of all stored objects. It has the same columns asALL_SOURCE. -
SYS.USER_SOURCEdescribes the text source of the stored objects that are owned by the current user. This view does not display theOWNERcolumn.
Columns
| Column name | Type | Description |
|---|---|---|
|
|
|
Object owner |
|
|
|
Object name |
|
|
|
Object type (such as |
|
|
|
Line number of this line of source |
|
|
|
Text source of the stored object |