SlideShare une entreprise Scribd logo
1  sur  38
Télécharger pour lire hors ligne
Integrating Discoverer
 10.1.2 with Oracle E-
  Business Suite 11i




                         1
Dinesh Gupta
•   13 Years experience working with various Oracle
    Technologies
•   Experienced in upgrades and implementations
•   Currently providing software and infrastructure solutions,
    database administration, E-Business Suite
    implementations and training.
•   Regular presenter at OAUG and local User Groups




                                                                 2
Objectives

• Describe how to install Discoverer 10g into an existing
  Oracle E-Business Suite 11i Environment.
• Describe how to upgrade an existing Discoverer End User
  Layer from earlier versions.
• Discuss supported architectures for integrating Discoverer
  10g with Oracle 11i Environment.
• Learn how to load the Application specific contents and
  workbooks into the Discoverer 10g End User Layer.




                                                               3
Overview

• Discoverer 10g enables Report Builders and
  Analysts to create and execute ad hoc queries.
• Users can view and navigate through predefined
  reports and graphs through business views.
• Release 11i users can use Discoverer to analyze
  Data from selected business areas in Financials,
  Human Resources, Purchasing, Process
  Manufacturing etc.




                                                     4
Supported Architectures

• Discoverer 10g must be installed in a separate
  ORACLE_HOME on an existing application tier node
  or on a stand-alone server with access to Oracle E-
  Business Suite 11i database.
• Component Name                          Version
   OracleAS Identity Management Infrastructure 10.1.2.0.2
   OracleAS Business Intelligence and Forms    10.1.2.0.2
   Oracle E-Business Suite Release 11i         11.5.8 to
                                               11.5.10




                                                            5
Supported Architectures

• Each one of the above component can be installed on the
  same machine or each component can be installed on
  standalone machines.
• Each component must be installed under a separate
  ORACLE_HOME.
• For the purpose of this discussion following assumptions have
  been made:
    • Database SID:                         VIS
    • E-Business Suite Release:             11.5.10.2
    • Apps User Name:                       sysadmin
    • Infrastructure Release:               10.1.2.0.2
    • Business Intelligence and Forms:      10.1.2.0.2
    • Operating System:                      UNIX/Linux


                                                              6
Installation Tasks
• Install Oracle Application Server 10g Release
  2 (10.1.2.0.2)
   • First install OracleAS Identity Management
     Infrastructure 10g in a separate ORACLE_HOME
       • On the Install screen, choose Oracle Application
         Server Infrastructure 10g.
       • Next choose Identity Management and Metadata
         Repository.
       • Next choose components - Oracle Internet Directory
         and Single-Sign-On.




                                                              7
Installation Tasks




                     8
Installation Tasks




                     9
Installation Tasks




                     10
Installation Tasks




                     11
Installation Tasks




                     12
Installation Tasks




                     13
Installation Tasks

• Install Oracle Application Server 10g Release 2
  (10.1.2.0.2)
    • After successful installation of Infrastructure, kick off the
      installer again.
    • Install Oracle Application Server 10g Release 2 type
      Business Intelligence and Forms in a separate
      ORACLE_HOME
        • On the Install screen, choose Oracle Application
          Server 10g.
        • On Configuration Option screen choose Oracle 10g
          Discoverer.
        • Next register with Oracle Internet Directory and
          Infrastructure instance created previously.



                                                                      14
Installation Tasks




                     15
Installation Tasks




                     16
Installation Tasks




                     17
Installation Tasks




                     18
Post Installation Tasks

• The following slides will discuss post installation
  steps -
    • For configuring Oracle E-Business Suite Release
      11i to use Discoverer 10g.
    • For loading the Application specific contents and
      workbooks into the Discoverer 10g End User Layer.
    • Post installation tasks will be performed on Business
      Intelligence and Forms Node.




                                                              19
Post Installation Tasks
• Copy Database Connection file
   • Create the directory
     $ORACLE_HOME/discoverer/secure.
   • Copy the dbc file from the $FND_TOP/secure directory
     of the 11i instance to the
     $ORACLE_HOME/discoverer/secure directory.

• Update tnsnames.ora file
   • update file
     $ORACLE_HOME/network/admin/tnsnames.ora and
     include the tnsnames entry to connect to your Oracle E-
     Business Suite Release 11i database.
   • Verify you can establish a connection to your Oracle E-
     Business Suite Release 11i database using sqlplus.




                                                               20
