Wednesday, February 16, 2011

Upgrading Oracle SOA Suite 11.1.1.3 to 11.1.1.4


           

     
  • Go to the ORACLE_SOA1\BIN using the command prompt and type the following command D:\fmw11g\Oracle_SOA1\bin>psa.bat -dbType Oracle -dbConnectString //localhost:15   21/orcl -dbaUserName system -schemaUserName DEV_SOAINFRA
  • After the command is completed successfully go the the database and type the following command version, status FROM schema_version_registry WHERE owner='DEV_SOAINFRA'.You will get version as 11.1.1.4 and status as valid.
    SELECT
  • Run the purge scripts.
  • Extract ofm_rcu_linux_11.1.1.4.0_disk1_1of1.zip.
  • Go the path rcuHome\rcu\integration\soainfra\sql\soa_purge using the sqlplus and run the following commands on the DEV_SOAINFRA schema
@D:\Softwares\11g\ofm_rcu_win_11.1.1.4.0_disk1_1of1\rcuHome\rcu\integration\soainfra\sql\soa_purge\soa_purge_scripts.sql

@@D:\Softwares\11g\ofm_rcu_win_11.1.1.4.0_disk1_1of1\rcuHome\rcu\integration\soainfra\sql\verify\soa_verify_scripts.sql         

  • After running the above commands go to the fmw11g\oracle_common\common\bin run the following commands setWlstEnv.cmd and than wlst.cmd
  • At wlst.cmd run the command upgradeJRF('D:\\fmw11g\\user_projects\\domains\\soa_domain')
  • than run the command upgradeOpss(jpsConfig="D:\\fmw11g\\user_projects\\domains\\soa_domain\\config\\fmwconfig\\jps-config.xml", jaznData="D:\\fmw11g\\oracle_common\\modules\\oracle.jps_11.1.1\\domain_config\\system-jazn-data.xml")
  • Go the path D:\fmw11g\user_projects\domains\soa_domain\bin using the command prompt and type startWebLogic.cmd

  • Go the path D:\fmw11g\user_projects\domains\soa_domain\bin using the command prompt and type startManagedWebLogic.cmd soa_server1

             

               
         




2 comments: