rs_script_steps
The following table lists the columns for the rs_script_steps view. The equivalent jcs_script_steps 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 name of the script |
SCRIPT_ID | NUMBER | The id of the script |
STEP_NAME | VARCHAR2 | The name of this step |
STEP_ID | NUMBER | The id of this step (sequence number) |
SEQUENCE_NUMBER | NUMBER | The step sequence number |
DESCRIPTION | VARCHAR2 | The description of this step |
CONDITION_EXPRESSION | VARCHAR2 | The precondition for this step to be executed |
note
CONDITION_EXPRESSION: Condition expressions are now in REL instead of PL/SQL
plsqlTopic
onsiteTopic