请问什么原因呢?

解决方案 »

  1.   

    是linux版本的嗎?我知道linux版本有這種情況,是oracle的一個bug。
    可以試一下:
    1。reset the sysman password
      sqlplus sys/sys_password as sysdba
      SQL> alter user sysman identified by sysman_password;
    2. stop em
      emctl stop dbconsole
    3. login as sysman using sqlplus
       sqlplus sysman/sysman_password
       SQL> execute mgmt_paf_utl.stop_daemon
       SQL> execute mgmt_paf_utl.start_daemon
    4. restart em
     emctl start dbconsole
    看看cpu有沒有降下去
      

  2.   

    windows server 2003,不低啊,我见过有比我的机配置更低的运行很正常的,而且我都什么都没干,cpu就100%了
      

  3.   

    1。reset the sysman password 
      sqlplus sys/sys_password as sysdba 
      SQL> alter user sysman identified by sysman_password; 
    2. stop em 
      emctl stop dbconsole 
    3. login as sysman using sqlplus 
      sqlplus sysman/sysman_password 
      SQL> execute mgmt_paf_utl.stop_daemon 
      SQL> execute mgmt_paf_utl.start_daemon 
    4. restart em 
    emctl start dbconsole 能解释一下是什么意思吗?
      

  4.   

    把oracleDBconsoleORCL这个服务停 了就降下来了,请高人指教一下是什么原因
      

  5.   

    这个是控制台的服务,即em。一般不使用它就把它关掉就可以了,9i后都成为了网页型的控制台。
      

  6.   

    如果你不适用EM来管理操作数据库的话就可以不用启动这个服务了如果你想用的话
    可以照2楼的方法试试
    看CPU使用会不会降下来