OC4J Configuration issue
程序员文章站
2022-06-06 09:35:45
...
问题:
今天在虚拟机上启动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
上一篇: URL-收藏
下一篇: http tests自动化管理和运行
推荐阅读
-
Spark异常:A master URL must be set in your configuration处理记录
-
spring5 源码深度解析----- 被面试官给虐懵了,竟然是因为我不懂@Configuration配置类及@Bean的原理
-
详解ASP.NET Core实现强类型Configuration读取配置数据
-
SpringBoot2.x升级踩坑--新增Configuration property name限制
-
Apache No space left on device: mod_rewrite: could not create rewrite_log_lock Configuration Failed
-
不能连接Wireless Zero Configuration服务不能自动启的问题解决方法
-
Joomla下利用configuration.php存储简单数据
-
Aso.Net Core 的配置系统Configuration
-
(11)ASP.NET Core 中的配置一(Configuration)
-
Ehcache 3.7文档—基础篇—XML Configuration