Posts

Showing posts with the label Oracle Business Intelligence

DataModel Command tool to deploy RPD File

Image
Namaste!! Welcome to My  " OFMW Experiments" blog! In this COVID-19 Pandemic, (the Year 2020)critical time keeping myself busy in the new learnings and that too helpful in my workplace as well, here I've chosen topics as  'Oracle Analytics Server' (OAS) administering - RPD deployment.  The  following diagram developed to understand the process of the Oracle Data Modeler,  how it works on the BI platforms (OAS/OBIEE ) or on the OAC Cloud service as well. How RPD works on Oracle BI Platforms In this post would like to share the learning experiments which you can do as lab exercise as given examples. Uploading RPD files to BI platform Listing Connection pool of an RPD Update Connection pool of an existing RPD Download RPD File from existing BI server let's start working on these  Upload RPD Files This task is common for Oracle BI servers and Oracle Analytics services ./datamodel.sh u...

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....