SlideShare ist ein Scribd-Unternehmen logo
1 von 18
Downloaden Sie, um offline zu lesen
www.bispsolutions.com www.bisptrainings.com 1
Oracle OLAP 11.1.0.6.0 Installation Guide
Description:
BISP is committed to provide BEST learning material to the beginners and
advance learners. In the same series, we have prepared a list of beginner’s
guide and FAQs for Oracle OLAP. Download many such learning documents,
student guide, Lab Guide and Hands-on practice materials. This document
describes easy steps to install and configure Oracle OLAP. Join our
professional training to learn from Experts.
History:
Version Description Change Author Publish Date
0.1 Initial Draft Varun Khare 08th
Apr 2012
0.1 Review#1 Amit Sharma 20th
Apr 2012
www.bispsolutions.com www.bisptrainings.com 2
Contents
Introduction ............................................................................................................................................................................3
Installation Prerequisite..........................................................................................................................................................3
Installation Steps for Oracle OLAP in Windows ......................................................................................................................3
Oracle OLAP Configuration ...................................................................................................................................................16
www.bispsolutions.com www.bisptrainings.com 3
Introduction
Oracle OLAP 11g, a fully-integrated component of Oracle Database 11g, provides a full featured multidimensional data
model and calculation engine that is easily accessible to any SQL based business intelligence application or tool.
Easily define a multidimensional model with advanced analytic calculations
Productively deliver rich analytics to any reporting and analysis tool using simple SQL
Transparently improve summary queries against tables using cube-based materialized views
Combine OLAP data with any other data in your Oracle Database - including spatial, data mining, XML, documents
and more
Leverage your existing Oracle Database expertise and software investment
Installation Prerequisite
http://docs.oracle.com/cd/B19306_01/install.102/b15681/reqs.htm
Before you install and configure OLAP in a Microsoft Windows environment, ensure that your computer meets the
hardware and software requirements for the product modules and components that you want to install
a) Oracle 11g R1 11.1.0.6 or upgrade to Oracle 11g R2
b) Windows Server Platform (You can Install in another Windows XP,VISTA,7 also, but it is better to have Windows
Server 2003,2008,2012)
c) You need to Install RDBMS such as Oracle with Analytic workspace manager with corresponding oracle versions ex. if
you used oracle 11.1.0.7 than you have to use AWM 11.1.0.7
d) You need to keep Fire wall off .
Download Oracle OLAP : http://www.oracle.com/technetwork/database/options/olap/olap-downloads-098860.html
Installation Steps for Oracle OLAP in Windows
Step-1 :- Open the Installation directory and Click On setup.exe
Step-2 :- Select oracle database 11g.
www.bispsolutions.com www.bisptrainings.com 4
Step-3 :- In order to install OLAP functions we choose here advanced installation.
Step-4:- For manually open OLAP and other functions we have to choose here custom.
www.bispsolutions.com www.bisptrainings.com 5
Step-5:- The default locations set by oracle, however you can specify your own location, click next.
Step-6: See all the pre requisite check in the below screen shot, click OK.
www.bispsolutions.com www.bisptrainings.com 6
Step-7:- Here all the functions of oracle available so check whatever you want as we click on OLAP and next
Step-8 :- Now click on create database and next
www.bispsolutions.com www.bisptrainings.com 7
Step-9:- See we install 11g 11.1.0.6.0 all the information showing here.
Step-10:- Now installation process begins.
www.bispsolutions.com www.bisptrainings.com 8
Step-11:- Click on perform typical configuration and next.
Step-12:- Select here custom database.
www.bispsolutions.com www.bisptrainings.com 9
Step-13 :- As we already set our IP address otherwise in global database we have to put IP address.
Step-14:- Click Next.
www.bispsolutions.com www.bisptrainings.com 10
Step-15:- As we want to provide same password all the administrators so click on this and enter password.
Step-16:- Click Next.
www.bispsolutions.com www.bisptrainings.com 11
Step-17:- Select here database file locations from template and click on next.
Step-18:- Click next.
www.bispsolutions.com www.bisptrainings.com 12
Step-19:-See these are database components and custom scripts are available now click on next.
Step-20:- See here shows all the data regarding oracle memory, sizing and everything now click on next.
www.bispsolutions.com www.bisptrainings.com 13
Step-21:- Click Next Button.
Step-22: All the important information available here click next button..
www.bispsolutions.com www.bisptrainings.com 14
Step-23:- Finally click on Finish and create database.
Step-24 It taking approx 15 min to install.
www.bispsolutions.com www.bisptrainings.com 15
Step-25:- Now Go to Sql Developer and make a new connection or admin
Step-26:- Now give here connection name and schema name where system files tables is stored and provide SID name.
www.bispsolutions.com www.bisptrainings.com 16
Oracle OLAP Configuration
Step-27:- Now to go console SQL and give your credentials and connect with oracle system schema.
Step-1:- Check the OLAP Option:
Select value from v$option where parameter = 'OLAP';
If TRUE, OLAP is turned on. Go to Step 2.
If FALSE, shutdown DB and turn it on:
1. Ensure that all processes in the ORACLE_HOME are stopped. This includes the database (if any),
listener, http (apache) server, intelligent agent, etc..
2. Change to the %ORACLE_HOME%bin directory
3. Rename oraolapop10.dll.OFF to oraolapop10.dll
Step 2: Verify ‘JServer JAVA Virtual Machine’ is present and VALID in the database instance:
www.bispsolutions.com www.bisptrainings.com 17
SQL> SELECT comp_id, comp_name, status, substr(version,1,10) as version from dba_registry where comp_id like
'JAVAVM';
if this is not present or INVALID then execute these commands when connected as SYSDBA:
set echo on
spool JServer.log
@?/javavm/install/initjvm.sql;
@?/xdk/admin/initxml.sql;
@?/xdk/admin/xmlja.sql;
@?/rdbms/admin/catjava.sql;
spool off
Step 3: Once the JAVAVM is installed, without errors and is VALID then we need to check and possibly install the
components for the XML Database
SQL> select comp_name, version,status from dba_registry where comp_id in ('XDB','XML');
Step 4:- Check the remaining requirements:
?/rdbms/admin/catexf.sql
-- installs the Expression Filter, adds EXF - Oracle Expression Filter -- component to the dba_registry
www.bispsolutions.com www.bisptrainings.com 18
Step 5: Now to the final steps to install OLAP itself: This contain all procedures, tables, synonym
all the important files regarding OLAP and it contain at least 3 min.
SQL> conn / as sysdba
SQL> spool add_olap.log
SQL> @?/olap/admin/olap.sql SYSAUX TEMP;
SQL> spool off

