`
simonhoo
  • 浏览: 68078 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

OC4J Configuration issue

阅读更多

问题:

今天在虚拟机上启动OEM时,报错:

 

解决办法:

修改shared_pool_size 和 job_queue_processes 参数值.

[root@OCP ~]# su - oracle
[oracle@OCP ~]$ xhost +

Starting applications specified in /oracle/.vnc/xstartup

[oracle@OCP ~]$ sqlplus /nolog

SQL*Plus: Release 11.2.0.1.0 Production on Sun Jul 1 11:22:22 2012

Copyright (c) 1982, 2009, Oracle.  All rights reserved.

SQL> conn /as sysdba
Connected.
SQL> show parameter shared_pool_size;

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
shared_pool_size                     big integer 100M
SQL> alter system set shared_pool_size=150M;

System altered.

SQL> show parameter job_queue_processes;

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
job_queue_processes                  integer     1000
SQL> alter system set job_queue_processes=5;

System altered.

SQL> exit

 


 

  • 大小: 97 KB
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics