首页
学习
活动
专区
圈层
工具
发布
社区首页 >专栏 >ORA-00445:Background Process “xxxx“ Did Not Start After 120 Seconds

ORA-00445:Background Process “xxxx“ Did Not Start After 120 Seconds

作者头像
Lucifer三思而后行
发布2021-08-17 15:20:19
发布2021-08-17 15:20:19
9380
举报

oerr ORA-00445

代码语言:javascript
复制
[oracle@p11g01 ~]$ oerr ORA 00445
00445, 00000, "background process \"%s\" did not start after %s seconds"
// *Cause:  The specified process did not start after the specified time.
// *Action: Ensure that the background did not die and leave a trace file.

参考:ORA-00445: Background Process "xxxx" Did Not Start After 120 Seconds (Doc ID 1345364.1)    

代码语言:javascript
复制
[root@p11g01 ~]# /sbin/sysctl -a | grep randomize
kernel.randomize_va_space = 2
[root@p11g01 ~]# /sbin/sysctl -a | grep exec-shield
kernel.exec-shield = 1

[root@p11g01 ~]# cat <>/etc/sysctl.conf
> kernel.randomize_va_space = 0
> kernel.exec-shield=0
> EOF
[root@p11g01 ~]# sysctl -p
kernel.shmall = 2097152
fs.aio-max-nr = 1048576
fs.file-max = 6815744
kernel.shmmax = 2076760064
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
net.ipv4.ip_local_port_range = 9000 65500
net.core.rmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 1048586
kernel.panic_on_oops = 1
net.ipv4.conf.eth0.rp_filter = 1
net.ipv4.conf.eth1.rp_filter = 2
kernel.randomize_va_space = 0
kernel.exec-shield = 0


[root@p11g01 ~]# /sbin/sysctl -a | grep randomize
kernel.randomize_va_space = 0
[root@p11g01 ~]# /sbin/sysctl -a | grep exec-shield
kernel.exec-shield = 0

[root@p11g01 ~]# reboot
本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2021/03/29 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档