oracle support 说明:

Modify your kernel settings in /etc/sysctl.conf as follows. If the current value for any parameter is higher than the value listed in this table, do not change the value of that parameter. Range values (such as net.ipv4.ip_local_port_range) must match exactly.

kernel.shmall = half the size of physical memory in pages (If the server supports multiple databases, or uses a large SGA, then set this parameter to a value that is equal to the total amount of shared memory, in 4K pages, that the system can use at one time.)

kernel.shmmax = 1/2 of physical RAM in bytes. This would be the value 2147483648 for a system with 4Gb of physical RAM. (refer Note 567506.1 for additional information about configuring shmmax.)

kernel.shmmni = 4096

kernel.sem = 250 32000 100 128

fs.file-max = 512 x processes (for example 6815744 for 13312 processes)

fs.aio-max-nr = 1048576

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 = 1048576

vm.hugetlb_shm_group =

To activate these new settings into the running kernel space, run the “sysctl –p” command as root.

Set Shell Limits for the oracle User. Assuming that the “oracle” Unix user will perform the installation, do the following:

a) Add the following settings to /etc/security/limits.conf

oracle soft nproc 2047

oracle hard nproc 16384

oracle soft nofile 1024

oracle hard nofile 65536

oracle soft stack 10240

oracle hard stack 10240

b) Add or edit the following line in the /etc/pam.d/xdm file, if it does not already exist:

session required pam_limits.so

c) Add or edit the following line in the /etc/pam.d/su file, if it does not already exist:

session required pam_limits.so

The gcc and g++ RPM items above will ensure that the correct gcc / g++ versions are installed. It is also required that you ensure that these correct gcc / g++ versions are active, and in-use. Ensure that the commands “gcc –version” and “g++ –version” each return “4.3.x”.

The hostname command should return the fully qualified hostname as shown

below:

% hostname -f

hostname.domainname

If any Java packages are installed on the system, unset the Java environment variables, for example JAVA_HOME.

The oracle account used to install Oracle Database 12.1, should not have the Oracle install related variables set by default. For example setting ORACLE_HOME, PATH, LD_LIBRARY_PATH to include Oracle binaries in .profile, .login file and /etc/profile.d should be completely avoided.

a.) Setting ORACLE_HOME) is recommended, since it eases a few prompts in the OUI runInstaller tool.

b.) following the successful install, it is recommended to set PATH to include PATH string.

Log in as Oracle user and start the installation as follows:

./runInstaller

a.) it is best practice not to use any form of “su” to start the runInstaller, in order to avoid potential display-related problems.

b.) When performing the Oracle Database 12.1 installation, make sure to use the “runInstaller” version that comes with Oracle Database 12.1 software.

c.) When performing any subsequent Oracle Database 12.1 patchset, make sure to use the “runInstaller” version that comes with the patchset.

oracle安装参数,Oracle安装内核参数设置相关推荐

  1. linux 内核参数 杨,Linux 内核参数

    牢记!内核参数可以调整,但不是随便乱调,需要根据业务进行判断,并且要知道调整的后果是什么,存在哪些风险. 牢记!!!调整参数时,做好记录!!! 网络参数 /proc/sys/net/core/wmem ...

  2. linux ipv4参数查看,Linux内核参数之IPV4变量引用

    变量路径在/proc/sys/net/ipv4/目录下面,关于ipv4的内核参数如下: ip_autoconfig 参数:0或1 1表示通过RARP,BOOTP,DHCP或者其它协议获取主机的IP地址 ...

  3. linux 内核参数 rss,容器内核参数

    容器安全-内核参数? 容器与宿主机共用内核,修改内核参数可能会影响到宿主机和其他容器.非特权容器大部分内核参数无法修改,可以修改的内核参数主要涉及到 IPC Namespace和Net Namespa ...

  4. linux 内核参数分析,linux 内核参数VM调优 之 参数调节和场景分析

    总结可知cached中的脏数据满足如下几个条件中一个或者多个的时候就会被pdflush刷新到磁盘: (1)数据存在的时间超过了dirty_expire_centisecs(默认30s)时间 (2)脏数 ...

  5. linux 内核参数 杨,Linux 内核参数

    1. net.core.somaxconn freebsd版本中对应的参数为 kern.ipc.somaxconn 作用:限制接收新 TCP 连接侦听队列的大小 关注点:nginx debug:acc ...

  6. linux 的内核参数优化,linux 内核参数优化

    net.ipv4.tcp_syncookies=1 表示开启SYN Cookies.当出现SYN等待队列溢出时,启用cookie来处理,可防范 少量的ddos SYN攻击.默认为0,表示关闭. net ...

  7. linux下安装配置oracle

    ·  检查系统是否已安装所需的开发包 使用rpm -qa命令,确保以下包已成功安装.对于包的版本,只有版本高于下面的都可以,如果低于此版本,则要升级处理,如下: binutils-2.15.92.0. ...

  8. 在Oracle Linux 7U5上安装Oracle Database 12.2.0.1

    环境准备 硬件准备 在VirtualBox上安装一台OL7u5的虚机,8G内存,一个vCPU,一块网卡(NAT,以便从公网下载包).我是从现成的模板导入的. # cat /etc/oracle-rel ...

  9. oracle--HP-UX Itanium Oracle 11g R2远程安装手记

    项目组需要在一个异地的 HP 小型机上安装 Oracle, 系统的硬件信息如下: 软件信息如下: 1.         下载正确的 Oracle 安装版本 HP-UX 可以运行在 HP 自己的处理器 ...

  10. linux 内核参数调整说明

    linux 内核参数调整说明 所有的TCP/IP调优参数都位于/proc/sys/net/目录.例如, 下面是最重要的一些调优参数, 后面是它们的含义: 1. /proc/sys/net/core/r ...

最新文章

  1. 想用Python学机器学习?Google大神替你写好了所有的编程示范代码
  2. linux wc命令参数及用法详解
  3. 如何关闭jdk自动更新提示
  4. 应用于服务供应商网络的IP+光纤业务实现解决方案
  5. 春天重新审视战略模式
  6. C语言库文件ctype.h中重要的库函数
  7. JavaScript 虽火,但不要轻易去追随!
  8. spark-sql如何删除表_SparkSQL数据源之Hive数据库
  9. php格式文件怎么改成mp4,dat视频文件如何打开 dat格式文件怎样转换成MP4或其它视频格式...
  10. 网络通信,IP地址, 端口,socket
  11. 第一天 渗透的基本概念
  12. system verilog基础知识总结与复习(随机化)
  13. sprd9820 来电归属地
  14. 如何用ffmpeg截取视频片段截取时间不准确的坑
  15. Unity中一些小技巧
  16. 面向对象的基础知识总结
  17. voip网络抓包录音
  18. 【Bitmap】Canvas: trying to use a recycled bitmap android.graphics.Bitmap问题
  19. 计蒜客习题:帕吉的肉钩
  20. 可重构/大规模智能反射表面reconfigurable/large intelligent surface综述

热门文章

  1. vue循环渲染变量类样式
  2. Windows系统MySQL安装配置
  3. P2339 提交作业usaco
  4. BellmanFord的队列优化
  5. yii2地址多级联动
  6. Unity 3D 一个简单的角色控制脚本
  7. mysqli存储过程
  8. UA PHYS515A 电磁理论V 电磁波与辐射9 简单辐射系统
  9. [概统]本科二年级 概率论与数理统计 第二讲 几何概型
  10. UA SIE545 优化理论基础4 对偶理论简介6 求解对偶问题的梯度算法