xlabookmarkdelete

Syntax

xlabookmarkdelete id

Description

Deletes a persistent XLA bookmark.

If a bookmark that is to be deleted is not specified then the status of all current XLA bookmarks is reported.

See ttXlaDeleteBookmark in Oracle TimesTen In-Memory Database C Developer's Guide.

Requires ADMIN privilege or object ownership.

Examples

Command> xlabookmarkdelete;
XLA Bookmark: mybookmark
 Read Log File:  0
 Read Offset:    268288
 Purge Log File: 0
 Purge Offset:   268288
 PID:            2004
 In Use:         No
1 bookmark found.

Command> xladeletebookmark mybookmark; 

Command> xlabookmarkdelete;
0 bookmarks found.