Post Installation Tasks
• Migrate your existing Discoverer End User
  Layers to Discoverer 10.1.2.
   • If you have an existing Discoverer 4i or Discoverer 9.0.4
     End User Layer, upgrade to Discoverer 10.1.2 by using
     the following command on Business Intelligence and
     Forms Node.

   • Use the following command to upgrade the End User
     Layer
      $ORACLE_HOME/bin/eulapi -CONNECT
       EUL_US/EUL_US @VIS -
       AUTO_UPGRADE

                                                                 21
Post Installation Tasks
• Create new Discoverer 10.1.2 End User Layer
   • For new installations, you must create a new End User
     Layer.
   • Use the following command to create the End User
     Layer
      $ORACLE_HOME/bin/eulapi -CREATE_EUL
       -APPS_MODE 
      -CONNECT system/manager@VIS -USER
       EUL_US -PASSWORD EUL_US 
      -DEFAULT_TABLESPACE discoverer -
       TEMPORARY_TABLESPACE temp 
      -EUL_LANGUAGE US -
       APPS_GRANT_DETAILS apps/apps

                                                             22
Post Installation Tasks
• Apply necessary Oracle Applications
  Interoperability patches
   • You can skip this step if the environment was created
     using 11.5.10 Rapid Install.
   • AD patch 3440628 – contains utilities for EUL
     maintenance.
   • ICX patch 3133021 – contains support to invoke
     Discoverer from E-Business Suite functions.
   • Apply the latest AutoConfig patch.




                                                             23
Post Installation Tasks

•Set Applications Profile    Variable name        Value
options for Discoverer
                             s_disco_standalone   true
     •Set the following
     values in the context
                             s_disco_machine      <machine.domain>
     file for AutoConfig.
     •Run AutoConfig.        s_disco_port         <port number>

                             s_disco_protocol     http | https

                             s_disco_ver_comma 10,1,2

                             s_disco_eul_prefix   EUL




                                                                     24
Post Installation Tasks

• Verify Applications profile options in Oracle
  Applications
   • Login to Oracle 11i with System Administrator
     responsibility.
   • Navigate to the Profile   System.
   • Query %Discoverer% profile options.




                                                     25
Post Installation Tasks
Profile                          Value


ICX_DISCOVERER_LAUNCHER          http://<HTTP Server>:<Port>
                                 /discoverer/plus
                                 ?Connect=[APPS_SECURE]

ICX_DISCOVERER_VIEWER_LAUNCHER   http://<HTTP Server>:<Port>
                                 /discoverer/viewer
                                 ?Connect=[APPS_SECURE]

ICX_DISCOVERER_RELEASE           10


ICX_DISCOVERER_USE_VIEWER        Y|N




                                                               26
Post Installation Tasks
Profile                     Value


ICX_DEFAULT_EUL             EUL


ICX_DISCOVERER_EUL_LANGUAGE US



ICX_DISCOVERER_PARAMETERS   exitURL=<E-Business Suite Home Page>




                                                                   27
Post Installation Tasks
• Regenerate your Business Views
       • Apply Business View Generator patch 2921686.
          • You can skip this step if you are on 11.5.10 or above.
       • Regenerate your Business Views by running the
         quot;Generate ALL Business Views” concurrent program
         using the Business View Setup responsibility.
       • Recompile all objects in APPS schema.
       • Ensure that the Business Intelligence System views exist
         and Business System views are valid.




                                                                     28
Post Installation Tasks

• Set up Applications User/Responsibility for EUL
  Administration: SYSADMIN/System Administrator
       • The Release 11i System Administrator account must be
         granted permission to update and alter Discoverer
         10.1.2 content.
       • Grant End User Layer Administration Privileges
          • $ORACLE_HOME/bin/eulapi 
            -CONNECT EUL_US/EUL_US@VIS 
            -GRANT_PRIVILEGE 
            -USER SYSADMIN 
            -PRIVILEGE administration 
            -PRIVILEGE all_admin_privs 
            -LOG grant_admin_privilege.log



                                                                29
Post Installation Tasks

• Set up Applications User/Responsibility for EUL
  Administration: SYSADMIN/System Administrator
       • Make sure user SYSADMIN has full security access to
         all Business Areas
           • $ORACLE_HOME/bin/eulapi 
             -CONNECT EUL_US/EUL_US@VIS 
             -GRANT_PRIVILEGE 
             -USER SYSADMIN 
             -BUSINESS_AREA_ADMIN_ACCESS % 
             -WILDCARD 
             -LOG grant_admin_privilege.log




                                                               30
Post Installation Tasks

• Copy entire contents of $AU_TOP/discover
  directory from your E-Business Suite 11i instance.
• Make the copied contents available from your
  Oracle Business Intelligence and Forms 10g
  instance.




                                                       31
