DBCA静默安装Oracle数据库遭遇ORA-29516
程序员文章站
2022-07-13 14:09:30
...
使用DBCA创建11.2.0.4 DB在进程为75%时失败,错误为:
排错步骤:
排除静默安装的Shell文件,并确保堆栈设置为不小于2 GB:
[aaa@qq.com ~]$ ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 255685
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 10240
cpu time (seconds, -t) unlimited
max user processes (-u) 2047
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
设置正确。
第二步:
如果您在/etc/fstab文件中/dev/shm的“defaults”一词后面看到任何其他装载选项,
例如nosuid、nodev或noexec:将这些装载项删除:
英文描述:
If you see any other mount options in file /etc/fstab after the word "defaults" for /dev/shm,
such as nosuid, nodev, or noexec:
none /dev/shm tmpfs defaults,nosuid,nodev,noexec 0 0
then remove these options from the entry in /etc/fstab:
none /dev/shm tmpfs defaults 0 0
then reboot the system for the changes to take effect.
红色部分按照步骤2调整后,DBCA顺利完成DB创建。
扫码关注公众号领取惊喜::
推荐阅读
-
RHEL5.6静默安装oracle11.2.0数据库实例脚本
-
CentOS 7静默安装Oracle 11g R2数据库软件
-
Oracle 11g R2创建数据库之DBCA静默方式
-
DBCA静默安装Oracle数据库遭遇ORA-29516
-
[oracle部署实施] 基于centos7静默安装oracle 11gr2单实例数据库
-
Oracle 10g,11g中数据库静默安装中的细小差别
-
Oracle 11gR2 静默安装RAC 集群和数据库软件
-
静默方式安装Oracle 10g数据库软件+升级patch+手工建库
-
Oracle 11gR2 静默安装RAC 集群和数据库软件
-
Oracle 11g数据库软件静默安装