Posts

Showing posts from July, 2018

How to install oracle Fusion Middleware 12c in Oracle Linux 7.5

Image
     How   to install Oracle Fusion Middleware 12.2.1.0       First need to install and configure jdk and database 12c. Software required           ·          fmw_12.2.1.0.0_infrastructure.jar       JDK 1.8 jar file Prerequisites check before installation – Make sure JAVA_HOME is set & JAVA executable is added to PATH environment variable. Navigate to software directory and execute infrastructure installer using JAVA Run the following command from oracle user $ Java –jar fmw_12.2.1.0.0_infrastructure.jar Welcome Screen Skip and update Installation Location Let it be default Installation Type Select   Fusion Middleware Infrastructure and next Prerequisites Checks Security Updates            ...

Step by Step guide to install oracle database 12c - 12.2.1.0 on linux 7.5

Image
           HOW TO INSTALL ORACLE DATABASE   12.2.1.0   ON LINUX 7.5         Hardware and Software required to install oracle database 12.2.1.0 i) Go through these link to know more about installatation hardware requirement -- https://docs.oracle.com/database/121/NTDBI/reqs.htm#NTDBI7423 Make sure the O.S configuration should match with database   configuration. ii) Download the oracle database from oracle e-delivery service link provided below (make sure the correct version for different operating system) https://edelivery.oracle.com/osdc/faces/Home.jspx;jsessionid=kBTJt1Tx014u0f3eyzhh82O6i9d20IzHv-al9ZolkPo8h9NGmIlv!633317356   Login with normal oracle credentials 2.   Download the Oracle Database and unzip file and save it to Oracle Home 3. Check the jdk version in shell/command   by “# ...