Disk-based table containing records for all databases on the server instance. This table will be replicated for all servers instances in a cluster.
Table Columns
|
Name |
Type |
Description |
|
id |
BIGINT |
Unique numeric identifier of database within server cluster |
|
name |
VARCHAR |
Database name |
|
path |
VARCHAR |
Directory for files |
|
locale |
INTEGER |
Language Codepage number. Used for partitioning character data columns. |
Related