V$ACTIVE_SERVICES
displays information about the active services in the database.
Column | Datatype | Description |
|
| Service ID |
|
| Name of the service |
|
| Service name hash |
|
| Network name |
|
| Creation date |
|
| Creation date hash |
|
| Service workload management goal: · · · |
|
| Indicates whether the service is for DTP or distributed transactions including XA transactions ( |
|
| Indicates whether a service on the specified instance is blocked from accepting new connections altogether ( |
|
| Indicates whether AQ notifications are sent for HA events ( |
|
| Connection load balancing goal used with statistics that are sent to the listeners to determine how new connections are distributed: · · |
Note:
1.
select * from V$ACTIVE_SERVICES;
SERVICE_ID | NAME | NAM_ HASH | NETWORK_ NAME | CREATION_ DATE | CREATION_ DATE_ HASH | GOAL | DTP | BLOCKED | AQ_ HA_ NOTIFICATION | CLB_ GOAL |
3 | mydbXDB | 1119650025 | mydbXDB | 2006-06-10 11:46:21 AM | 168918946 | NONE | N | NO | NO | LONG |
4 | mydb.env.gov.bc.ca | 720991384 | mydb.env.gov.bc.ca | 2006-06-10 11:46:21 AM | 168918946 | NONE | N | NO | NO | LONG |
1 | SYS$BACKGROUND | 165959219 | | 2006-06-10 9:31:34 AM | 0 | NONE | N | NO | NO | SHORT |
2 | SYS$USERS | 3427055676 | | 2006-06-10 9:31:34 AM | 18489460 | NONE | N | NO | NO | SHORT |
Oracle data dictionary views
Oracle dynamic performance views
No comments:
Post a Comment