Name

SERIAL_REUSE (Oracle8 Only)

Synopsis

Values:DISABLE, SELECT, DML, PLSQL, ALL, or NULL

Default:NULL

Specifies which types of SQL cursors will make use of the serial-reusable memory feature, which moves well-structured private cursor memory into the SGA (shared pool) so that it can be reused by sessions executing the same cursor. Setting the parameter to the default NULL value is equivalent to setting it to DISABLE. The allowable values are listed in Table 12.6.

Table 12-6. Valid SERIAL_REUSE Values

Value

Description

DISABLE

Disables the option for all SQL statement types. This value overrides any other values included in the list.

SELECT

Enables the option for SELECT statements.

DML

Enables the option for DML statements.

PLSQL

Currently has no effect (although PLSQL packages do support the serial-reuse memory option using PL/SQL pragmas).

ALL

Enables the option for both DML and SELECT statements. Equivalent to setting SELECT, DML, and PLSQL.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset