ttCacheUidGet

This procedure returns the cache administration user ID for the database. If the cache administration user ID and password have not been set for the database with the ttCacheUidPwdSet built-in procedure, ttCacheUidGet returns NULL.

Required Privilege

This procedure requires CACHE_MANAGER privilege.

Usage in TimesTen Scaleout and TimesTen Classic

This procedure is supported in both TimesTen Classic and TimesTen Scaleout.

Related Views

This procedure has no related views.

Syntax

ttCacheUidGet(UID)

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.

Examples

CALL ttCacheUidGet();

Note:

This procedure is available only for cache operations.