Weitere ähnliche Inhalte

Was ist angesagt?

Oracle business intelligence enterprise edition 11g
Oracle business intelligence enterprise edition 11gOracle business intelligence enterprise edition 11g
Oracle business intelligence enterprise edition 11g
uzzal basak
 
Fusion Middleware 12c Upgrade - Standalone server
Fusion Middleware 12c Upgrade - Standalone serverFusion Middleware 12c Upgrade - Standalone server
Fusion Middleware 12c Upgrade - Standalone server
K Kumar Guduru
 

Was ist angesagt? (20)

Oracle autovue
Oracle autovueOracle autovue
Oracle autovue
 
Eouc 12 on 12c osama mustafa
Eouc 12 on 12c osama mustafaEouc 12 on 12c osama mustafa
Eouc 12 on 12c osama mustafa
 
Installing oracle timesten database On Linux
Installing oracle timesten database On Linux Installing oracle timesten database On Linux
Installing oracle timesten database On Linux
 
Pluggable database tutorial
Pluggable database tutorialPluggable database tutorial
Pluggable database tutorial
 
Install oracle solaris 11.2 using gui
Install oracle solaris 11.2 using guiInstall oracle solaris 11.2 using gui
Install oracle solaris 11.2 using gui
 
Install oracle grid infrastructure on linux 6.6
Install oracle grid infrastructure on linux 6.6Install oracle grid infrastructure on linux 6.6
Install oracle grid infrastructure on linux 6.6
 
Ebs clone r12.2.4
Ebs clone r12.2.4Ebs clone r12.2.4
Ebs clone r12.2.4
 
