Oracle Configuration Manager (OCM)
Oracle Conifguration Manager官方定义
Oracle Configuration Manager is used to collect client configuration information and upload it to the Oracle repository.
When client configuration data is uploaded on a regular basis, customer support representatives can analyze this data and provide better service to the customers.
卸载Oracle Configuration Manager
官方删除方法
To uninstall OCM, follow these steps:
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
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
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
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
Delete the ccr directory by entering the following command:
SYSTEM_DRIVE:\> rmdir /S ORACLE_BASE\ORACLE_HOME\ccr
OCM is successfully uninstalled.
另外,最后在windows下需要使用sc delete "服务名"手动删除服务。
C:\Users\Administrator>sc delete Oraclec_app_admini~1_product_112~1.0_dbhome_1ConfigurationManager
DeleteService SUCCESS
检查发现系统服务里面已经没有OCM的相关服务了。
版权声明:本文为博主原创文章,未经博主允许不得转载。
页:
[1]