DBTABLE contains information about the database name table.
|
Column name |
Column description |
Data type |
Null specifi- cation |
|---|---|---|---|
|
NAME |
Name of the database name table. |
CHAR(8) |
NOT NULL |
|
CVSYSTEM |
Reserved for future use. |
SMALLINT |
NOT NULL |
|
CTIME |
Date and time when the database name table was created. |
TIMESTAMP |
NOT NULL |
|
UTIME |
Date and time when the database name table was last updated. |
TIMESTAMP |
NOT NULL |
|
CUSER |
ID of the user who created the database name table. |
CHAR(18) |
NOT NULL |
|
UUSER |
ID of the user who last updated the database name table. |
CHAR(18) |
NOT NULL |
|
NUMDBNAMES |
Number of names in the database name table. |
SMALLINT |
NOT NULL |
|
NUMSEGMENTS |
Number of segments in the database name table. |
SMALLINT |
NOT NULL |
|
NUMSUBSCHEMAS |
Number of subschemas in the database name table. |
SMALLINT |
NOT NULL |
|
NUMGROUPS |
Number of DB Groups in the database name table. |
SMALLINT |
NOT NULL |
|
FILLER |
Reserved for future use. |
BINARY(18) |
NOT NULL |
|
Copyright © 2014 CA.
All rights reserved.
|
|