ALL_SCHEDULER_PROGRAM_ARGS
displays information about the arguments of the Scheduler programs accessible to the current user.
Related Views
DBA_SCHEDULER_PROGRAM_ARGS
displays information about the arguments of all Scheduler programs in the database.
USER_SCHEDULER_PROGRAM_ARGS
displays information about the arguments of the Scheduler programs owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the program to which the argument belongs |
|
|
|
Name of the program to which the argument belongs |
|
|
Optional name of the argument |
|
|
|
|
Position of the argument in the argument list |
|
|
Data type of the argument |
|
|
|
Metadata attribute:
|
|
|
|
Default value taken by the argument (in string format) if the argument is a string |
|
|
|
Default value taken by the argument (in AnyData format) |
|
|
|
Reserved for future use |
See Also: