Last updated January 21, 2010 23:04, by patriceG
Feedicon  

Oracle Fusion 11gR1 Installation process for redHat Server 5.4

(0) About the platform used for this installation

Installation mode root
Platform Sun Fire v20z - Mem 4GB - 2xAMD Opteron 2.7 GHz
Operating system redHat Server 5.4 64b
Download Directory /export/software
Installed Directory /opt/oracle

(1) Java JDK

(1.1) Installation

Linux Installation : (Linux x86) jdk-6u17-linux-x64.bin

 mkdir /usr/jdk
 cp -p /export/software/jdk-6u17-linux-x64.bin /usr/jdk
 cd /usr/jdk
 chmod +x jdk-6u17-linux-x64.bin
 ./jdk-6u17-linux-x64.bin

(1.2) System environment variables definition for JDK

 JAVA_HOME=/usr/jdk/jdk1.6.0_17/
 export JAVA_HOME
 PATH=$JAVA_HOME/bin:$PATH
 export PATH

(2) Oracle Express XE

(2.1) Installation out-of-the-box Oracle Express XE

Linux Installation : (Linux x86) oracle-xe-univ-10.2.0.1-1.0.i386.rpm

 mkdir /opt/oracle/RDBMS
 cp -p /export/software/oracle-xe-univ-10.2.0.1-1.0.i386.rpm /opt/oracle/RDBMS
 cd /opt/oracle/RDBMS
 chmod +x oracle-xe-univ-10.2.0.1-1.0.i386.rpm
 rpm -q oracle-xe-univ-10.2.0.1-1.0.i386.rpm\\

Remove previous OracleXE installation if any

 rpm -e oracle-xe-univ-10.2.0.1-1.0.i386\\

Installation of oracleXE

 rpm -ivh oracle-xe-univ-10.2.0.1-1.0.i386.rpm

oracleXE configuration

 /etc/init.d/oracle-xe configure
 Enter the following configuration parameters :
 - Specify the HTTP port that will be used for Oracle Application Express [8080]:9999
 - Specify a port that will be used for the database listener [1521]:
 - Specify a password to be used for database accounts.  Note that the same
 password will be used for SYS and SYSTEM.  Oracle recommends the use of 
 different passwords for each database account.  This can be done after 
 initial configuration:sysmanager
 - Confirm the password:sysmanager
 - Do you want Oracle Database 10g Express Edition to be started on boot (y/n) [y]:	


(2.2) Access to Oracle Express XE Home Page

Launch a web browser with the URL : http://localhost:9999/apex

(2.3) System environment variables definition for OracleXE

 ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server
 export ORACLE_HOME
 PATH=$ORACLE_HOME/bin:$PATH
 export PATH

(2.4) OracleXE configuration for Oracle Fusion 11gR1

Change configuration parameter for OracleXE

 sqlplus sys/sysmanager@XE as sysdba
    show parameter session
    show parameter processes
    show parameter open_cursors
    alter system reset sessions  scope=spfile sid='*';
    alter system set processes=500 scope=spfile;
    alter system open_cursors = 500 scope=spfile;
    shutdown immediate
    startup // startup doesn't restart Oracle XE properly for me
 exit

restart OracleXE

 /etc/init.d/oracle-xe start

double-check your new configuration for OracleXE

 sqlplus sys/sysmanager@XE as sysdba
    show parameter session
    show parameter processes
    show parameter open_cursors 
 exit

(3) WebLogic Server

Linux Installation : (Linux x86) oepe111130_wls1032_linux32.bin

 mkdir /opt/oracle/weblogic
 cp -p /export/software/oepe111130_wls1032_linux32.bin /opt/oracle/weblogic
 cd /opt/oracle/weblogic
 chmod +x oepe111130_wls1032_linux32.bin
 ./oepe111130_wls1032_linux32.bin
 Enter the following configuration parameters :
 - Enter new Middleware Home OR [Exit][Previous][Next]> /opt/oracle/Middleware/home_11gR1
 - Accept all the default

(4) Oracle Fusion11gR1 Repository Creation Utility

