Oracle® TimesTen In-Memory Database Reference Release 11.2.1 Part Number E13069-03 |
|
|
View PDF |
Description
Gets the cache administration user ID for the data store. If the cache administration user ID and password have not been set for the data store, ttCacheUidGet returns NULL.
This procedure requires CACHE_MANAGER privilege.
Syntax
ttCacheUidGet()
Parameters
ttCacheUidGet has no parameters.
Result set
ttCacheUidGet returns the results:
Column | Type | Description |
---|---|---|
UID |
TT_VARCHAR (30) | The current cache administration user ID, used for AUTOREFRESH and ASYNCHRONOUS WRITETHROUGH cache groups. |
Example
CALL ttCacheUidGet();
Note
This procedure is available only for IMDB Cache.
See also