OC4J Configuration issue
程序员文章站
2022-06-06 09:35:33
...
问题:
今天在虚拟机上启动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
下一篇: wifi共享精灵使用心得及注意事项分享
推荐阅读
-
spring 学习2-Spring Configuration in detail
-
ASP.NET Core Web API 教程Project Configuration
-
Aso.Net Core 的配置系统Configuration
-
postgresql server configuration
-
安装WAMPServer出现 the configuration file contains syntax error
-
解决spring boot1.5以上版本@ConfigurationProperties提示“Spring Boot Configuration Annotation Processor not.."
-
不能连接Wireless Zero Configuration服务不能自动启的问题解决方法
-
JAVA中的Configuration类详解
-
解读ASP.NET 5 & MVC6系列教程(5):Configuration配置信息管理
-
JAVA中的Configuration类详解