ttXlaBookmarkCreate
This procedure creates the specified bookmark.
Required Privilege
This procedure requires the XLA privilege.
Related Views
This procedure has no related views.
Syntax
ttXlaBookmarkCreate('bookmark', 'replicated')Parameters
ttXlaBookmarkCreate has the parameters:
| Parameter | Type | Description |
|---|---|---|
|
|
|
The name of the bookmark to be created. |
|
|
|
If |
Result Set
ttXlaBookmarkCreate returns no results.
Examples
For non-replicated bookmark, execute the following:
Command > call ttXlaBookmarkCreate('mybookmark');
or:
Command> call ttxlabookmarkcreate('mybkmk2',0x00);
For a replicated bookmark, execute the following:
Command > call ttXlaBookmarkCreate('mybookmark', 0x01);
For more details on XLA bookmarks, including replicated XLA bookmarks, see About XLA Bookmarks in the Oracle TimesTen In-Memory Database C Developer's Guide .
Note:
You can also create a bookmark when you call ttXlaPersistOpen function to initialize an XLA handle. See Creating or Reusing a Bookmark in Oracle TimesTen In-Memory Database C Developer's Guide.