


MAX_CURSORS is the number of cursors (parameterized queries) in Acu4GL's cursor cache. The default value is 100. The range is 1-100. If you set this variable to a number less than the maximum of 100, you may reduce the number you specify in the Oracle system parameter OPEN_CURSORS by a like amount. The value of Oracle's OPEN_CURSORS should exceed MAX_CURSORS by at least 7.
Example
To allow your application to use up to 23 cursors, you would specify:
MAX_CURSORS 23
in the configuration file.
See also
Section C.2.4, "Acu4GL for Oracle: Checking System Parameters"