4.49 ALL_SCHEDULER_JOB_ARGS
ALL_SCHEDULER_JOB_ARGS displays information about the arguments of the Scheduler jobs accessible to the current user.
               
Related Views
- 
                        DBA_SCHEDULER_JOB_ARGSdisplays information about the arguments of all Scheduler jobs in the database.
- 
                        USER_SCHEDULER_JOB_ARGSdisplays information about the arguments of the Scheduler jobs owned by the current user. This view does not display theOWNERcolumn.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Owner of the job to which the argument belongs | 
| 
 | 
 | 
 | Name of the job to which the argument belongs | 
| 
 | 
 | 
 | Optional name of the argument | 
| 
 | 
 | 
 | Position of the argument in the argument list | 
| 
 | 
 | 
 | Data type of the argument | 
| 
 | 
 | 
 | Value of the argument (in string format) if the argument is a string | 
| 
 | 
 | 
 | Value of the argument (in AnyData format) | 
| 
 | 
 | 
 | Reserved for future use | 
See Also: