DBS_GLOBALS table

This table represents the global information for the entire DBS environment. The primary key is the DBS_GLOBAL_UID column which has the value 0 as there is only a single global row. The columns other than the primary key in this table link to tables in the SYSTEM_SECURITY_SCHEMA.

Column number

Column Name

Data Type

Description

1*

DBS_GLOBAL_UID

LARGEINT

The constant value 0.

2

TENANT_ADMIN_GROUP

INT

The Guardian group number of the DBS administrators group. This column is linked to PRIVILEGE_GROUPS table.

3

TENANT_ADMIN_INITIAL_USER

INT

The Guardian user ID of the explicitly configured global DBS administrator user. This column is linked to PRIVILEGE_GROUPS table.

4

TENANT_ADMIN_INTERN_USER

INT

The Guardian user ID of the implicitly configured global DBS internal user. This column is linked to PRIVILEGE_GROUPS table.

* Indicates primary key