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

ttXlaBookmarkDelete

Description

Deletes the specified bookmark. The bookmark cannot be deleted while it is in use.

Required privilege

This procedure requires the XLA privilege.

Syntax

ttXlaBookmarkDelete('bookmark')

Parameters

ttXlaBookmarkDelete has the parameter:

Parameter Type Description
bookmark TT_CHAR (31) NOT NULL The name of the bookmark to be deleted.

Result set

ttXlaBookmarkDelete returns no results.

Example

Command > call ttXlaBookmarkDelete('mybookmark');

Note

Before dropping a table that is subscribed to by an XLA bookmark, you must first drop all XLA bookmarks or unsubscribe from XLA tracking.

See also


ttXlaBookmarkCreate
ttXlaSubscribe
ttXlaUnsubscribe