Oracle® TimesTen In-Memory Database Reference Release 11.2.1 Part Number E13069-03 |
|
|
View PDF |
Description
Sets the value of PERM_IN_USE_HIGH_WATER column in the MONITOR table to the current value of PERM_IN_USE_SIZE attribute and sets the value of the TEMP_IN_USE_HIGH_WATER column in the MONITOR table to the current value of TEMP_IN_USE_SIZE attribute. These columns are useful for sizing databases during application development and deployment.
This procedure requires the ADMIN privilege.
Syntax
ttMonitorHighWaterReset()
Parameters
ttMonitorHighWaterReset has no parameters.
Result set
ttMonitorHighWaterReset returns no results.
Example
CALL ttMonitorHighWaterReset();d