About
The commands executed against the TimesTen database are cached in the SQL command cache.
Articles Related
Example
-- Displaying all commands in the SQL command cache
call ttSQLCmdCacheInfo;
-- Displaying a single SQL command
call ttSQLCmdCacheInfo(SQLCMDID);
call ttSQLCmdCacheInfo(1250953086336);