Posts

Showing posts from May, 2020

Troubleshooting: Installation and Configurations of FMW

Image
Issue#1: CFGFWK-60324: Location is not a directory Domain Configuration time issue Solution : Check the domain path which you enter already in use or correct one. Issue #2: some system prerequisites failed Extracting the installer . . . . . . . . . . . . . . . . . . Done Checking if CPU speed is above 300 MHz. Actual 2194.910 MHz Passed Checking swap space: must be greater than 512 MB. Actual 0 MB Failed <<<< Checking if this platform requires a 64-bit JVM. Actual 64 Passed (64-bit not required) Checking temp space: must be greater than 300 MB. Actual 11624 MB Passed Some system prerequisite checks failed. You must fulfill these requirements before continuing. The log is located here: /tmp/OraInstall2020-05-06_11-54-32PM/launcher2020-05-06_11-54-32PM.log. To Fix this simple you look in to the above output, what check it got failed that is shown with "Failed <<<<" Just use at the end -ignoreSysPrereqs ja...

Oracle Business Inteligence OBIEE 12c Installation

Image
Hi, all this is another post exciting silent mode installation, which we highly encourage the whole Oracle World to use this automation trick to save a lot of time and cost. As part of the OBIEE installation enables us to develop the reports for  Analytics & Visuals In this post we will be covering the following: Assumptions Pre-requisites Create OBIEE responsefile Installation Assumptions Your VM/machine has enough space and memory and CPU capacities to run the OBIEE12c. Familiar with basic statistics to understand the Analytics reports. Pre-requisites OBIEE latest version and its dependencies are altogether given on the same page OTN downloads . JDK 1.8 131 subversion is required to run this installation process, with the latest version Middleware Infrastructure # Install JDK cd /u01; tar -xzvf /tmp/jdk-8u202-linux-x64.tar.gz export JAVA_HOME=/u01/jdk1.8.0_202 export PATH=$JAVA_HOME/bin:$PATH #CHEKCK Java version java -version java version "1.8....