We had a media failure in our dev environment, and the database is nn recoverable. For a quick fix, I created a database manually and it get it OK to support the development. Now I want to run OEM, and had problem. WHen I run
[oracle@cchdb j2ee]$ emctl start dbconsole
OC4J Configuration issue. /u01/app/oracle/product/11.1.0/db_2/oc4j/j2ee/OC4J_DBConsole_cchdb.thinkstream.com_CCHDEV not found.
The required folder does not exist, but in folder /u01/app/oracle/product/11.1.0/db_2/oc4j/j2ee, there is a folder named with the corruped instance SID, with subfolders such as applib, config, etc. How can I get these folder installed.
Thanks.