Serial_reuse

This is a discussion on Serial_reuse within the Oracle FAQ forums in Oracle Database category; Type:String Syntax:SERIAL_REUSE = { disable | all | select | dml | plsql | force } Default:disable Modify:No Basic:No Notes:SERIAL_REUSE specifies which types of cursors make use of the serial-reusable memory feature. This feature allocates private cursor memory in the SGA so that it can be reused (serially, not concurrently) by sessions executing the same cursor. Values: ■ disable Disables the option for all SQL statement types. This value overrides any other values included in the list. ■ all Enables the option for both DML and SELECT statements. Equivalent to setting select, dml, and plsql. ■ select Enables the option for ...

Go Back   Database Forum > Oracle Database > Oracle FAQ

Database Forums

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 02-04-2008, 07:21 AM
Post Serial_reuse

Type:String
Syntax:SERIAL_REUSE = { disable | all | select | dml | plsql |
force }
Default:disable
Modify:No
Basic:No
Notes:SERIAL_REUSE specifies which types of cursors make use of the serial-reusable memory feature. This feature allocates private cursor memory in the SGA so that it can be reused (serially, not concurrently) by sessions executing the same cursor.

Values:

■ disable

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

■ all

Enables the option for both DML and SELECT statements. Equivalent to setting select, dml, and plsql.

■ 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 PLSQL pragmas).
Reply With Quote
Reply


Thread Tools
Display Modes



All times are GMT -4. The time now is 08:04 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Integrated by bbpixel2008 :: jvbPlugin R1013.368.1

Search Engine Friendly URLs by vBSEO 3.1.0
vB Ad Management by =RedTyger=
In an effort to better serve ads to our visitors, cookies are used on Mydatabasesupport.com. For more information, check out our Privacy Policy.