[Home] [Help]
[Dependency Information]
| Object Name: | CDB_SCHEDULER_DESTS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
All possible destination objects for jobs in the database in all containers
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (30) | Yes | Owner of this destination object |
| DESTINATION_NAME | VARCHAR2 | (30) | Yes | Name of this destination object |
| DESTINATION_TYPE | VARCHAR2 | (8) | Type of this destination object | |
| ENABLED | VARCHAR2 | (5) | Whether this destination object is enabled | |
| COMMENTS | VARCHAR2 | (240) | Optional comment | |
| CON_ID | NUMBER | container id |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, DESTINATION_NAME
, DESTINATION_TYPE
, ENABLED
, COMMENTS
, CON_ID
FROM SYS.CDB_SCHEDULER_DESTS;
SYS.CDB_SCHEDULER_DESTS does not reference any database object
SYS.CDB_SCHEDULER_DESTS is referenced by following:
PUBLIC
CDB_SCHEDULER_DESTS
|
|
|
|