Preparing object store table spaces for reuse (Oracle)

Procedure

To prepare an Oracle table space for reuse:

  1. Start Oracle SQL*Plus.
  2. Drop the Content Platform Engine user account (cpe_db_user) for the table space that belongs to the deleted object store. Be sure to use the CASCADE option. For example:
    Content Platform Engine user account (cpe_db_user) for the table space that belongs to the deleted object store. Be sure to use the CASCADE option. For example:
    DROP USER cpe_db_user CASCADE
  3. Create a user account for the table space. For more information and a list of the minimum required permissions for the user, see Creating a Content Platform Engine database user for Oracle.