Monitoring and Adding Server Tablespace Space Usage

You can monitor and add server table space usage in Oracle Audit Vault Server.

Oracle Audit Vault Server contains the following tablespaces:

By default, these tablespaces have one datafile.The tablespaces are locally managed with automatic segment space management.

You should monitor the space usage for the tablespace and create additional data files for storage as needed.

The Oracle Database Security Central console will monitor the space remaining in the SYSTEM, SYSAUX, and TEMP tablespaces. You will receive system alerts when the remaining space is low and additional datafiles need to be added.

To add a datafile to any of the above tablespaces:

  1. Log in to the Audit Vault Server through SSH and switch to the root user.

    See Logging In to Oracle DBSecCentral Appliances Through SSH.

  2. Switch to the oracle user.

    su - oracle
  3. Connect as a super administrator user.

    sqlplus <superadmin>/<superadmin_password>
  4. Run the following to add a 100MB datafile to the provided tablespace.

    execute avsys.datafile_management.add_datafile(<tablespace_name>);

Related Topics