zoukankan      html  css  js  c++  java
  • Oracle Database 12c Preinstall Steps for Oracle Linux Simplified

    This post is a quick reminder that Oracle Linux includes a handy RPM to address pre-installation requirement for Oracle Database 12c.  Starting with Oracle Database 12c Release 2, we changed the name for this RPM, so the RPM you should look for depends on what release of Oracle Database 12c you plan to install:

     
    • For Oracle Database 12c Release 2: oracle-database-server-12cR2-preinstall
    • For Oracle Database 12c Release 1: oracle-rdbms-server-12cR1-preinstal

    Both of these RPMs are in the ol6_latest and ol7_latest repository for Oracle Linux 6 and 7 on the Oracle Linux yum server as well as from ULN. All recent releases of Oracle Linux 6 and 7 by default include the proper yum configuration to install these RPMs.


    $ yum info oracle-database-server-12cR2-preinstall
    Available Packages
    Name        : oracle-database-server-12cR2-preinstall
    Arch        : x86_64
    Version     : 1.0
    Release     : 3.el7
    Size        : 19 k
    Repo        : ol7_latest/x86_64
    Summary     : Sets the system for Oracle Database single instance and Real Application Cluster install for Oracle Linux 7
    License     : GPLv2
    Description : The Oracle Preinstallation RPM package installs software packages and sets system parameters required for Oracle
                : Database single instance and Oracle Real Application Clusters installations for Oracle Linux Release 7 Files
                : affected: /etc/sysctl.conf, /boot/grub/menu.lst OR /boot/grub2/grub.cfg Files added:
                : /etc/security/limits.d/oracle-database-server-12cR2-preinstall.conf

    The output below is from a fresh Oracle Linux 7.4 installation to prepare for Oracle Database 12c Release 2:

    You can review all the actions performed by the preinstallation RPM in a log file located here

    /var/log/oracle-database-server-12cR2-preinstall/results/orakernel.log

    References

    Oracle Database 12c Release 2 Installation Guide: Automatically Configuring Oracle Linux with Oracle Preinstallation RPM

  • 相关阅读:
    [AHOI 2005]COMMON 约数研究
    [AHOI 2016初中组]迷宫
    [HNOI 2002]营业额统计
    [HAOI 2012]音量调节
    [HAOI 2010]软件安装
    [NOI 2015]荷马史诗
    浏览器同源政策
    docker 进程 转载:https://www.cnblogs.com/ilinuxer/p/6188303.html
    docker 进程 转载:
    redis 缓存问题,转载:https://www.cnblogs.com/liangsonghua/p/www_liangsonghua_me_22.html
  • 原文地址:https://www.cnblogs.com/DataArt/p/10063386.html
Copyright © 2011-2022 走看看