| Oracle® TimesTen In-Memory Database SQL Reference Release 11.2.1 Part Number E13070-04 |
|
|
View PDF |
The REPSTORES table lists the replication attributes of store's that participate in every TimesTen replication scheme in which the local store participates. Each store is identified by a unique TT_STORE_ID that TimesTen replication assigns to it. A TT_STORE_ID may appear at most once for a given replication scheme, but may appear multiple times in the REPSTORES table. Various replication schemes may define different replication store attributes for the same store.
Columns
| Column name | Type | Description | |
|---|---|---|---|
| REPLICATION_NAME | TT_CHAR(31) NOT NULL | Name for a replication scheme. | |
| REPLICATION_OWNER | TT_CHAR(31) NOT NULL | The replication scheme's owner | |
| TT_STORE_ID | TT_BIGINT NOT NULL | Unique, system-generated identifier for a HOST_NAME/TT_STORE_NAME pair. | |
| PEER_TIMEOUT | TT_INTEGER NOT NULL | The number of seconds for this store to wait for a subscriber response before trying to reconnect. | |
| FAIL_THRESHOLD | TT_INTEGER NOT NULL | The number of log files whose accumulation makes this store, in this replication scheme, mark subscribers "failed." (See the STATE field.) | |
| HEARTBEAT_FACTOR | BINARY_DOUBLE | A multiplier of the current heartbeat frequency. |