Oracle® TimesTen In-Memory Database Reference Release 11.2.1 Part Number E13069-03 |
|
|
View PDF |
Description
Changes the state of the active data store in an active standby pair from ACTIVE to IDLE. Use the ttRepDeactivate procedure when reversing the roles of the master data stores in an active standby pair.
This procedure requires the ADMIN privilege.
Syntax
ttRepDeactivate()
Parameters
ttRepDeactivate has no parameters.
Result set
ttRepDeactivate returns no results.
Example
To deactivate the active data store in an active standby pair, use:
CALL ttRepDeactivate();
See also