Oracle® TimesTen In-Memory Database Reference Release 11.2.1 Part Number E13069-03 |
|
|
View PDF |
Description
Creates a cache grid. This built-in procedure needs to be run only once. You can run it from any standalone data store or from the active or standby master data store in an active standby pair.
This procedure requires the CACHE_MANAGER privilege.
Syntax
ttGridCreate('gridName')
Parameters
ttGridCreate has the parameter:
Parameter | Type | Description |
---|---|---|
gridName |
TT_VARCHAR (30) NOT NULL | Specifies the name of the grid |
Result set
ttGridCreate returns no results.
Example
To create a grid named mygrid
:
CALL ttGridCreate ('mygrid');
See also