2014年5月28日 星期三

[SOA] Oracle SOA suite 11g 安裝筆記 (linux版)

各位可以根據Oracle SOA suite 11g sample 網站的video 影片 https://java.net/projects/oraclesoasuite11g/pages/Home
依照指示操作,影片是教windows的版本, 但我的需求是裝linux版本,
因此底下是裝linux 版本的筆記,可供有興趣的人參考!!


一、Oracle VirtualBox 安裝Oracle Linux 6.5 (4GB Memory, 35GB H.D. , X windows需安裝)

二、Update java-openjdk 7 lastest version (1.7.0.55)

三、Install WebLogic 11gR1(10.3.6.0) + Coherence (Generic:64bit JVM) + OEPE (oepe-indigo-all-in-one-11.1.1.8.0.201110211138-linux-gtk-x86_64.zip)

    # cd /tmp
    # java -jar wls1036_generic.jar

四、Install Oracle Service Bus (Generic 11.1.1.7.0)
   
    ***** 使用者是具有root的使用者時,Oracle Universal Installer 無法繼續安裝

    # cd /tmp/ofm_osb/ofm_osb_generic_11.1.1.7.0_disk1_1of1/Disk1/
   
    # sh runInstaller -jreLoc /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.55.x86_64/
   
    切換到root身分執行
    sh /home/gary/oraInventory/createCentralInventory.sh
   
    ***** 檢查建議的作業系統套裝程式需安裝以下的rpm
   
    # yum install compat-libcap1.x86_64
   
    # yum install compat-libstdc++-33.x86_64
   
    # yum install compat-libstdc++-33.i686
    
    # yum install libstdc++.i686
   
    # yum install libstdc++-devel.x86_64

    # yum install gcc-c++.x86_64
   
    # yum install libaio-devel.x86_64
   
五、Install Oracle XE (11.2.0)

    解壓縮
   
    # cd /tmp/Disk1/
   
    # rpm -ivh oracle-xe-11.2.0-1.0.x86_64.rpm
   
    # /etc/init.d/oracle-xe configure
   
       Specify the HTTP port:8080
       Specify database listener port:1521
       Specify a password for database account will be used for SYS and SYSTEM:
       Do you want Oracle Database 11g Express Edition to be started on boot:Y
  
    開啟sqlplus command windows,執行影片提示的sql command

六、Install RCU (11.1.1.7.0)

    # export RCU_JDBC_TRIM_BLOCKS=TRUE
   
    # echo $EXPORT RCU_JDBC_TRIM_BLOCKS
   
    # cd rcuHome/bin
   
    # sh rcu
   
    host name:localhost
    host port:1521
    service name:XE
    id:sys
   
七、Install SOA suite 11g

***** 使用者是具有root的使用者時,Oracle Universal Installer 無法繼續安裝

    # 解壓縮
   
    # cd Disk1
   
    # sh runInstaller -jreLoc /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.55.x86_64/

八、Install JDeveloper 11g (11.1.1.7)

    # java -jar jdevstudio11117install.jar

沒有留言:

張貼留言