Post Installation Tasks
• Import Discoverer Content for Release 11i using
  adupdeul.sh mode=complete
    • Import Discoverer loader files (.eex files) for E-Business Suite 11i into the Discoverer
      End User Layer.

         • Use adupdeul.sh script to start import process
            sh adupdeul.sh 
             connect=sysadmin/sysadmin@VIS 
             resp=quot;System Administratorquot; 
             gwyuid=APPLSYSPUB/PUB 
             fndnam=APPS 
             secgroup=quot;Standardquot; 
             topdir=/home/oradis/discoverer_setup 
             language=US 
             eulprefix=EUL 
             eultype=OLTP 
             mode=complete 
             iashome=/data/bi_home 
             logfile=import_complete_eul_us_cust115.log
         • Import process may take a couple of hours depending on network connection.
         • Check the log file for errors.



                                                                                            32
Post Installation Tasks
• Refresh the Discoverer 10.1.2 End User Layer
    • Refresh will ensure that all references between business
      areas, folders, workbooks, business views, flexfields and
      Release 11i database objects are valid.

    • Start the refresh process against the database
      using the shell script adrfseul.sh.
            • sh adrfseul.sh 
             connect=sysadmin/sysadmin@VIS 
             resp=quot;System Administratorquot; 
             gwyuid=APPLSYSPUB/PUB 
             fndnam=APPS 
             secgroup=quot;Standardquot; 
             eulschema=EUL_US 
             eulpassword=EUL_US 
             twotask=VIS 
             iashome=/data/bi_home
             logfile=refresh_eul_us_VIS.log


                                                                  33
Connect Discoverer 10g to
   Oracle 11i Instance




                            34
Select Responsibility




                        35
Create New Workbook




                      36
Summary
Discussed installation tasks for Discoverer
10g into an existing 11i environment.
Discussed how to upgrade or create a new
End user Layer.
Discussed Post-Installation tasks for
Discoverer 10g installation.
Discussed how to setup User/Responsibility
for EUL Administration, import Discoverer
loader files and refreshing the EUL.


                                              37
QUESTIONS
 ANSWERS




            38

Contenu connexe

Tendances

Embedding Oracle Weblogic Server 1871199
Embedding Oracle Weblogic Server 1871199Embedding Oracle Weblogic Server 1871199
Embedding Oracle Weblogic Server 1871199cwspeaks
 
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)Taoufik AIT HSAIN
 
Oracle bi 10g_install_migration
Oracle bi 10g_install_migrationOracle bi 10g_install_migration
Oracle bi 10g_install_migrationMlx Le
 
OER Reports and OBI Publisher
OER Reports and OBI PublisherOER Reports and OBI Publisher
OER Reports and OBI PublisherSreenivasa Setty
 
Revisiting Silent: Installs Are they still useful?
Revisiting Silent: Installs Are they still useful?Revisiting Silent: Installs Are they still useful?
Revisiting Silent: Installs Are they still useful?Revelation Technologies
 
Fusion Middleware 12c Upgrade - Standalone server
Fusion Middleware 12c Upgrade - Standalone serverFusion Middleware 12c Upgrade - Standalone server
Fusion Middleware 12c Upgrade - Standalone serverK Kumar Guduru
 
Obiee 11g installation
Obiee 11g installationObiee 11g installation
Obiee 11g installationAmit Sharma
 
Upgrade 11.2.0.1 gi crs to 11.2.0.2 in linux
Upgrade 11.2.0.1 gi crs to 11.2.0.2 in linuxUpgrade 11.2.0.1 gi crs to 11.2.0.2 in linux
Upgrade 11.2.0.1 gi crs to 11.2.0.2 in linuxmaclean liu
 
Oracle R12.1 Full & Tips Installation on Windows Server 2008 64/32 bit
Oracle R12.1 Full & Tips Installation on Windows Server 2008 64/32 bitOracle R12.1 Full & Tips Installation on Windows Server 2008 64/32 bit
Oracle R12.1 Full & Tips Installation on Windows Server 2008 64/32 bitMohammed Raouf
 
Configuring OER Adapter for JDeveloper
Configuring OER Adapter for JDeveloperConfiguring OER Adapter for JDeveloper
Configuring OER Adapter for JDeveloperSreenivasa Setty
 
Upgrade 11.2.0.1 rac db to 11.2.0.2 in linux
Upgrade 11.2.0.1 rac db to 11.2.0.2 in linuxUpgrade 11.2.0.1 rac db to 11.2.0.2 in linux
Upgrade 11.2.0.1 rac db to 11.2.0.2 in linuxmaclean liu
 
