ttXlaBookmarkDelete

This procedure deletes the specified bookmark. The bookmark cannot be deleted while it is in use.

Required Privilege

This procedure requires the XLA privilege.

Usage in TimesTen Scaleout and TimesTen Classic

This procedure is supported in TimesTen Classic but not supported in TimesTen Scaleout.

Related Views

This procedure has no related views.

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.

Examples

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.