Entering content frameProcess documentation Space Management Locate the document in its SAP Library structure

Purpose

This section helps you develop an approach to managing the space of your Oracle database.

Process Flow

  1. You consider whether to use raw devices or a file system. Raw devices are generally 10 to 20% faster on UNIX systems. However, with Veritas Quick I/O the difference is reduced.
  2. We recommend raw devices only for experienced database administrators because the administration is more complex. For example, only one Oracle file can be set up on each raw device.

  3. You use the Oracle AUTOEXTEND option, recommended starting with Oracle Release 8. AUTOEXTEND means that tablespaces are automatically extended when they run out of space.

We recommend using this when you:

For more information on AUTOEXTEND, see the Oracle documentation.

  1. You set up locally managed tablespaces when creating new tablespaces and during a reorganization, except for system and rollback tablespaces.
  2. For more information on our recommendations for locally managed tablespaces, see SAP Note 416772.

  3. You check the database system regularly, so that you can identify potential problems in space management early.
  4. If you identify a problem with the tablespaces, you perform tablespace administration.
  5. If you identify a problem that might require reorganization, you consider the following:

For more information if you decide to reorganize, see Reorganization.

Leaving content frame