SERVICE_ID |
NUMBER |
|
Unique ID for the service |
NAME |
VARCHAR2(64) |
|
Short name for the service |
NAME_HASH |
NUMBER |
|
Hash of the short name for the service |
NETWORK_NAME |
VARCHAR2(512) |
|
Network name used to connect to the service |
CREATION_DATE |
DATE |
|
Date the service was created |
CREATION_DATE_HASH |
NUMBER |
|
Hash of the creation date |
FAILOVER_METHOD |
VARCHAR2(64) |
|
Failover method (BASIC or NONE ) for the service |
FAILOVER_TYPE |
VARCHAR2(64) |
|
Failover type (SESSION or SELECT ) for the service |
FAILOVER_RETRIES |
NUMBER(10) |
|
Number of retries when failing over the service |
FAILOVER_DELAY |
NUMBER(10) |
|
Delay between retries when failing over the service |