Oracle® TimesTen In-Memory Database Reference Release 11.2.1 Part Number E13069-03 |
|
|
View PDF |
Description
Returns the status of transmission of updates to subscribers for the current transaction.
The corresponding ttRepSyncSet built-in procedure allows you to stop transmission of updates to subscribers for the length of a transaction.
This procedure requires the ADMIN privilege.
Syntax
ttRepTransmitGet()
Parameters
ttRepTransmitGet has no parameters.
Result set
ttRepTransmitGet returns the result:
Column | Type | Description |
---|---|---|
transmit |
TT_INTEGER | 0 - Updates are not being transmitted to any subscribers for the remainder of the transaction on the connection.
1- Updates are being transmitted to subscribers on the connection. (default) |
Example
To return the transmit status on the active data store in an active standby pair, use:
CALL ttRepTransmitGet();
See also