DATABASE_DS table

The DATABASE_DS table shows which MXCS datasources that are used by the databases. The primary key is the DS_NAME column.

The table has a non-unique index, DS_BY_DB_UID, on the DB_UID column.

Column number

Column Name

Data Type

Description

1*

DS_NAME

CHAR(128)

The name of the DS. Links to MXCS metadata.

2

DB_UID

LARGEINT

The catalog UID of the database. Links to ALL_DATABASES.

* Indicates primary key