dbs/ora/array_buf_size

Parameter

dbs/ora/array_buf_size

Short text

Size of input/output buffer used for array operation

Parameter Description

This parameter defines the size of a data area with which the input and output values of an SQL statement are transferred to the Oracle database. It influences in particular the maximum number of records that are brought into the database with an array operation (such as array insert) or that are read from there (array fetch). The larger the selected value, the more records can be transferred to or from the database with a single database operation. However, the Oracle network software also partitions the data to be transported again, so that increasing the value may not necessarily lead to a reduction in network traffic.

The default value of the parameter is -1. This means that an internal system default value is used for the size of the array buffer. This default value should only be changed in consultation with SAP.

Application Area

Database

Parameter Unit

Bytes

Default Value

-1

Who is permitted to make changes?

SAP

Operating System Restrictions

None

Database System Restrictions

Oracle

Are other parameters affected or dependent?

No

You May Also Like

Leave a Reply?