Oracle® TimesTen In-Memory Database Reference Release 11.2.1 Part Number E13069-03 |
|
|
View PDF |
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