Skip Headers
Oracle® Real Application Clusters Installation Guide
11g Release 1 (11.1) for Microsoft Windows

Part Number B28251-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

I Troubleshooting and Removing Oracle Configuration Manager Software

This appendix describes how to troubleshoot and remove the Oracle Configuration Manager (OCM) software under the following topics:

I.1 Troubleshooting Oracle Configuration Manager

This section lists some of the errors that may occur while using OCM and provides tips to troubleshoot these errors.

I.2 Removing Oracle Configuration Manager

To uninstall OCM, follow these steps:

  1. If the ORACLE_BASE\ORACLE_HOME directory contains a database, remove the Oracle Configuration Manager user and the associated objects from the database by running the following script:

    SQL> ORACLE_BASE\ORACLE_HOME\ccr\admin\scripts\dropocm.sql
    
  2. If the database is a repository for the Oracle E-Business Suite, log in to the database as an SYSDBA user and remove the additional objects from the database by running the following script:

    ORACLE_BASE\ORACLE_HOME\ccr\admin\scripts\ebs_dropccr.sql Oracle_Applications_User
    
  3. If the database is a repository for Oracle Grid Control, log in to the database as the SYSMAN user and remove the additional objects from the database by running the following script:

    ORACLE_BASE\ORACLE_HOME\ccr\admin\scripts\dropemrep_collect.sql
    
  4. To stop the Scheduler and remove the service, enter the following command:

    ORACLE_BASE\ORACLE_HOME\ccr\bin\deployPackages -d ORACLE_BASE\ORACLE_HOME\ccr\inventory\core.jar
    
  5. Delete the ccr directory by entering the following command:

    SYSTEM_DRIVE:\> rmdir /S ORACLE_BASE\ORACLE_HOME\ccr
    

    OCM is successfully uninstalled.