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

ttXlaSubscribe

Description

Sets up persistent XLA tracking of a table. This procedure cannot be executed when the specified bookmark is in use.

Required privilege

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


ttXlaBookmarkCreate
ttXlaBookmarkDelete
ttXlaUnsubscribe