Skip Headers
Oracle® TimesTen In-Memory Database SQL Reference
Release 11.2.1

Part Number E13070-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

TTREP.REPNETWORK

The REPNETWORK table stores information on interfaces used by the replication agent when two peers communicate. Each row represents a communication path between master and subscriber and describes either the sending or receiving interface used.

Columns

Column name Type Description
REPLICATION_NAME TT_CHAR (31) NOT NULL Name of the replication scheme.
REPLICATION_OWNER TT_CHAR (31) NOT NULL The owner of the replication scheme.
TT_STORE_ID TT_BIGINT NOT NULL Unique, system-generated identifier for a HOST_NAME/TT_STORE_NAME pair.
SUBSCRIBER_ID TT_BIGINT NOT NULL The identifier for a store that subscribes to at least one replication element owned by TT_STORE_ID.
HOST_NAME TT_VARCHAR (200) NOT NULL NOT INLINE Name associated with the network interface.
PRIORITY TT_INTEGER NOT NULL Integer from 1-99 that denotes the priority of the IP address.
INTERFACE TT_CHAR (1) Indicates whether the HOST_NAME refers to an interface on the sending side ('S') or on the receiving side ('R').