ALL_SOURCE
ALL_SOURCE displays information about stored procedures or functions accessible to the current user, and provides the columns defined by the stored procedures and functions.
| Name | Type | Description |
|---|---|---|
| owner | name | Owner of the object |
| name | name | Object name |
| type | name | Type of the object |
| text | text | Definition of the object |
Last Article: ALL_SEQUENCES
Next Article: ALL_SYNONYMS
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.