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

ttGridDetachList

Description

Detaches the nodes in the list because the nodes in the list are remote and unavailable.

Required privilege

This procedure requires the CACHE_MANAGER privilege.

Syntax

ttGridDetachList('nodeMemberName1 [nodeMemberName2 ...]' [,force])

Parameters

ttGridDetachList has the parameters:

Parameter Type Description
nodeMemberName TT_VARCHAR (8192) NOT NULL The fully qualified name of the node to be removed
force TT_INTEGER This optional parameter forces nodes to be detached without checking whether they are dead. Valid value is 1.

Result set

ttGridDetachList returns no results.

Example

CALL ttGridDetachList('TTGRID_cacheact_3A TTGRID_cachestand_3B',1);

See also


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