Monitoring Storage Space Usage

Previous
Previous
Next
Next

Because Oracle Database Express Edition (Oracle Database XE) is limited to just over four gigabytes (GB) of user data, your most important storage management task is monitoring the amount of storage space remaining.

To monitor storage space usage:

  1. Access the Database Home Page.

    See "Accessing the Database Home Page" for instructions.

  2. In the Usage Monitor at the right-hand side of the page, examine the Storage bar graph.

    Description of usage_monitor.gif follows
    Description of the illustration usage_monitor.gif


    Note:

    If the Usage Monitor does not appear on the Database Home Page, click the Customize link near the upper right-hand corner of the page, and then enable the Usage Monitor.

If you notice that space remaining is becoming low, you can attempt to free some space by doing the following:

  1. For each schema:

    1. Log in as the schema owner.

    2. Drop (delete) unused database objects.

    3. Purge the recycle bin.

      See "Purging the Recycle Bin" for instructions.

  2. Compact storage.

    See "Compacting Storage" for instructions.


Note:

If you log in to the database and connect as SYSDBA, you can purge the entire recycle bin (all schemas simultaneously). See Oracle Database Administrator's Guide for details.

If this procedure does not free a significant amount of space and you expect space requirements to continue to grow, you must consider upgrading to Oracle Database Standard Edition or Enterprise Edition.