Linux Installation : (Linux x86) ofm_rcu_linux_11.1.1.2.0_disk1_1of1.zip

 mkdir /opt/oracle/rcu
 cp -p /export/software/ofm_rcu_linux_11.1.1.2.0_disk1_1of1.zip /opt/oracle/rcu
 cd /opt/oracle/rcu
 unzip ofm_rcu_linux_11.1.1.2.0_disk1_1of1.zip
 cd /opt/oracle/rcu/rcuHome/bin
 ./rcu
 Enter the following configuration parameters :
 - DataBase Connections Details
    HostName : grincheux.france.sun.com
    Port : 1521
    Service name XE
    username : sys
    Password : sysmanager
    Role : SYSDBA
    
 - Select Components
    AS Common Schemas
        Metadata Services
    Identity Management
        all
    SOA and BPM Infrastructure
        all
        

(5) Oracle Fusion11gR1 SOA

(5.1) Installing SOA

Linux Installation : (Linux x86) ofm_soa_generic_11.1.1.2.0_disk1_1of1.zip

 mkdir /opt/oracle/soa
 cp -p /export/software/ofm_soa_generic_11.1.1.2.0_disk1_1of1.zip /opt/oracle/soa
 cd /opt/oracle/soa
 unzip ofm_soa_generic_11.1.1.2.0_disk1_1of1.zip
 cd /opt/oracle/soa/Disk1
 login as {standard user}
 ./runInstaller -jreLoc /usr/jdk/jdk1.6.0_17
 Enter the following configuration parameters :
    Oracle Middleware Home : /opt/oracle/Middleware/home_11gR1
    Oracle Home Directory : Oracle_SOA
    

(5.2) Creating a SOA Domain

 cd /opt/oracle/Middleware/home_11gR1/Oracle_SOA/common/bin
 ./config.sh
 Enter the following configuration parameters :
    Create a new WebLogic domain with SOA Suite, Enterprise Manager, Business Activity Monitoring
    Domain Name : SOA_domain
    Domain location : /opt/oracle/Middleware/home_11gR1/user_projects/domains
    Application location : /opt/oracle/Middleware/home_11gR1/user_projects/applications
    Username : weblogic
    Password : password1
    Development Mode
    Jdk : Sun JDK !.6.0_14
    JDBC configuration
    HostName : grincheux.france.sun.com
    Port : 1521
    Service name XE
    

(6) jdeveloper

Linux Installation : (Linux x86) jdevstudio11112install.bin

 mkdir /opt/oracle/jdeveloper
 cp -p /export/software/jdevstudio11112install.bin /opt/oracle/jdeveloper
 cd /opt/oracle/jdeveloper
 chmod +x jdevstudio11112install.bin
 ./jdevstudio11112install.bin
 Enter the following configuration parameters :
 - Enter new Middleware Home OR [Exit][Previous][Next]> /opt/oracle/Middleware/home_11gR1
 - Accept all the default

(7) Useful commands

(7.1) Start

Oracle XE

 /etc/init.d/oracle-xe start

Weblogic Admin server

 /opt/oracle/Middleware/home_11gR1/user_projects/domains/SOA_domain/startwebLogic.sh

SOA Managed Server

 /opt/oracle/Middleware/home_11gR1/user_projects/domains/SOA_domain/bin/startManagedWebLogic.sh soa_server1 http://localhost:7001

jdeveloper

 /opt/oracle/Middleware/home_11gR1/jdeveloper/jdev/bin/jdev

(7.2) Stop

 Oracle XE : /etc/init.d/oracle-xe stop
 Weblogic Admin server : kill the process???
 Weblogic Embedded Server : kill the process???


(7.3) Urls

 Oracle XE : http://localhost:9999/apex
 Weblogic console : http://localhost:7001/console
 Entreprise Manager console : http://localhost:7001/em
  • Mysql
  • Glassfish
  • Jruby
  • Rails
  • Nblogo
Terms of Use; Privacy Policy;
© 2010, Oracle Corporation and/or its affiliates
(revision 20120127.ac94057)
 
 
Close
loading
Please Confirm
Close