Skip Headers
Oracle® TimesTen In-Memory Database Reference
Release 11.2.1

Part Number E13069-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

ttGridNameSet

Description

Associates a TimesTen data store with a grid.

Required privilege

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


ttGridAttach
ttGridCheckOwner
ttGridCreate
ttGridDestroy
ttGridDetach
ttGridDetachList
ttGridInfo
ttGridNodeStatus
"Configuring a cache grid" in Oracle In-Memory Database Cache User's Guide