Table of Contents

About

The commands executed against the TimesTen database are cached in the SQL command cache.

Example

-- Displaying all commands in the SQL command cache
call ttSQLCmdCacheInfo;

-- Displaying a single SQL command
call ttSQLCmdCacheInfo(SQLCMDID);
call ttSQLCmdCacheInfo(1250953086336);