rs_script_locks
The following table lists the columns for the rs_script_locks view. The equivalent jcs_script_locks 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 |
| SCRIPT_OWNER | VARCHAR2 | The owner of the script |
| SCRIPT_NAME | VARCHAR2 | The script name |
| SCRIPT_ID | NUMBER | The unique script id |
| SCRIPT_TYPE | NUMBER | Type of script |
| LOCK_PARTITION | VARCHAR2 | The partition of the lock that will be required |
| LOCK_NAME | VARCHAR2 | The name of the lock that will be required |