Show TOC

Space ManagementLocate this document in the navigation structure

Use

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

Note

This section discusses the approach to space management.

For more information on how to perform space management, see Space Management with BR*Tools.

For more information on reorganization, see Segment Management

Prerequisites

You consider whether to use raw devices or a file system. Raw devices are generally 10 to 20% faster on UNIX systems. However, with Oracle direct I/O or Oracle ASM the difference is reduced.

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.

Process
  1. You monitor the database closely:

  2. You manage tablespaces to:

    • Extend a tablespace by adding a new file to avoid overflow

    • Create a new tablespace, for example, when switching from a dictionary managed to a locally managed tablespace

    • Rename tablespace, for example, after having reorganized all tables from an old into a new tablespace

    • Drop tablespaces, for example, after an upgrade

  3. You manage data files to:

    • Resize the file, usually to prevent overflow

    • Turn on and maintain the Oracle AUTOEXTEND option to avoid data file overflow.

    • Rename data file, for example, to follow SAP naming conventions

    • Move the data file, for example, after you have added new disk storage to your system and want to use it for existing data files.

    • Drop empty data file because it is no longer needed