Entering content frameProcedure documentation Changing the Initialization Profile to Speed Up Reorganization Locate the document in its SAP Library structure

Use

You can improve the performance of an Oracle reorganization with SAPDBA by changing certain parameter values in the initialization profile init<DBSID>.ora before starting the reorganization.

Prerequisites

Procedure

  1. Write down the original values of parameters sort_area_size and db_file_multiblock_read_count .
  2. Change the parameter sort_area_size to 8388608.
  3. This increases the sort buffer to 1024 blocks of 8 KB each.

  4. Change the parameter db_file_multiblock_read_count to 64.
  5. This increases the number of blocks read or written for each I/O operation.

  6. Start up the database in restricted session mode.
  7. Now you can perform the reorganization.

  8. After the reorganization, return the parameters to their original values before you start up the database and the SAP System for production use.

 

 

Leaving content frame