Enable oracle database vault
Enable oracle database vaultEnable oracle database vault
Enable oracle database vault
 
How to add storage to esxi 5.5
How to add storage to esxi 5.5How to add storage to esxi 5.5
How to add storage to esxi 5.5
 
configuring+oracle+rds+with+glasfish+server
configuring+oracle+rds+with+glasfish+serverconfiguring+oracle+rds+with+glasfish+server
configuring+oracle+rds+with+glasfish+server
 
Deploy agent in em12c
Deploy agent in em12cDeploy agent in em12c
Deploy agent in em12c
 
Upgrade EBS DB from 11g to 12c.
Upgrade EBS DB from 11g to 12c.Upgrade EBS DB from 11g to 12c.
Upgrade EBS DB from 11g to 12c.
 
oracle-rest-data-service-instal-config
oracle-rest-data-service-instal-configoracle-rest-data-service-instal-config
oracle-rest-data-service-instal-config
 
Weblogic 12c installation (oracle linux)
Weblogic 12c installation (oracle linux)Weblogic 12c installation (oracle linux)
Weblogic 12c installation (oracle linux)
 
Oracle business intelligence enterprise edition 11g
Oracle business intelligence enterprise edition 11gOracle business intelligence enterprise edition 11g
Oracle business intelligence enterprise edition 11g
 
Steps to Create odbc connection linux
Steps to Create odbc connection linuxSteps to Create odbc connection linux
Steps to Create odbc connection linux
 
Oam install & config
Oam install & configOam install & config
Oam install & config
 
Pluggable database 3
Pluggable database 3Pluggable database 3
Pluggable database 3
 
Fusion Middleware 12c Upgrade - Standalone server
Fusion Middleware 12c Upgrade - Standalone serverFusion Middleware 12c Upgrade - Standalone server
Fusion Middleware 12c Upgrade - Standalone server
 
New Stuff in the Oracle PL/SQL Language
New Stuff in the Oracle PL/SQL LanguageNew Stuff in the Oracle PL/SQL Language
New Stuff in the Oracle PL/SQL Language
 

Andere mochten auch

Getting started-with-qlikview-part-i
Getting started-with-qlikview-part-iGetting started-with-qlikview-part-i
Getting started-with-qlikview-part-i
Amit Sharma
 
Getting started-with-oracle-so a-viii
Getting started-with-oracle-so a-viiiGetting started-with-oracle-so a-viii
Getting started-with-oracle-so a-viii
Amit Sharma
 
Getting started-with-oracle-so a-iv
Getting started-with-oracle-so a-ivGetting started-with-oracle-so a-iv
Getting started-with-oracle-so a-iv
Amit Sharma
 
Force.com migration utility
Force.com migration utilityForce.com migration utility
Force.com migration utility
Amit Sharma
 
User and group security migration
User and group security migrationUser and group security migration
User and group security migration
Amit Sharma
 
Sales force certification-lab-ii
Sales force certification-lab-iiSales force certification-lab-ii
Sales force certification-lab-ii
Amit Sharma
 
Getting started-with-oracle-so a-ii
Getting started-with-oracle-so a-iiGetting started-with-oracle-so a-ii
Getting started-with-oracle-so a-ii
Amit Sharma
 
Sales force certification-lab
Sales force certification-labSales force certification-lab
Sales force certification-lab
Amit Sharma
 
Getting started-with-oracle-so a-i
Getting started-with-oracle-so a-iGetting started-with-oracle-so a-i
Getting started-with-oracle-so a-i
Amit Sharma
 
E mail and-workflow-administation
E mail and-workflow-administationE mail and-workflow-administation
E mail and-workflow-administation
Amit Sharma
 
Force.com migration utility
Force.com migration utilityForce.com migration utility
Force.com migration utility
Amit Sharma
 
Hfm task atumation
Hfm task atumationHfm task atumation
Hfm task atumation
Amit Sharma
 

Andere mochten auch (19)

Essbase administration
Essbase administrationEssbase administration
Essbase administration
 
