ttRepTransmitGet
This procedure returns the status of transmission of updates to subscribers for the current transaction. The corresponding
ttRepSyncSet built-in procedure enables you to stop transmission of updates to subscribers for the length of a transaction.
Required Privilege
This procedure requires the ADMIN privilege.
Related Views
This procedure has no related views.
Syntax
ttRepTransmitGet()
Parameters
ttRepTransmitGet has no parameters.
Result Set
ttRepTransmitGet returns the result:
| Column | Type | Description |
|---|---|---|
|
|
|
|
Examples
To return the transmit status on the active database in an active standby pair, use:
CALL ttRepTransmitGet();
See Also
- ttRepDeactivate
- ttReplicationStatus
- ttRepPolicySet
- ttRepStateSave
- ttRepStateSet
- ttRepStop
- ttRepSubscriberStateSet
- ttRepSubscriberWait
- ttRepTransmitSet
- ttRepDuplicateEx in Oracle TimesTen In-Memory Database C Developer's Guide