This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| View: USER_SOURCE | |
| Source of stored objects accessible to the user | |
| ---+--------+----------------+-------------------------------------------------------+ | |
| # | column | type | remark | | |
| ---+--------+----------------+-------------------------------------------------------+ | |
| 1 | NAME | VARCHAR2(30) | Name of the object | | |
| 2 | TYPE | VARCHAR2(12) | Type of the object: "TYPE", "TYPE BODY", "PROCEDURE", | | |
| | | | "FUNCTION", | | |
| | | | "PACKAGE", "PACKAGE BODY" or "JAVA SOURCE" | |
NewerOlder