Getting started-with-qlikview-part-i
Getting started-with-qlikview-part-iGetting started-with-qlikview-part-i
Getting started-with-qlikview-part-i
 
Getting started-with-oracle-so a-viii
Getting started-with-oracle-so a-viiiGetting started-with-oracle-so a-viii
Getting started-with-oracle-so a-viii
 
Getting started-with-oracle-so a-iv
Getting started-with-oracle-so a-ivGetting started-with-oracle-so a-iv
Getting started-with-oracle-so a-iv
 
Force.com migration utility
Force.com migration utilityForce.com migration utility
Force.com migration utility
 
Essbase security-implementation
Essbase security-implementationEssbase security-implementation
Essbase security-implementation
 
User and group security migration
User and group security migrationUser and group security migration
User and group security migration
 
Oracle11g form-course-curriculum
Oracle11g form-course-curriculumOracle11g form-course-curriculum
Oracle11g form-course-curriculum
 
Sales force certification-lab-ii
Sales force certification-lab-iiSales force certification-lab-ii
Sales force certification-lab-ii
 
Getting started-with-oracle-so a-ii
Getting started-with-oracle-so a-iiGetting started-with-oracle-so a-ii
Getting started-with-oracle-so a-ii
 
Sales force certification-lab
Sales force certification-labSales force certification-lab
Sales force certification-lab
 
Oracle11g form course-curriculum
Oracle11g form course-curriculumOracle11g form course-curriculum
Oracle11g form course-curriculum
 
Getting started-with-oracle-so a-i
Getting started-with-oracle-so a-iGetting started-with-oracle-so a-i
Getting started-with-oracle-so a-i
 
Adf coursecontent(1)
Adf coursecontent(1)Adf coursecontent(1)
Adf coursecontent(1)
 
E mail and-workflow-administation
E mail and-workflow-administationE mail and-workflow-administation
E mail and-workflow-administation
 
Ibm cognos-build-data-marts-reports-and-dashboards
Ibm cognos-build-data-marts-reports-and-dashboardsIbm cognos-build-data-marts-reports-and-dashboards
Ibm cognos-build-data-marts-reports-and-dashboards
 
Force.com migration utility
Force.com migration utilityForce.com migration utility
Force.com migration utility
 
Odi course curriculumn
Odi course curriculumnOdi course curriculumn
Odi course curriculumn
 
Hfm task atumation
Hfm task atumationHfm task atumation
Hfm task atumation
 

Ähnlich wie Oracle olap-installation

Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manual
Pramod Sharma
 
oracle upgradation
oracle upgradationoracle upgradation
oracle upgradation
influxbob
 
Oracle bi 10g_install_migration
Oracle bi 10g_install_migrationOracle bi 10g_install_migration
Oracle bi 10g_install_migration
Mlx Le
 

Ähnlich wie Oracle olap-installation (20)

Obia11.1.1.10.1 installation and configuration on Unix platform
Obia11.1.1.10.1 installation and configuration on Unix platformObia11.1.1.10.1 installation and configuration on Unix platform
Obia11.1.1.10.1 installation and configuration on Unix platform
 
Oracle 10g to 11g upgrade on sap(10.2.0.5.0 to 11.2.0.3)
Oracle 10g to 11g upgrade on sap(10.2.0.5.0 to 11.2.0.3)Oracle 10g to 11g upgrade on sap(10.2.0.5.0 to 11.2.0.3)
Oracle 10g to 11g upgrade on sap(10.2.0.5.0 to 11.2.0.3)
 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manual
 
Oracle-11g-upgrade
Oracle-11g-upgradeOracle-11g-upgrade
Oracle-11g-upgrade
 
How to install oracle ops center 12c
How to install oracle ops center 12cHow to install oracle ops center 12c
How to install oracle ops center 12c
 
Obia with odi
Obia with odiObia with odi
Obia with odi
 
Oracle 12cR2 RAC Database Software Installation and Create Database
Oracle 12cR2 RAC Database Software Installation and Create DatabaseOracle 12cR2 RAC Database Software Installation and Create Database
Oracle 12cR2 RAC Database Software Installation and Create Database
 
Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)
Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)
Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)
 
