Skip Headers
Oracle® TimesTen In-Memory Database Reference
Release 11.2.1

Part Number E13069-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

ttOptGetMaxCmdFreeListCnt

Description

Returns the size of the SQL compiled command cache. To reset the size of the cache, use ttOptSetMaxPriCmdFreeListCnt for regular tables and ttOptSetMaxCmdFreeListCnt for materialized views.

Required privilege

This procedure requires no privilege.

Parameters

ttOptGetMaxCmdFreeListCnt has no parameters.

Syntax

ttOptGetMaxCmdFreeListCnt()

Result set

ttOptGetMaxCmdFreeListCnt returns the results.

Column Type Description
retVal TT_VARCHAR (200) NOT NULL The size of the SQL compiled command cache.

Example

CALL ttOptGetMaxCmdFreeListCnt( );

See also


ttOptSetMaxPriCmdFreeListCnt
ttOptSetMaxCmdFreeListCnt