Updated on 2024-05-07 GMT+08:00

MY_SCHEDULER_JOB_ARGS

MY_SCHEDULER_JOB_ARG displays the parameters related to the jobs owned by the current user. This view can be accessed by all users. Only the information about the current user can be viewed. This view exists in both PG_CATALOG and SYS schema.

Table 1 MY_SCHEDULER_JOB_ARGS columns

Name

Type

Description

job_name

character varying(128)

Name of the job to which the parameter belongs.

argument_name

character varying(128)

Parameter name.

argument_position

numeric

Position of the parameter in the parameter list.

argument_type

character varying(257)

Data type of the parameter.

value

character varying(4000)

Parameter value.

anydata_value

character varying(4000)

Not supported. Its value is NULL.

out_argument

character varying(5)

Reserved column. Its value is NULL.