USER_SOURCE
USER_SOURCE displays information about stored procedures or functions in this mode, and provides the columns defined by the stored procedures or the functions.
| Name | Type | Description |
|---|---|---|
| owner | character varying(64) | Owner of the stored procedure or the function |
| name | character varying(64) | Name of the stored procedure or the function |
| text | text | Definition of the stored procedure or the function |
Last Article: USER_SEQUENCES
Next Article: USER_SYNONYMS
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.