Oracle® TimesTen In-Memory Database Reference Release 11.2.1 Part Number E13069-03 |
|
|
View PDF |
Description
Deletes the specified bookmark. The bookmark cannot be deleted while it is in use.
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