Delete RCU Schemas for Essbase

To delete or clean up your Essbase schemas, use the Fusion Middleware RCU utility and the following steps, with the Drop Repository option. If you prefer to use the command-line method with Silent mode, skip to that section near the end of this topic.

Drop Schemas using the Utility

  1. In the Oracle Home where Fusion Middleware is installed, open a terminal in /oracle_common/bin. For example, open a terminal in /scratch/user/oracle_home/oracle_common/bin.

  2. Run the rcu command to launch the Repository Creation Utility.

    Linux Example

    ./rcu

    Windows Example

    rcu.bat
  3. On the Welcome page, click Next.

  4. On the Create Repository page, click Drop Repository, and then Next.

  5. On the Database Connection Details page, enter the connection details, and click Next.

  6. On the Select Components page, be very careful to select the correct schema prefix for the schemas that you want to delete.


    Repository Creation Utility, Select Components page. Essbase RCU schemas with prefix of SD001 are selected to be dropped.

    Click Next, and OK to confirm.

  7. On the Summary page, it's recommended to click Save Response File, if you might want to do a silent schema removal later. Review the summary of schemas to be dropped, and click Drop to remove them.

  8. Review the Completion Summary page, and click Close.

Drop Schemas using Silent mode

For the Silent mode to drop all RCU schemas, prefixes, and components, you can use the command syntax below. The connectString can be found in the configuration log, rcu log, or response file generated during configuration. If the RCU is connected via SQL tools (such as SQL Developer or SQL Plus), close all active connections before proceeding to drop RCU schemas.

<ORACLE_HOME>/oracle_common/bin/rcu -silent -dropRepository -databaseType oracle
      -connectString myhost.example.com:1521/orcl -dbUser sys -dbRole sysdba -schemaPrefix
      ABC123 -component MDS -component WLS -component OPSS -component STB -component IAU -component IAU_APPEND
      -component IAU_VIEWER -component ESSBASE -f

If you're not aware of RCU components to provide as arguments, use the following syntax to list them.

ORACLE_HOME/oracle_common/bin/rcu -silent -listComponents