Oracle® TimesTen In-Memory Database Reference Release 11.2.1 Part Number E13069-03 |
|
|
View PDF |
Description
Indicates the current replication state of a data store in an active standby pair.
This procedure requires no privilege.
Syntax
ttRepStateGet()
Parameters
ttRepStateGet has no parameters.
Result set
ttRepStateGet returns the result:
Column | Type | Description |
---|---|---|
state |
TT_VARCHAR (20) NOT NULL | The current replication state of the data store. One of:
|
Examples
To determine whether the standby data store in an active standby pair has moved from the IDLE to the STANDBY state, use:
CALL ttRepStateGet(); < STANDBY >
See also