Skip Headers
Oracle® Database Reference
10g Release 2 (10.2)

Part Number B14237-04
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
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

ALL_SCHEDULER_PROGRAMS

ALL_SCHEDULER_PROGRAMS displays information about the Scheduler programs accessible to the current user.

Related Views

Column Datatype NULL Description
OWNER VARCHAR2(30) NOT NULL Owner of the Scheduler program
PROGRAM_NAME VARCHAR2(30) NOT NULL Name of the Scheduler program
PROGRAM_TYPE VARCHAR2(16)   Program action type:
  • PLSQL_BLOCK

  • STORED_PROCEDURE

  • EXECUTABLE

PROGRAM_ACTION VARCHAR2(4000)   Program action
NUMBER_OF_ARGUMENTS NUMBER   Number of arguments accepted by the program
ENABLED VARCHAR2(5)   Indicates whether the program is enabled (TRUE) or not (FALSE)
DETACHED VARCHAR2(5)   This column is for internal use
COMMENTS VARCHAR2(240)   Comments on the program