Procedure
To prepare an Oracle table space for reuse:
- Start Oracle SQL*Plus.
- 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
- 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.