Friday, March 25, 2016

Second SOA Expert Series Webinar: Upgrading to SOA Suite 12c - Apr 6 at 9AM PDT

Upgrading to SOA Suite 12c:

Tips and Best Practices from Engineering, Customers and A-team

Presented by Oracle Integration Cloud team and Middleworks
Weds, April 6, 2016
9:00 am  |  Pacific Daylight Time (San Francisco, GMT-07:00)  |  1 hr

In this, the second webinar in our SOA Expert Series, we have put together a panel to share tips, tricks and best practices for upgrading to Oracle SOA Suite 12c. By now, many customers have made this transition, but there is still a very large install base of 11g deployments out there. This session will share real world experiences and lessons learned from those who have been down this path. As usual, we will have an active panel with brief, focused presentations and pointers to much more content which can be digested following the session. Come prepared with your questions and comments!

Planned participants on the panel or available to answer chat questions include:
  • Antony Reynolds and Jay Kasi from the Oracle Service and Cloud Integration prod mgmt team, responsible for 12c upgrades, providing an overview and best practices for upgrade and describing some of the new features in 12.2.1 available to those who upgrade
  • Danilo Schmiedel of Opitz, an Oracle ACE Director talking about lessons learned and best practices from a 12c upgrade experience
  • Deepak Arora of the Oracle A-Team who has assisted several customers with 12c upgrades
  • David Shaffer of Middleworks, moderating and providing additional resources
  • Kathryn Lustenberger from the Oracle Service and Cloud Integration prod mgmt team responsible for this series
  • Vamsee Goruganthu from the Oracle QA team, responsible for SOA 12c upgrade QA
The content for this session is fast, focused and highly technical, with extra materials and links to documentation provided in the slides for attendees future reference. All who register will receive invitations to future related events and the ability to access a recording of the webinar. To access this information for previous webinars, and see the schedule for future webinars, go to http://www.middleworks.com/soa-expert/


Finally, for anyone who has upgraded to 12c already, or plans to do so in the next 12 months, we request that you fill out the one-page survey below. This information will not be shared publicly, except in the aggregate or anonymously. But it will of great value to the product team and community:
    https://www.surveymonkey.com/r/soa-12c-upgrade

After your request has been submitted, you'll receive instructions for joining the meeting. Can't register? Contact support. Have requests for future webinar topics or want to offer to be a presenter? We would love to hear from you. And, please feel free to share this information with other interested colleagues.

Monday, March 21, 2016

Cheat sheet and links for installing SOA Suite 12.2.1

I just finished installing SOA Suite 12.2.1, developer edition, on my laptop and took a few notes to try to expedite the process for others. Personally, I find each time I install I need to spend a few mins looking around for the right links, the right JDK, the right commands to run the installer. So in case these are useful for others, here are my notes:

1. Download the two SOA Suite installer zip files from:
http://www.oracle.com/technetwork/middleware/soasuite/downloads/index.html
    -accept the OTN license and open up the Recommended Install Process region to get to the downloads

2. Unzip installers so you have two jar files in a directory <somewhere>

3. Download and install the JDK - docs say you need JDK 8 update 51 or later. I tested with JDK 8 update 92, which can be located at:
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
specifically for Windows 64 bit: http://download.oracle.com/otn-pub/java/jdk/8u92-b14/jdk-8u92-windows-x64.exe (though this link only works if you have accepted the license agreement in the last 30 mins...)

4. Open up a command prompt - RUNNING AS ADMINISTRATOR by right-clicking the command prompt icon and choosing run as administrator - and cd to where you put the SOA Suite jar files. You will also need to make sure you are picking up the right Java - both the right version you just downloaded and the one associated with a JDK and not a JRE. For me, accepting the default location on Windows 64 bit for my Java installation, I was able to run the SOA Suite installer with:
"C:\Program Files\Java\jdk1.8.0_92\bin\java.exe" -jar fmw_12.2.1.0.0_soa_quickstart.jar
(on my laptop, it takes 2-3 mins to extract all the files and then the graphical installer comes up - the screens in the installer wizard are pretty self-explanatory so I won't go through them here...)

5. Fire up JDev and go!