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


VIEW: SYS.DBA_SCHEDULER_EXTERNAL_DESTS

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

All destination objects in the database pointing to remote agents

[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
HOSTNAME VARCHAR2 (256)
Name or IP address of host on which agent is located
PORT NUMBER

Port that the agent is listening on
IP_ADDRESS VARCHAR2 (64)
IP address of host on which agent is located
ENABLED VARCHAR2 (5)
Whether this destination object is enabled
COMMENTS VARCHAR2 (240)
Optional comment
Query Text

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


SELECT OWNER
,      DESTINATION_NAME
,      HOSTNAME
,      PORT
,      IP_ADDRESS
,      ENABLED
,      COMMENTS
FROM SYS.DBA_SCHEDULER_EXTERNAL_DESTS;

Dependencies

[top of page]

SYS.DBA_SCHEDULER_EXTERNAL_DESTS references the following:

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

SchemaPUBLIC
SynonymDBA_SCHEDULER_EXTERNAL_DESTS
SchemaSYS
ViewALL_SCHEDULER_EXTERNAL_DESTS
ViewDBA_SCHEDULER_JOB_DESTS
Package BodyDBMS_ISCHED - show dependent code