rs_script_source
The following table lists the columns for the rs_script_source view. The equivalent jcs_script_source view is available for backward compatibility reasons. The difference between the two is the data type of the date/time columns; the rs_* views use TIMESTAMP WITH TIME ZONE while the jcs_* views use DATE.
Column | Datatype | Description |
OWNER | VARCHAR2 | The owner of the script |
SCRIPT_NAME | VARCHAR2 | The script name |
SCRIPT_ID | NUMBER | The unique script id |
LINE | NUMBER | The line number |
TEXT | VARCHAR2 | The source code |
plsqlTopic
onsiteTopic