Note
OceanBase Database does not support this view at present.
Feature
ALL_SCHEDULER_JOB_ARGS displays the arguments of all scheduler jobs accessible to the current user.
Related views
USER_SCHEDULER_JOB_ARGS
DBA_SCHEDULER_JOB_ARGS
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| OWNER | VARCHAR2(30) | NO | The owner of the job to which the argument belongs. |
| JOB_NAME | VARCHAR2(30) | NO | The name of the job to which the argument belongs. |
| ARGUMENT_NAME | VARCHAR2(30) | NO | The optional name of the argument. |
| ARGUMENT_POSITION | NUMBER | NO | The position of the argument in the argument list. |
| ARGUMENT_TYPE | VARCHAR2(61) | NO | The data type of the argument. |
| VALUE | VARCHAR2(4000) | NO | The default value of the argument if the argument is a string. |
| DEFAULT_ANYDATA_VALUE | VARCHAR2(128) | NO | The default value of the argument if the argument is in AnyData format. |
| OUT_ARGUMENT | VARCHAR2(5) | NO | Reserved for future use. |