Oracle® TimesTen In-Memory Database Reference Release 11.2.1 Part Number E13069-03 |
|
|
View PDF |
Description
Associates a TimesTen data store with a grid.
This procedure requires the CACHE_MANAGER privilege.
Syntax
ttGridNameSet('gridName')
Parameters
ttGridNameSet has the parameter:
Parameter | Type | Description |
---|---|---|
gridName |
TT_VARCHAR (30) | Associates the TimesTen data store that calls the procedure with the grid specified by gridName . |
Result set
ttGridNameSet returns no results.
Example
To associate the data store with the grid mygrid
, use.
CALL ttGridNameSet('mygrid');
See also