Weblogic 12c Graphical Mode installation steps in Windows
Weblogic 12c Graphical Mode installation steps in Windows Weblogic 12c Graphical Mode installation steps in Windows
Weblogic 12c Graphical Mode installation steps in Windows
 
12c weblogic installation steps for Windows
12c weblogic installation steps for Windows12c weblogic installation steps for Windows
12c weblogic installation steps for Windows
 
Oracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linuxOracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linux
 
R12.2.5 new features
R12.2.5 new featuresR12.2.5 new features
R12.2.5 new features
 
Oracle api gateway installation as cluster and single node
Oracle api gateway installation as cluster and single nodeOracle api gateway installation as cluster and single node
Oracle api gateway installation as cluster and single node
 
patchVantage Cloud Starter Pack
patchVantage Cloud Starter Pack patchVantage Cloud Starter Pack
patchVantage Cloud Starter Pack
 
Obia with odi
Obia with odiObia with odi
Obia with odi
 
WebLogic FAQs
WebLogic FAQsWebLogic FAQs
WebLogic FAQs
 
oracle upgradation
oracle upgradationoracle upgradation
oracle upgradation
 
Handling Database Deployments
Handling Database DeploymentsHandling Database Deployments
Handling Database Deployments
 
Oracle bi 10g_install_migration
Oracle bi 10g_install_migrationOracle bi 10g_install_migration
Oracle bi 10g_install_migration
 
SOA Fusion Middleware installation
SOA Fusion Middleware installationSOA Fusion Middleware installation
SOA Fusion Middleware installation
 

Mehr von Amit Sharma

Oracle apex-hands-on-guide lab#1
Oracle apex-hands-on-guide lab#1Oracle apex-hands-on-guide lab#1
Oracle apex-hands-on-guide lab#1
Amit Sharma
 
Oracle apex hands on lab#2
Oracle apex hands on lab#2Oracle apex hands on lab#2
Oracle apex hands on lab#2
Amit Sharma
 
Security and-data-access-document
Security and-data-access-documentSecurity and-data-access-document
Security and-data-access-document
Amit Sharma
 
Sales force managing-data
Sales force managing-dataSales force managing-data
Sales force managing-data
Amit Sharma
 
Salesforce interview-preparation-toolkit-formula-and-validation-rules-in-sale...
Salesforce interview-preparation-toolkit-formula-and-validation-rules-in-sale...Salesforce interview-preparation-toolkit-formula-and-validation-rules-in-sale...
Salesforce interview-preparation-toolkit-formula-and-validation-rules-in-sale...
Amit Sharma
 
Managing users-doc
Managing users-docManaging users-doc
Managing users-doc
Amit Sharma
 

Mehr von Amit Sharma (20)

Oracle enteprise pbcs drivers and assumptions
Oracle enteprise pbcs drivers and assumptionsOracle enteprise pbcs drivers and assumptions
Oracle enteprise pbcs drivers and assumptions
 
Oracle EPBCS Driver
Oracle EPBCS Driver Oracle EPBCS Driver
Oracle EPBCS Driver
 
Oracle Sales Quotation Planning
Oracle Sales Quotation PlanningOracle Sales Quotation Planning
Oracle Sales Quotation Planning
 
Oracle strategic workforce planning cloud hcmswp converted
Oracle strategic workforce planning cloud hcmswp convertedOracle strategic workforce planning cloud hcmswp converted
Oracle strategic workforce planning cloud hcmswp converted
 
Basics of fdmee
Basics of fdmeeBasics of fdmee
Basics of fdmee
 
FDMEE script examples
FDMEE script examplesFDMEE script examples
FDMEE script examples
 
Oracle PBCS creating standard application
Oracle PBCS creating  standard applicationOracle PBCS creating  standard application
Oracle PBCS creating standard application
 
Hfm rule custom consolidation
Hfm rule custom consolidationHfm rule custom consolidation
Hfm rule custom consolidation
 
Hfm calculating RoA
Hfm calculating RoAHfm calculating RoA
Hfm calculating RoA
 
Adding metadata using smartview
Adding metadata using smartviewAdding metadata using smartview
Adding metadata using smartview
 
