IMPAX 6.5.1 Server Knowledge Base home > Oracle Server home

Reindexing the Oracle Standard Edition database

The database administrator’s responsibility includes rebuilding the indexes to improve performance of retrieving data and database searching. Perform this operation during off hours, as it requires exclusive access to the database tables.

Note:

Note:

With Oracle Enterprise Edition, you can instead configure online reindexing.

To reindex the Oracle Standard Edition database

  1. Determine the space requirements for rebuilding the database.

  2. Configure the index_upkeep.cfg configuration file for the amount of time you want index_rebuild to run.

    Some weeks, no indexes may be rebuilt, depending on the REBUILD_FREQUENCY parameter.

  3. If running Windows 64-bit, set the ORACLE_HOME environment variable by typing

    set ORACLE_HOME=C:\oracle\product\10.2.0\db_1

  4. Log into the Database Server as user oracle (Solaris) or AgfaService (Windows).

  5. Type the reindex command

    index_rebuild (Solaris)

    or

    bash index_rebuild (Windows)

  6. After index_rebuild has completed successfully, back up the database.


See also


Topic number: 67149

Applies to: IMPAX 6.5.1 Server Knowledge Base