DBSEGMENT associates the name of a segment with a database name in a database name table.
|
Column name |
Column description |
Data type |
Null specifi- cation |
|---|---|---|---|
|
DBTABLE |
Database table name. |
CHAR(8) |
NOT NULL |
|
DBNAME |
Database name entry in the database table. |
CHAR(8) |
NOT NULL |
|
NAME |
Segment name. |
CHAR(8) |
NOT NULL |
|
FILLER |
Reserved for future use. |
BINARY(20) |
NOT NULL |
|
Copyright © 2014 CA.
All rights reserved.
|
|