Oracle SOA, BPM, OSB, BAM, & B2B 12C
Oracle SOA, BPM, OSB, BAM, & B2B 12COracle SOA, BPM, OSB, BAM, & B2B 12C
Oracle SOA, BPM, OSB, BAM, & B2B 12CRakesh Gujjarlapudi
 
WebLogic, 12C SOA Standalone installation
WebLogic, 12C SOA Standalone installation WebLogic, 12C SOA Standalone installation
WebLogic, 12C SOA Standalone installation K Kumar Guduru
 
OBIEE 11g installation steps
OBIEE 11g installation stepsOBIEE 11g installation steps
OBIEE 11g installation stepsDharmaraj Borse
 
Obiee installation guide v2
Obiee installation guide v2Obiee installation guide v2
Obiee installation guide v2Amit Sharma
 
Weblogic Administration Managed Server migration
Weblogic Administration Managed Server migrationWeblogic Administration Managed Server migration
Weblogic Administration Managed Server migrationRakesh Gujjarlapudi
 
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...ginniapps
 
Oid installation presentation notes
Oid installation presentation notesOid installation presentation notes
Oid installation presentation notesKhemraj Dhondge
 
Oracle11i bigip45-dg
Oracle11i bigip45-dgOracle11i bigip45-dg
Oracle11i bigip45-dgRam Bachu
 

Tendances (20)

Embedding Oracle Weblogic Server 1871199
Embedding Oracle Weblogic Server 1871199Embedding Oracle Weblogic Server 1871199
Embedding Oracle Weblogic Server 1871199
 
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)
 
New em12c kscope
New em12c kscopeNew em12c kscope
New em12c kscope
 
Oracle bi 10g_install_migration
Oracle bi 10g_install_migrationOracle bi 10g_install_migration
Oracle bi 10g_install_migration
 
OER Reports and OBI Publisher
OER Reports and OBI PublisherOER Reports and OBI Publisher
OER Reports and OBI Publisher
 
Revisiting Silent: Installs Are they still useful?
Revisiting Silent: Installs Are they still useful?Revisiting Silent: Installs Are they still useful?
Revisiting Silent: Installs Are they still useful?
 
Fusion Middleware 12c Upgrade - Standalone server
Fusion Middleware 12c Upgrade - Standalone serverFusion Middleware 12c Upgrade - Standalone server
Fusion Middleware 12c Upgrade - Standalone server
 
Obiee 11g installation
Obiee 11g installationObiee 11g installation
Obiee 11g installation
 
Upgrade 11.2.0.1 gi crs to 11.2.0.2 in linux
Upgrade 11.2.0.1 gi crs to 11.2.0.2 in linuxUpgrade 11.2.0.1 gi crs to 11.2.0.2 in linux
Upgrade 11.2.0.1 gi crs to 11.2.0.2 in linux
 
Oracle R12.1 Full & Tips Installation on Windows Server 2008 64/32 bit
Oracle R12.1 Full & Tips Installation on Windows Server 2008 64/32 bitOracle R12.1 Full & Tips Installation on Windows Server 2008 64/32 bit
Oracle R12.1 Full & Tips Installation on Windows Server 2008 64/32 bit
 
Configuring OER Adapter for JDeveloper
Configuring OER Adapter for JDeveloperConfiguring OER Adapter for JDeveloper
Configuring OER Adapter for JDeveloper
 
Upgrade 11.2.0.1 rac db to 11.2.0.2 in linux
Upgrade 11.2.0.1 rac db to 11.2.0.2 in linuxUpgrade 11.2.0.1 rac db to 11.2.0.2 in linux
Upgrade 11.2.0.1 rac db to 11.2.0.2 in linux
 
Oracle SOA, BPM, OSB, BAM, & B2B 12C
Oracle SOA, BPM, OSB, BAM, & B2B 12COracle SOA, BPM, OSB, BAM, & B2B 12C
Oracle SOA, BPM, OSB, BAM, & B2B 12C
 
WebLogic, 12C SOA Standalone installation
WebLogic, 12C SOA Standalone installation WebLogic, 12C SOA Standalone installation
WebLogic, 12C SOA Standalone installation
 
OBIEE 11g installation steps
OBIEE 11g installation stepsOBIEE 11g installation steps
OBIEE 11g installation steps
 
Obiee installation guide v2
Obiee installation guide v2Obiee installation guide v2
Obiee installation guide v2
 
Weblogic Administration Managed Server migration
Weblogic Administration Managed Server migrationWeblogic Administration Managed Server migration
Weblogic Administration Managed Server migration
 
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
 
Oid installation presentation notes
Oid installation presentation notesOid installation presentation notes
Oid installation presentation notes
 
