Oracle Fusion Middleware Infrastructure Silent mode installation
Welcome to learning Fusion Middleware Experiments blog series which covers all Administration tasks. Every Java-based developed Oracle product is moved into the same strategy. Where WebLogic Infrastructure will be the platform to run the servers in HA. Oracle FMW infrastructure installation flow Installing Oracle Fusion Middleware products generally involves 1. Install JDK/Java Runtime 2. Create the database schemes - required by the FMW products being installed by using the Oracle Repository Creation Utility (RCU) 3. Install Oracle WebLogic Server 4. Install other Oracle Fusion Middleware products You need to know about your installation machine details first accordingly you can select the platform, architecture-specific JDK. Download JDK1.8[latest version] Install JDK You can download latest stable version of JDK from Oracle Software Delivery Cloud or OTN. The following might cd tar -zxvf /vagrant_data/jdk-8u65-linux-x64.gz This wi...