DATABASE_CPUS Table

The DATABASE_CPUS table represents the N:N relation between ALL_DATABASES and DBS_CPUS.

Column number

Column Name

Data Type

Description

1*

DB_UID

LARGEINT

The catalog UID of the database. Links to ALL_DATABASES.

2

CPU_NUMBER

INT

The CPU number.

3

WEIGHT

INT

The weight with which this CPU assignment counts in the corresponding DBS_CPUS row.

* Indicates primary key