Note
OceanBase Database does not support this view.
Purpose
This view displays the parameters of a scheduled job in the current tenant.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| OWNER | VARCHAR2(30) | NO | The owner of the job to which the parameter belongs. |
| JOB_NAME | VARCHAR2(30) | NO | The name of the job to which the parameter belongs. |
| ARGUMENT_NAME | VARCHAR2(30) | NO | The optional name of the parameter. |
| ARGUMENT_POSITION | NUMBER | NO | The position of the parameter in the parameter list. |
| ARGUMENT_TYPE | VARCHAR2(61) | NO | The data type of the parameter. |
| VALUE | VARCHAR2(4000) | NO | If the parameter is of the string type, the default value of the parameter. |
| DEFAULT_ANYDATA_VALUE | VARCHAR2(128) | NO | If the parameter is of the ANYDATA type, the default value of the parameter. |
| OUT_ARGUMENT | VARCHAR2(5) | NO | Reserved. |
References
USER_SCHEDULER_JOB_ARGS
ALL_SCHEDULER_JOB_ARGS