DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.DBA_SCHEDULER_DB_DESTS

Object Details
Object Name: DBA_SCHEDULER_DB_DESTS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

All destination objects in the database pointing to remote databases

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of this destination object
DESTINATION_NAME VARCHAR2 (128) Yes Name of this destination object
CONNECT_INFO VARCHAR2 (4000)
Connect string to connect to remote database
AGENT VARCHAR2 (128)
Name of agent through which connection to remote database is being made
ENABLED VARCHAR2 (5)
Whether this destination object is enabled
REFS_ENABLED VARCHAR2 (5)
COMMENTS VARCHAR2 (240)
Optional comment
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      DESTINATION_NAME
,      CONNECT_INFO
,      AGENT
,      ENABLED
,      REFS_ENABLED
,      COMMENTS
FROM SYS.DBA_SCHEDULER_DB_DESTS;

Dependencies

[top of page]

SYS.DBA_SCHEDULER_DB_DESTS references the following:

SchemaSYS
TableOBJ$
TableSCHEDULER$_DESTINATIONS
TableUSER$
SYS.DBA_SCHEDULER_DB_DESTS is referenced by following:

SchemaPUBLIC
SynonymDBA_SCHEDULER_DB_DESTS
SchemaSYS
ViewALL_SCHEDULER_DB_DESTS
ViewDBA_SCHEDULER_JOB_DESTS
ProcedureDBMS_FEATURE_JOB_SCHEDULER - show dependent code
Package BodyDBMS_ISCHED - show dependent code