Oracle11i bigip45-dg
Oracle11i bigip45-dgOracle11i bigip45-dg
Oracle11i bigip45-dg
 

Similaire à Dinesh Gupta Discoverer

Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manualPramod Sharma
 
Lessons Learnt from Oracle Unified Directory implementation with Oracle E-Bus...
Lessons Learnt from Oracle Unified Directory implementation with Oracle E-Bus...Lessons Learnt from Oracle Unified Directory implementation with Oracle E-Bus...
Lessons Learnt from Oracle Unified Directory implementation with Oracle E-Bus...Andrejs Karpovs
 
OOW15 - Installation, Cloning, and Configuration of Oracle E-Business Suite 12.2
OOW15 - Installation, Cloning, and Configuration of Oracle E-Business Suite 12.2OOW15 - Installation, Cloning, and Configuration of Oracle E-Business Suite 12.2
OOW15 - Installation, Cloning, and Configuration of Oracle E-Business Suite 12.2vasuballa
 
EMC World 2016 - code.09 Introduction to the Docker Platform
EMC World 2016 - code.09 Introduction to the Docker PlatformEMC World 2016 - code.09 Introduction to the Docker Platform
EMC World 2016 - code.09 Introduction to the Docker Platform{code}
 
Oracle WebLogic Server 11g for IT OPS
Oracle WebLogic Server 11g for IT OPSOracle WebLogic Server 11g for IT OPS
Oracle WebLogic Server 11g for IT OPSRakesh Gujjarlapudi
 
Implementing Oracle Identity Management Using External Authentication Plug-In
Implementing Oracle Identity Management Using External Authentication Plug-InImplementing Oracle Identity Management Using External Authentication Plug-In
Implementing Oracle Identity Management Using External Authentication Plug-InDinesh Gupta
 
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...vasuballa
 
WilliamArthur-Resume-1
WilliamArthur-Resume-1WilliamArthur-Resume-1
WilliamArthur-Resume-1Ted Arthur
 
Create your oracle_apps_r12_lab_with_less_than_us1000
Create your oracle_apps_r12_lab_with_less_than_us1000Create your oracle_apps_r12_lab_with_less_than_us1000
Create your oracle_apps_r12_lab_with_less_than_us1000Ajith Narayanan
 
Dockerize Laravel Application
Dockerize Laravel ApplicationDockerize Laravel Application
Dockerize Laravel ApplicationAfrimadoni Dinata
 
Continuos integration for iOS projects
Continuos integration for iOS projectsContinuos integration for iOS projects
Continuos integration for iOS projectsAleksandra Gavrilovska
 
