Skip Headers

Oracle® Database Reference
10g Release 1 (10.1)

Part Number B10755-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

ALL_SCHEDULER_PROGRAM_ARGS

ALL_SCHEDULER_PROGRAM_ARGS displays information about the arguments of the Scheduler programs accessible to the current user.


Related Views
Column Datatype NULL Description
OWNER VARCHAR2(30) NOT NULL Owner of the program to which the argument belongs
PROGRAM_NAME VARCHAR2(30) NOT NULL Name of the program to which the argument belongs
ARGUMENT_NAME VARCHAR2(30)   Optional name of the argument
ARGUMENT_POSITION NUMBER NOT NULL Position of the argument in the argument list
ARGUMENT_TYPE VARCHAR2(61)   Datatype of the argument
METADATA_ATTRIBUTE VARCHAR2(12)   Metadata attribute:
  • JOB_NAME

  • JOB_OWNER

  • JOB_START

  • WINDOW_START

  • WINDOW_END

DEFAULT_VALUE VARCHAR2(4000)   Default value taken by the argument (in string format) if the argument is a string
DEFAULT_ANYDATA_VALUE ANYDATA   Default value taken by the argument (in AnyData format)
OUT_ARGUMENT VARCHAR2(5)   Reserved for future use