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

ttSetUserTableID

Description

This procedure can be used to explicitly set the value of the user table ID. The table that each row is associated with is expressed with two codes: an application-supplied code called the user table ID and a system-provided code called the system table ID. Updates are presented to the application by the Transaction Log API in the form of complete rows. The user table ID has the value zero until explicitly set with the ttSetUserTableID procedure.

Required privilege

This procedure requires the XLA privilege.

Syntax

ttSetUserTableID('tblName', repID)

Parameters

ttSetUserTableID has these parameters:

Parameter Type Description
tblName TT_CHAR (61) NOT NULL Table name.
repID BINARY(8) NOT NULL Integer identifier.

Result set

ttSetUserTableID returns no results.

Example

CALL ttSetUserTableID('APP.SESSION', 0x123456);

See also


ttSetUserColumnID
Oracle TimesTen In-Memory Database TimesTen to TimesTen Replication Guide