Hyperion planning weekly distribution
Hyperion planning weekly distributionHyperion planning weekly distribution
Hyperion planning weekly distribution
 
Hyperion planning scheduling data import
Hyperion planning scheduling data importHyperion planning scheduling data import
Hyperion planning scheduling data import
 
Hyperion planning new features
Hyperion planning new featuresHyperion planning new features
Hyperion planning new features
 
Microsoft dynamics crm videos
Microsoft dynamics crm videosMicrosoft dynamics crm videos
Microsoft dynamics crm videos
 
Oracle apex-hands-on-guide lab#1
Oracle apex-hands-on-guide lab#1Oracle apex-hands-on-guide lab#1
Oracle apex-hands-on-guide lab#1
 
Oracle apex hands on lab#2
Oracle apex hands on lab#2Oracle apex hands on lab#2
Oracle apex hands on lab#2
 
Security and-data-access-document
Security and-data-access-documentSecurity and-data-access-document
Security and-data-access-document
 
Sales force managing-data
Sales force managing-dataSales force managing-data
Sales force managing-data
 
Salesforce interview-preparation-toolkit-formula-and-validation-rules-in-sale...
Salesforce interview-preparation-toolkit-formula-and-validation-rules-in-sale...Salesforce interview-preparation-toolkit-formula-and-validation-rules-in-sale...
Salesforce interview-preparation-toolkit-formula-and-validation-rules-in-sale...
 
Managing users-doc
Managing users-docManaging users-doc
Managing users-doc
 

Kürzlich hochgeladen

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Kürzlich hochgeladen (20)

Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 

