Hello All,
I am testing our new Oracle RAC environment and imported a 11g RAC export to a 12c RAC database. I am running into a road block installing Enterprise Manager. During the OEM Clowd installation process, I encounter the error: "The Enterprise Manager Database Control schema already exists in the database. Before proceeding any further with the installation, you must deconfigure the schema by running the following command: /bin/emca -deconfig dbcontrol db -repos drop -cluster..."
When I run the commands I get the following:
[oracle@db1 bin]$ emca -deconfig dbcontrol db -repos drop -cluster
paramName:deconfig
paramValue:dbcontrol
Invalid syntax
[oracle@db1 bin]$
I am thinking sysman schema need to be dropped manualy instead of running the advised command above? Can someone please confirm.
Moving from:
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Release 11.2.0.3.0 - 64bit Production
PL/SQL Release 11.2.0.3.0 - Production
CORE 11.2.0.3.0 Production
TNS for Linux: Version 11.2.0.3.0 - Production
NLSRTL Version 11.2.0.3.0 - Production
To:
BANNER
--------------------------------------------------------------------------------
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
PL/SQL Release 12.1.0.2.0 - Production
CORE 12.1.0.2.0 Production
TNS for Linux: Version 12.1.0.2.0 - Production
NLSRTL Version 12.1.0.2.0 - Production
Thanks!