Asim CV - (9+ Yrs Exadata,Exalogic,Oracle VM,Cloud, GG, DBA,Fusion MW & Fusio...
Asim CV - (9+ Yrs Exadata,Exalogic,Oracle VM,Cloud, GG, DBA,Fusion MW & Fusio...Asim CV - (9+ Yrs Exadata,Exalogic,Oracle VM,Cloud, GG, DBA,Fusion MW & Fusio...
Asim CV - (9+ Yrs Exadata,Exalogic,Oracle VM,Cloud, GG, DBA,Fusion MW & Fusio...Mirza Asim
 
Oracle WebLogic Server_OL7_Sovann
Oracle WebLogic Server_OL7_SovannOracle WebLogic Server_OL7_Sovann
Oracle WebLogic Server_OL7_SovannVoeurng Sovann
 
Nagios Conference 2012 - Eric Loyd - Nagios Implementation Case Eastman Kodak...
Nagios Conference 2012 - Eric Loyd - Nagios Implementation Case Eastman Kodak...Nagios Conference 2012 - Eric Loyd - Nagios Implementation Case Eastman Kodak...
Nagios Conference 2012 - Eric Loyd - Nagios Implementation Case Eastman Kodak...Nagios
 
#3 Hanoi Magento Meetup - Part 2: Scalable Magento Development With Containers
#3 Hanoi Magento Meetup - Part 2: Scalable Magento Development With Containers#3 Hanoi Magento Meetup - Part 2: Scalable Magento Development With Containers
#3 Hanoi Magento Meetup - Part 2: Scalable Magento Development With ContainersHanoi MagentoMeetup
 
OpenStack & OpenDaylight Hands-on Lab
OpenStack & OpenDaylight Hands-on LabOpenStack & OpenDaylight Hands-on Lab
OpenStack & OpenDaylight Hands-on LabMichelle Holley
 

Similaire à Dinesh Gupta Discoverer (20)

Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manual
 
Lessons Learnt from Oracle Unified Directory implementation with Oracle E-Bus...
Lessons Learnt from Oracle Unified Directory implementation with Oracle E-Bus...Lessons Learnt from Oracle Unified Directory implementation with Oracle E-Bus...
Lessons Learnt from Oracle Unified Directory implementation with Oracle E-Bus...
 
OOW15 - Installation, Cloning, and Configuration of Oracle E-Business Suite 12.2
OOW15 - Installation, Cloning, and Configuration of Oracle E-Business Suite 12.2OOW15 - Installation, Cloning, and Configuration of Oracle E-Business Suite 12.2
OOW15 - Installation, Cloning, and Configuration of Oracle E-Business Suite 12.2
 
Amjad_Oracle_2016
Amjad_Oracle_2016Amjad_Oracle_2016
Amjad_Oracle_2016
 
EMC World 2016 - code.09 Introduction to the Docker Platform
EMC World 2016 - code.09 Introduction to the Docker PlatformEMC World 2016 - code.09 Introduction to the Docker Platform
EMC World 2016 - code.09 Introduction to the Docker Platform
 
Oracle WebLogic Server 11g for IT OPS
Oracle WebLogic Server 11g for IT OPSOracle WebLogic Server 11g for IT OPS
Oracle WebLogic Server 11g for IT OPS
 
MySQL on Docker and Kubernetes
MySQL on Docker and KubernetesMySQL on Docker and Kubernetes
MySQL on Docker and Kubernetes
 
Implementing Oracle Identity Management Using External Authentication Plug-In
Implementing Oracle Identity Management Using External Authentication Plug-InImplementing Oracle Identity Management Using External Authentication Plug-In
Implementing Oracle Identity Management Using External Authentication Plug-In
 
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
 
WilliamArthur-Resume-1
WilliamArthur-Resume-1WilliamArthur-Resume-1
WilliamArthur-Resume-1
 
Create your oracle_apps_r12_lab_with_less_than_us1000
Create your oracle_apps_r12_lab_with_less_than_us1000Create your oracle_apps_r12_lab_with_less_than_us1000
Create your oracle_apps_r12_lab_with_less_than_us1000
 
Oam install & config
Oam install & configOam install & config
Oam install & config
 
OAM Install & Config
OAM Install & ConfigOAM Install & Config
OAM Install & Config
 
Dockerize Laravel Application
Dockerize Laravel ApplicationDockerize Laravel Application
Dockerize Laravel Application
 
Continuos integration for iOS projects
Continuos integration for iOS projectsContinuos integration for iOS projects
Continuos integration for iOS projects
 
Asim CV - (9+ Yrs Exadata,Exalogic,Oracle VM,Cloud, GG, DBA,Fusion MW & Fusio...
Asim CV - (9+ Yrs Exadata,Exalogic,Oracle VM,Cloud, GG, DBA,Fusion MW & Fusio...Asim CV - (9+ Yrs Exadata,Exalogic,Oracle VM,Cloud, GG, DBA,Fusion MW & Fusio...
Asim CV - (9+ Yrs Exadata,Exalogic,Oracle VM,Cloud, GG, DBA,Fusion MW & Fusio...
 
Oracle WebLogic Server_OL7_Sovann
Oracle WebLogic Server_OL7_SovannOracle WebLogic Server_OL7_Sovann
Oracle WebLogic Server_OL7_Sovann
 
Nagios Conference 2012 - Eric Loyd - Nagios Implementation Case Eastman Kodak...
Nagios Conference 2012 - Eric Loyd - Nagios Implementation Case Eastman Kodak...Nagios Conference 2012 - Eric Loyd - Nagios Implementation Case Eastman Kodak...
Nagios Conference 2012 - Eric Loyd - Nagios Implementation Case Eastman Kodak...
 
#3 Hanoi Magento Meetup - Part 2: Scalable Magento Development With Containers
#3 Hanoi Magento Meetup - Part 2: Scalable Magento Development With Containers#3 Hanoi Magento Meetup - Part 2: Scalable Magento Development With Containers
#3 Hanoi Magento Meetup - Part 2: Scalable Magento Development With Containers
 
OpenStack & OpenDaylight Hands-on Lab
OpenStack & OpenDaylight Hands-on LabOpenStack & OpenDaylight Hands-on Lab
OpenStack & OpenDaylight Hands-on Lab
 

Dernier

Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 

Dernier (20)

Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 

Dinesh Gupta Discoverer

  • 1. Integrating Discoverer 10.1.2 with Oracle E- Business Suite 11i 1
  • 2. Dinesh Gupta • 13 Years experience working with various Oracle Technologies • Experienced in upgrades and implementations • Currently providing software and infrastructure solutions, database administration, E-Business Suite implementations and training. • Regular presenter at OAUG and local User Groups 2
  • 3. Objectives • Describe how to install Discoverer 10g into an existing Oracle E-Business Suite 11i Environment. • Describe how to upgrade an existing Discoverer End User Layer from earlier versions. • Discuss supported architectures for integrating Discoverer 10g with Oracle 11i Environment. • Learn how to load the Application specific contents and workbooks into the Discoverer 10g End User Layer. 3
  • 4. Overview • Discoverer 10g enables Report Builders and Analysts to create and execute ad hoc queries. • Users can view and navigate through predefined reports and graphs through business views. • Release 11i users can use Discoverer to analyze Data from selected business areas in Financials, Human Resources, Purchasing, Process Manufacturing etc. 4
  • 5. Supported Architectures • Discoverer 10g must be installed in a separate ORACLE_HOME on an existing application tier node or on a stand-alone server with access to Oracle E- Business Suite 11i database. • Component Name Version OracleAS Identity Management Infrastructure 10.1.2.0.2 OracleAS Business Intelligence and Forms 10.1.2.0.2 Oracle E-Business Suite Release 11i 11.5.8 to 11.5.10 5
  • 6. Supported Architectures • Each one of the above component can be installed on the same machine or each component can be installed on standalone machines. • Each component must be installed under a separate ORACLE_HOME. • For the purpose of this discussion following assumptions have been made: • Database SID: VIS • E-Business Suite Release: 11.5.10.2 • Apps User Name: sysadmin • Infrastructure Release: 10.1.2.0.2 • Business Intelligence and Forms: 10.1.2.0.2 • Operating System: UNIX/Linux 6
  • 7. Installation Tasks • Install Oracle Application Server 10g Release 2 (10.1.2.0.2) • First install OracleAS Identity Management Infrastructure 10g in a separate ORACLE_HOME • On the Install screen, choose Oracle Application Server Infrastructure 10g. • Next choose Identity Management and Metadata Repository. • Next choose components - Oracle Internet Directory and Single-Sign-On. 7
  • 14. Installation Tasks • Install Oracle Application Server 10g Release 2 (10.1.2.0.2) • After successful installation of Infrastructure, kick off the installer again. • Install Oracle Application Server 10g Release 2 type Business Intelligence and Forms in a separate ORACLE_HOME • On the Install screen, choose Oracle Application Server 10g. • On Configuration Option screen choose Oracle 10g Discoverer. • Next register with Oracle Internet Directory and Infrastructure instance created previously. 14
  • 19. Post Installation Tasks • The following slides will discuss post installation steps - • For configuring Oracle E-Business Suite Release 11i to use Discoverer 10g. • For loading the Application specific contents and workbooks into the Discoverer 10g End User Layer. • Post installation tasks will be performed on Business Intelligence and Forms Node. 19
  • 20. Post Installation Tasks • Copy Database Connection file • Create the directory $ORACLE_HOME/discoverer/secure. • Copy the dbc file from the $FND_TOP/secure directory of the 11i instance to the $ORACLE_HOME/discoverer/secure directory. • Update tnsnames.ora file • update file $ORACLE_HOME/network/admin/tnsnames.ora and include the tnsnames entry to connect to your Oracle E- Business Suite Release 11i database. • Verify you can establish a connection to your Oracle E- Business Suite Release 11i database using sqlplus. 20
  • 21. Post Installation Tasks • Migrate your existing Discoverer End User Layers to Discoverer 10.1.2. • If you have an existing Discoverer 4i or Discoverer 9.0.4 End User Layer, upgrade to Discoverer 10.1.2 by using the following command on Business Intelligence and Forms Node. • Use the following command to upgrade the End User Layer $ORACLE_HOME/bin/eulapi -CONNECT EUL_US/EUL_US @VIS - AUTO_UPGRADE 21
  • 22. Post Installation Tasks • Create new Discoverer 10.1.2 End User Layer • For new installations, you must create a new End User Layer. • Use the following command to create the End User Layer $ORACLE_HOME/bin/eulapi -CREATE_EUL -APPS_MODE -CONNECT system/manager@VIS -USER EUL_US -PASSWORD EUL_US -DEFAULT_TABLESPACE discoverer - TEMPORARY_TABLESPACE temp -EUL_LANGUAGE US - APPS_GRANT_DETAILS apps/apps 22
  • 23. Post Installation Tasks • Apply necessary Oracle Applications Interoperability patches • You can skip this step if the environment was created using 11.5.10 Rapid Install. • AD patch 3440628 – contains utilities for EUL maintenance. • ICX patch 3133021 – contains support to invoke Discoverer from E-Business Suite functions. • Apply the latest AutoConfig patch. 23
  • 24. Post Installation Tasks •Set Applications Profile Variable name Value options for Discoverer s_disco_standalone true •Set the following values in the context s_disco_machine <machine.domain> file for AutoConfig. •Run AutoConfig. s_disco_port <port number> s_disco_protocol http | https s_disco_ver_comma 10,1,2 s_disco_eul_prefix EUL 24
  • 25. Post Installation Tasks • Verify Applications profile options in Oracle Applications • Login to Oracle 11i with System Administrator responsibility. • Navigate to the Profile System. • Query %Discoverer% profile options. 25
  • 26. Post Installation Tasks Profile Value ICX_DISCOVERER_LAUNCHER http://<HTTP Server>:<Port> /discoverer/plus ?Connect=[APPS_SECURE] ICX_DISCOVERER_VIEWER_LAUNCHER http://<HTTP Server>:<Port> /discoverer/viewer ?Connect=[APPS_SECURE] ICX_DISCOVERER_RELEASE 10 ICX_DISCOVERER_USE_VIEWER Y|N 26
  • 27. Post Installation Tasks Profile Value ICX_DEFAULT_EUL EUL ICX_DISCOVERER_EUL_LANGUAGE US ICX_DISCOVERER_PARAMETERS exitURL=<E-Business Suite Home Page> 27
  • 28. Post Installation Tasks • Regenerate your Business Views • Apply Business View Generator patch 2921686. • You can skip this step if you are on 11.5.10 or above. • Regenerate your Business Views by running the quot;Generate ALL Business Views” concurrent program using the Business View Setup responsibility. • Recompile all objects in APPS schema. • Ensure that the Business Intelligence System views exist and Business System views are valid. 28
  • 29. Post Installation Tasks • Set up Applications User/Responsibility for EUL Administration: SYSADMIN/System Administrator • The Release 11i System Administrator account must be granted permission to update and alter Discoverer 10.1.2 content. • Grant End User Layer Administration Privileges • $ORACLE_HOME/bin/eulapi -CONNECT EUL_US/EUL_US@VIS -GRANT_PRIVILEGE -USER SYSADMIN -PRIVILEGE administration -PRIVILEGE all_admin_privs -LOG grant_admin_privilege.log 29
  • 30. Post Installation Tasks • Set up Applications User/Responsibility for EUL Administration: SYSADMIN/System Administrator • Make sure user SYSADMIN has full security access to all Business Areas • $ORACLE_HOME/bin/eulapi -CONNECT EUL_US/EUL_US@VIS -GRANT_PRIVILEGE -USER SYSADMIN -BUSINESS_AREA_ADMIN_ACCESS % -WILDCARD -LOG grant_admin_privilege.log 30
  • 31. Post Installation Tasks • Copy entire contents of $AU_TOP/discover directory from your E-Business Suite 11i instance. • Make the copied contents available from your Oracle Business Intelligence and Forms 10g instance. 31
  • 32. Post Installation Tasks • Import Discoverer Content for Release 11i using adupdeul.sh mode=complete • Import Discoverer loader files (.eex files) for E-Business Suite 11i into the Discoverer End User Layer. • Use adupdeul.sh script to start import process sh adupdeul.sh connect=sysadmin/sysadmin@VIS resp=quot;System Administratorquot; gwyuid=APPLSYSPUB/PUB fndnam=APPS secgroup=quot;Standardquot; topdir=/home/oradis/discoverer_setup language=US eulprefix=EUL eultype=OLTP mode=complete iashome=/data/bi_home logfile=import_complete_eul_us_cust115.log • Import process may take a couple of hours depending on network connection. • Check the log file for errors. 32
  • 33. Post Installation Tasks • Refresh the Discoverer 10.1.2 End User Layer • Refresh will ensure that all references between business areas, folders, workbooks, business views, flexfields and Release 11i database objects are valid. • Start the refresh process against the database using the shell script adrfseul.sh. • sh adrfseul.sh connect=sysadmin/sysadmin@VIS resp=quot;System Administratorquot; gwyuid=APPLSYSPUB/PUB fndnam=APPS secgroup=quot;Standardquot; eulschema=EUL_US eulpassword=EUL_US twotask=VIS iashome=/data/bi_home logfile=refresh_eul_us_VIS.log 33
  • 34. Connect Discoverer 10g to Oracle 11i Instance 34
  • 37. Summary Discussed installation tasks for Discoverer 10g into an existing 11i environment. Discussed how to upgrade or create a new End user Layer. Discussed Post-Installation tasks for Discoverer 10g installation. Discussed how to setup User/Responsibility for EUL Administration, import Discoverer loader files and refreshing the EUL. 37