Oracle® TimesTen In-Memory Database Reference Release 11.2.1 Part Number E13069-03 |
|
|
View PDF |
Description
Sets up persistent XLA tracking of a table. This procedure cannot be executed when the specified bookmark is in use.
This procedure requires the XLA privilege.
Syntax
ttXlaSubscribe('tblName', 'bookmark')
Parameters
ttXlaSubscribe has the parameters:
Parameter | Type | Description |
---|---|---|
tblName |
TT_CHAR (61) NOT NULL | The name of the table to be tracked. |
bookmark |
TT_CHAR (31) NOT NULL | The name of the bookmark that the application uses to track this table. |
Result set
ttXlaSubscribe returns no results.
Example
Command > call ttXlaSubscribe ('SALLY.ACCTS', mybookmark);
See also