| Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03  | 
  | 
  | 
PDF · Mobi · ePub | 
ALL_SCHEDULER_NOTIFICATIONS displays information about the E-mail notifications for the jobs accessible to the current user.
DBA_SCHEDULER_NOTIFICATIONS displays information about the E-mail notifications for all jobs in the database.
USER_SCHEDULER_NOTIFICATIONS displays information about the E-mail notifications for the jobs owned by the current user. This view does not display the OWNER column.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
OWNER | 
VARCHAR2(30) | 
NOT NULL | 
Owner of the job this notification is for | 
JOB_NAME | 
VARCHAR2(30) | 
NOT NULL | 
Name of the job this notification is for | 
JOB_SUBNAME | 
VARCHAR2(30) | 
Subname of the job this notification is for | |
RECIPIENT | 
VARCHAR2(4000) | 
NOT NULL | 
E-mail address to send this E-mail notification to | 
SENDER | 
VARCHAR2(4000) | 
E-mail address to send this E-mail notification from | |
SUBJECT | 
VARCHAR2(4000) | 
Subject of the notification E-mail | |
BODY | 
VARCHAR2(4000) | 
Body of the notification E-mail | |
FILTER_CONDITION | 
VARCHAR2(4000) | 
Filter specifying which job events to send notifications for | |
EVENT | 
VARCHAR2(19) | 
Job event to send notifications for:
  | 
|
EVENT_FLAG | 
NUMBER | 
NOT NULL | 
Event number of the job event to send notifications for |