Pages

Sunday, March 20, 2016

oracle-rdbms-server-12cr1-preinstall redhat

Preinstall rpm for Oracle 12c database on RHEL 7


[root@linux7 tmp]# yum install bind-utils compat-libcap1 compat-libstdc++-33 gcc gcc-c++ glibc-devel kernel-uek ksh libaio libaio-devel libstdc++-devel nfs-utils psmisc smartmontools sysstat xorg-x11-utils xorg-x11-xauth


Note: You should have yum repository configured for this above command to work. 



You can download the actual rpm for OL7 below:

http://public-yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/getPackage/oracle-rdbms-server-12cR1-preinstall-1.0-4.el7.x86_64.rpm

1 comment:

  1. Hi, guys!
    Here there is a script that checks all prerequisites packages for an Oracle database and generates yum command for missing ones.
    It supports different versions of RedHat releases and Oracle database versions
    http://dbpilot.net/2018/01/31/installing-oracle-prerequisite-packages-for-oracle-database/

    The script: http://dbpilot.net/wp-content/uploads/2018/02/dbs_prepkgs.zip [ if link is broken then the script can be downloaded directly from the post]
    Issue dos2unix command on the script before you use the script.

    The dbs_prepkgs.sh is analog of oracle-rdbms-server-11gR2-preinstall.x86_64 and oracle-rdbms-server-12cR1-preinstall.x86_64 packages.

    ReplyDelete