[Home] [Help]
[Dependency Information]
| Object Name: | ALL_SCHEDULER_EXTERNAL_DESTS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
User-visible destination objects in the database pointing to remote agents
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, DESTINATION_NAME
, HOSTNAME
, PORT
, IP_ADDRESS
, ENABLED
, COMMENTS
FROM SYS.ALL_SCHEDULER_EXTERNAL_DESTS;
SYS
DBA_SCHEDULER_EXTERNAL_DESTS
PUBLIC
ALL_SCHEDULER_EXTERNAL_DESTS
SYS
ALL_SCHEDULER_JOB_DESTS
DBMS_FEATURE_JOB_SCHEDULER
- show dependent code
USER_SCHEDULER_JOB_DESTS
|
|
|
|