Oracle olap-installation

  • 1. www.bispsolutions.com www.bisptrainings.com 1 Oracle OLAP 11.1.0.6.0 Installation Guide Description: BISP is committed to provide BEST learning material to the beginners and advance learners. In the same series, we have prepared a list of beginner’s guide and FAQs for Oracle OLAP. Download many such learning documents, student guide, Lab Guide and Hands-on practice materials. This document describes easy steps to install and configure Oracle OLAP. Join our professional training to learn from Experts. History: Version Description Change Author Publish Date 0.1 Initial Draft Varun Khare 08th Apr 2012 0.1 Review#1 Amit Sharma 20th Apr 2012
  • 2. www.bispsolutions.com www.bisptrainings.com 2 Contents Introduction ............................................................................................................................................................................3 Installation Prerequisite..........................................................................................................................................................3 Installation Steps for Oracle OLAP in Windows ......................................................................................................................3 Oracle OLAP Configuration ...................................................................................................................................................16
  • 3. www.bispsolutions.com www.bisptrainings.com 3 Introduction Oracle OLAP 11g, a fully-integrated component of Oracle Database 11g, provides a full featured multidimensional data model and calculation engine that is easily accessible to any SQL based business intelligence application or tool. Easily define a multidimensional model with advanced analytic calculations Productively deliver rich analytics to any reporting and analysis tool using simple SQL Transparently improve summary queries against tables using cube-based materialized views Combine OLAP data with any other data in your Oracle Database - including spatial, data mining, XML, documents and more Leverage your existing Oracle Database expertise and software investment Installation Prerequisite http://docs.oracle.com/cd/B19306_01/install.102/b15681/reqs.htm Before you install and configure OLAP in a Microsoft Windows environment, ensure that your computer meets the hardware and software requirements for the product modules and components that you want to install a) Oracle 11g R1 11.1.0.6 or upgrade to Oracle 11g R2 b) Windows Server Platform (You can Install in another Windows XP,VISTA,7 also, but it is better to have Windows Server 2003,2008,2012) c) You need to Install RDBMS such as Oracle with Analytic workspace manager with corresponding oracle versions ex. if you used oracle 11.1.0.7 than you have to use AWM 11.1.0.7 d) You need to keep Fire wall off . Download Oracle OLAP : http://www.oracle.com/technetwork/database/options/olap/olap-downloads-098860.html Installation Steps for Oracle OLAP in Windows Step-1 :- Open the Installation directory and Click On setup.exe Step-2 :- Select oracle database 11g.
  • 4. www.bispsolutions.com www.bisptrainings.com 4 Step-3 :- In order to install OLAP functions we choose here advanced installation. Step-4:- For manually open OLAP and other functions we have to choose here custom.
  • 5. www.bispsolutions.com www.bisptrainings.com 5 Step-5:- The default locations set by oracle, however you can specify your own location, click next. Step-6: See all the pre requisite check in the below screen shot, click OK.
  • 6. www.bispsolutions.com www.bisptrainings.com 6 Step-7:- Here all the functions of oracle available so check whatever you want as we click on OLAP and next Step-8 :- Now click on create database and next
  • 7. www.bispsolutions.com www.bisptrainings.com 7 Step-9:- See we install 11g 11.1.0.6.0 all the information showing here. Step-10:- Now installation process begins.
  • 8. www.bispsolutions.com www.bisptrainings.com 8 Step-11:- Click on perform typical configuration and next. Step-12:- Select here custom database.
  • 9. www.bispsolutions.com www.bisptrainings.com 9 Step-13 :- As we already set our IP address otherwise in global database we have to put IP address. Step-14:- Click Next.
  • 10. www.bispsolutions.com www.bisptrainings.com 10 Step-15:- As we want to provide same password all the administrators so click on this and enter password. Step-16:- Click Next.
  • 11. www.bispsolutions.com www.bisptrainings.com 11 Step-17:- Select here database file locations from template and click on next. Step-18:- Click next.
  • 12. www.bispsolutions.com www.bisptrainings.com 12 Step-19:-See these are database components and custom scripts are available now click on next. Step-20:- See here shows all the data regarding oracle memory, sizing and everything now click on next.
  • 13. www.bispsolutions.com www.bisptrainings.com 13 Step-21:- Click Next Button. Step-22: All the important information available here click next button..
  • 14. www.bispsolutions.com www.bisptrainings.com 14 Step-23:- Finally click on Finish and create database. Step-24 It taking approx 15 min to install.
  • 15. www.bispsolutions.com www.bisptrainings.com 15 Step-25:- Now Go to Sql Developer and make a new connection or admin Step-26:- Now give here connection name and schema name where system files tables is stored and provide SID name.
  • 16. www.bispsolutions.com www.bisptrainings.com 16 Oracle OLAP Configuration Step-27:- Now to go console SQL and give your credentials and connect with oracle system schema. Step-1:- Check the OLAP Option: Select value from v$option where parameter = 'OLAP'; If TRUE, OLAP is turned on. Go to Step 2. If FALSE, shutdown DB and turn it on: 1. Ensure that all processes in the ORACLE_HOME are stopped. This includes the database (if any), listener, http (apache) server, intelligent agent, etc.. 2. Change to the %ORACLE_HOME%bin directory 3. Rename oraolapop10.dll.OFF to oraolapop10.dll Step 2: Verify ‘JServer JAVA Virtual Machine’ is present and VALID in the database instance:
  • 17. www.bispsolutions.com www.bisptrainings.com 17 SQL> SELECT comp_id, comp_name, status, substr(version,1,10) as version from dba_registry where comp_id like 'JAVAVM'; if this is not present or INVALID then execute these commands when connected as SYSDBA: set echo on spool JServer.log @?/javavm/install/initjvm.sql; @?/xdk/admin/initxml.sql; @?/xdk/admin/xmlja.sql; @?/rdbms/admin/catjava.sql; spool off Step 3: Once the JAVAVM is installed, without errors and is VALID then we need to check and possibly install the components for the XML Database SQL> select comp_name, version,status from dba_registry where comp_id in ('XDB','XML'); Step 4:- Check the remaining requirements: ?/rdbms/admin/catexf.sql -- installs the Expression Filter, adds EXF - Oracle Expression Filter -- component to the dba_registry
  • 18. www.bispsolutions.com www.bisptrainings.com 18 Step 5: Now to the final steps to install OLAP itself: This contain all procedures, tables, synonym all the important files regarding OLAP and it contain at least 3 min. SQL> conn / as sysdba SQL> spool add_olap.log SQL> @?/olap/admin/olap.sql SYSAUX TEMP; SQL> spool off