Stores the synchronization status for each remote database in the server farm.
Column |
Description |
---|---|
remote_id |
VARCHAR(128). The unique integer that identifies the ID of the remote database currently being synchronized. |
server_id |
INTEGER. The value that references the server_id in the ml_server table. |
status |
CHAR(1). The synchronization status for the remote database. The value O indicates an ongoing synchronization, and C indicates a canceled synchronization. |
This table does not contain data unless a server farm is running.
For DB2 mainframe consolidated database types, this table is called ml_active_rid. See IBM DB2 mainframe system table name conversions.
PRIMARY KEY( remote_id )
FOREIGN KEY( server_id ) REFERENCES ml_server( server_id )
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |