今天发现 ORACLE Enterprise Manager 打开不开,

查看Oem状态

            1 emctl status dbconsole 报错: 

       Environment variable ORACLE_UNQNAME not defined. Please set ORACLE_UNQNAME to da
       tabase unique name.

            就是说环境变量ORACLE_UNQNAME没有定义。

          解决如下:

          2.首先安装提示的设置ORACLE_UNQNAME

                  SET  ORACLE_UNQNAME=orcl

          3.执行 emctl status dbconsole 报错:              

      OC4J Configuration issue. E:\app\Administrator\product\11.2.0\dbhome_1/oc4j/j2ee/OC4J_DBConsole_PC-20130419GRER_orcl not found.

            这个意思想大家都能看明白,找不到OC4J_DBConsole_PC-20130419GRER_orcl 

            去文件中需找确实没有这个文件 E:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee

                   但有很相视的  OC4J_DBConsole_localhost_orcl这个文件夹,保存一份修改为 OC4J_DBConsole_

          4.之后的步骤如3.会提示很多不同,一样就该就i型行了

 

相关文章:

  • 2022-01-02
  • 2022-12-23
  • 2021-09-23
  • 2021-07-31
  • 2022-12-23
  • 2021-06-27
  • 2021-07-21
猜你喜欢
  • 2021-08-14
  • 2022-02-07
  • 2021-04-02
  • 2021-04-22
  • 2021-10-07
  • 2022-02-06
相关资源
相似解决方案