DBA_AQ_AGENTS
displays information about all registered AQ agents in the database.
Column | Datatype | NULL | Description |
|
|
| Name of the AQ agent |
|
| | Indicates whether the agent is allowed to access AQ through HTTP ( |
|
| | Indicates whether the agent is allowed to access AQ through SMTP ( |
Note:
1. Query all registered AQ agents in the database:
SELECT * FROM DBA_AQ_AGENTS;
AGENT_NAME | HTTP_ENABLED | SMTP_ENABLED |
SCHEDULER$_EVENT_AGENT | NO | NO |
SERVER_ALERT | NO | NO |
HAE_SUB | NO | NO |
Oracle data dictionary views
Oracle dynamic performance views
No comments:
Post a Comment