Contents Index MAX_WORK_TABLE_HASH_SIZE option [database] MIN_PASSWORD_LENGTH option [database]

ASA Database Administration Guide
  Database Options
    Alphabetical list of options

MAX_STATEMENT_COUNT option [database]


Function 

A resource governor to limit the maximum number of prepared statements that a connection can use at once.

Allowed values 

Integer >=0

Scope 

Can be set for an individual connection or for the PUBLIC group. Takes effect immediately. DBA permissions are required to set this option for any connection.

Default 

50

Description 

This resource governor allows a DBA to limit the number of prepared statements per connection a user can use. If an operation would exceed the limit for a connection, an error is generated, indicating that the governor for the resource has been exceeded.

If a connection executes a stored procedure, that procedure is executed under the permissions of the procedure owner. However, the resources used by the procedure are assigned to the current connection.

You can remove resource limits by setting the option to 0 (zero).


Contents Index MAX_WORK_TABLE_HASH_SIZE option [database] MIN_PASSWORD_LENGTH option [database]