Stores database names known at a Replication Server site.
Column |
Datatype |
Description |
---|---|---|
dsname |
varchar(30) |
Data server name |
dbname |
varchar(30) |
Database name |
dbid |
int |
Unique identifier for the database |
dist_status |
tinyint |
Status of the connection. Can be:
|
src_status |
tinyint |
Status of the source:
|
attributes |
tinyint |
One of the following values:
|
errorclassid |
rs_id |
Error class for this database |
funcclassid |
rs_id |
function-string class for this database |
prsid |
int |
ID of Replication Server managing this database |
rowtype |
tinyint |
Indicates the row type:
|
sorto_status |
tinyint |
Indicates if the sort order check has been completed. One of the following values:
|
ltype |
char(1) |
The type of database this row represents. One of the following values:
|
ptype |
char(1) |
The type of database in a warm standby application. One of the following values:
|
ldbid |
int |
The dbid for the logical connection the database is associated with. If there is no logical connection, ldbid is the same as dbid. |
enable_seq |
int |
The sequence number used during an active database switch or the creation of a standby database. |
rs_errorclassid |
rs_id |
Replication Server error class for this database |
Unique clustered index on (dsname, dbname, ltype)
Unique index on (ptype, ldbid)
Unique index on (dbid, ltype)
Unique index on (dsname, dbname, ptype)