DBS_SERVICES table

The DBS_SERVICES table represents the dedicated MXOAS processes for the DBS environment. The primary key is the GENERIC_PROCESS_NAME column. The table has a unique index, SERVICE_BY_UID, on the SERVICE_UID column.

Column number

Column Name

Data Type

Description

1*

GENERIC_PROCESS_NAME

CHAR(32)

The generic process name by which the MXOAS process is configured in NSK.

2

SERVICE_NAME

CHAR(64)

The DNS or IP address to use for connections through this MXOAS.

3

SERVICE_UID

LARGEINT

A unique identification for the service.

4

PROCESS_NAME

CHAR(8)

The configured NSK process name for the MXOAS process.

5

INITIAL_PORT

INT

The port to use for connections through this MXOAS.

6

PORT_RANGE

INT

The port range for this MXOAS.

7

SUM_OF_MAX_SRVRS

INT

The sum of the max servers attribute for all MXCS DSs associated with the MXOAS.

8

DB_ENABLED

CHAR(2)

A Y/N indication if this service is enabled for MT Database access.

9

CONNECTION_DS

VARCHAR(128)

The name of the associated MXCS datasource. This is optional.

* Indicates primary key