Principles of SOA Suite Performance Tuning by C2B2

 

clip_image002Part 1 of the Oracle SOA 11g Performance Tuning Webinar Series. Delivered by Steve Millidge, C2B2 Technical Director, on the 21st of January 2013.

C2B2 is running a new series of short and snappy educational webinars about Oracle SOA Suite 11g. Delivered by our experienced middleware consultants, the webinars provide insight and ideas for the performance tuning of Oracle SOA Suite 11g. Over the next few weeks we will take a bottom up walk through the middleware technology stack that makes up Oracle SOA Suite 11g, reviewing processes, tools and techniques for diagnosing performance problems at each layer.
Delivered by a performance tuning specialist the first part of our webinar series will introduce you to the principles of performance tuning large scale SOA infrastructures

Watch the video here.

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Throttling in SOA Suite via Parking Lot Pattern by Greg Mally

 

clip_image002The Parking Lot Pattern has been leveraged in many Oracle SOA Suite deployments to handle complex batching, message correlation, and complex processing flows. One scenario that is a frequent topic of discussion is throttling SOA Suite so as not to overwhelm slower downstream systems. Most often this is accomplished via the tuning knobs within SOA Suite and WebLogic Server. However, there are times when the built-in tuning cannot be tweaked enough to stop flooding slower systems. SOA design patterns can be leveraged when product features do not address these edge use cases. This blog will focus on using The Parking Lot Pattern as one implementation for throttling. Also note a working example is provided.

Throttling Parking Lot

The key piece to this pattern is the database table that will be used for the parking lot. The table is very simple and comprised of 3 columns:

Column

Description

ID (NUMBER)

This is the unique ID/key for the row in the table.

STATE (VARCHAR)

This will be used for state management and logical delete with the database adapter. There are three values this column will hold:

1.

N – New (Not Processed)

2.

P – Processing (In-flight interaction with slower system)

3.

C – Complete (Slower system responded to interaction)

The database adapter will poll for ‘N’ew rows and will mark the row as ‘P’rocessing when it hands it over to a BPEL process.

PAYLOAD (CLOB)

The message that would normally be associated with a component is stored here as an XML clob.

The Use Case Flow

Without the parking lot, the normal flow for this use case would be:

1.

Some client applications call SOA Suite via Web Service, JMS, etc.

2.

An asynchronous BPEL instance is created and invokes the slower system for every client request within the tuning parameters of the SOA engine

3.

The slower system cannot handle the volume and gets flooded

How the flow is changed with the parking lot:

1.

Some client applications call SOA Suite via Web Service, JMS, etc.

2.

Each client request is inserted into the parking lot table as an XML clob with STATE = ‘N’.

3.

A composite containing a polling database adapter will select 1 row with STATE = ‘N’ and the count of rows with STATE = ‘P’ are less than a throttle value (e.g., 5).

4.

If the in-flight interactions with the slower system are less than the throttle value, the database adapter gets the next available row and marks it as being processed (STATE = ‘P’).

5.

This row is handed off to an asynchronous BPEL process that will invoke a different BPEL process responsible for interacting with the slower system.

6.

When the slower system responds and this response propagates back to the initiating BPEL process, the row is marked as complete (STATE = ‘C’).

7.

Go to step 3 until all records have been processed.

The throttle control value represents the maximum number of in-flight BPEL processes that are interacting with the slower system. We will see later how this value can be changed at runtime through the SOA Suite Enterprise Manager console.

Read the complete article here.

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

SOA Suite 12c Demo GSE just got more valuable with Internet Accessible Demos and Customer Guest Access

Request access to our middleware demo systems here

clip_image002GSE Provides

• A platform to demo Oracle products in an enterprise setting – the way Oracle is meant to be used

• Easily accessible, fast performing, refreshed canned demos

• Demo environments (deal servers) that can be customized to your customers needs

• Workshops

Increase SC productivity – Less time building demos and more face time with customers.

GSE helps win deals for Oracle

GSE Website is now Internet Facing

What this means? External Site – https://demo.oracle.com

Latest demos which are DemoWeb Complaint can be access on Internet. DemoWeb compliant environments can now be accessed directly from your using your Single Sign-On (SSO) Access demos from customer site without VPN. Partners also access demos from the unified internet facing website https://demo.oracle.com

Close Deals Faster with Customer Demo Access (Guest Access)

GSE Guest Demo Access provides SCs and other Oracle employees the ability to give customers secure browser

Provide Guest Access to Customers and Partners without OPN account

Any Oracle Employee with an ADSWeb account can create a guest access request. Create a reservation and request for guest access. More Details on Demo Store

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

2 Minute Tech Tip: Continous Integration with Oracle Fusion Middleware 12c

Taking advantage of the continuous integration capabilities in Oracle Fusion Middleware 12c "will make your life a lot easier," says Oracle ACE Director Ronald van Luttikhuizen. Watch the video here.

clip_image001

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Upgrading Oracle SOA/BPM Suite from 11g to 12c by Danilo Schmiedel

 

clip_image001

Get the presentation here.

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Tame the Cloud Integration Beast

clip_image002

View the eBook: Integrate the Cloud.
Software as a service is widely known for its ease of deployment. Less understood is the integration rat’s nest that can result when many SaaS applications are introduced within a company without a cohesive strategy.

Dain Hansen, director of integration product marketing for Oracle, says problems result when organizations bring in various cloud apps without a well-planned strategy that also takes into account on-premise software and systems.

"It’s just so hard to get things to talk together," says Hansen.

SaaS offerings have become very popular because they can be implemented quickly and easily by business units and individual users. Yet, because some of that implementation is outside the purview of IT organizations and others are simply stand-alone, it has led to a proliferation of online technology assets that are isolated from on-premise systems, unable to tap into valuable data stores or other sources of business expertise. Read the complete article here.

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Fusion Middleware 12c on the Amazon Cloud by Luigi Banzato

FMW 12c on the Cloud – Part 1: Prepare the Environment

FMW 12c on the Cloud – Part 2: Installation and Configuration

clip_image002Oracle Fusion Middleware 12c is out there. And now it bring the wonders of SOA/BPM quick start, where you can get you development environment setup in 4 clicks. However, at some stage everyone always needs to setup a server, so I’ve been taking a look at how to do that in the cloud.
This is the part 1 of of the tutorial on how to install and configure Fusion Middleware 12c on the Cloud.

Create the EC2 Instance

To create the EC2 instance, on the EC2 Console, click on "Launch Instance":

Now select the desired Operational System, here I’ll be using the Amazon Linux:

Read the complete article series here.

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Cloud Adapter – Advanstar Customers Insights Webcast Went Live Today

 

clip_image002When your company tagline is "Connecting our Customers with Theirs", you can’t afford to get integration wrong.   Watch this brief on-demand webcast now to learn why Advanstar chose Oracle integration including the new Oracle Cloud Adapters to replace their legacy integration solution to simplify IT and provide real time synchronization between cloud and on-premise applications.

As you may have seen at Oracle OpenWorld 2014, there has been tremendous interest in the new Oracle Cloud Adapters for simplifying the cloud to on-premises integration challenge.  In this webcast by Advanstar and OSI Consulting, you will learn how Advanstar used the "Oracle Cloud Adapter for Salesforce.com" to connect their sales reps to Oracle E-Business Suite.  As described in the webcast, here were some of the challenges that drove them to the Oracle Solution:

Challenges Prior to the Oracle Solution:

  • Informatica batch integration using a cloud replication service was not acceptable
  • Lack of real-time integration
  • Data replication jobs ran into each other causing conflicts
  • High volume caused increased problems

Oracle Integration Solution Benefits:

  • Simplified cloud integration using the new Oracle Cloud Adapter for Salesforce.com
  • Faster integration of future applications
  • Instant updates for sales reps – real time data synchronization

Read the complete article here.

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Cloud Computing Definition & Architecture for Cloud Service Brokers

With the launch of the Oracle Cloud PaaS Platforms we will make the SOA & BPM Partner Community cloud ready. In this article series we will lay the foundation for cloud computing including definition and concepts.

clip_image002Content

Cloud Computing Hype Introduction

Cloud Computing Definition and Criteria

Concepts in Cloud Computing

Industry focus & use case Cloud Computing Providers & Consumers

Differences between Cloud Definitions

NIST Cloud Computing Reference Architecture

Cloud Broker

Types Cloud Broker

Challenges Cloud Broker

Cloud Computing Hype Introduction

image Why is everyone talking about cloud computing? Drawn-out, expensive IT projects that are planned and implemented with few benefits for the business stakeholders are commonplace. In contrast, cloud computing offers business users the chance to immediately implement services with usage-based billing that are tailored to their requirements, often without the need to consult with the IT department.

However, aspects including security, architecture, availability, and standards are often not evaluated. Cloud consumers find themselves at the mercy of the cloud provider. Scenarios that require changing cloud providers after a cloud provider goes bankrupt, and the associated moving of data and/or applications, have not yet been sufficiently tested. Business continuity should play a key role from the start of a cloud evaluation process.

One of the greatest challenges here is the integration of existing data and systems into the cloud solution. Without integration spanning clouds and on premise systems, processes can only be executed in isolation, leading to cloud-specific silos of isolated solutions. Important information for users is not available across processes and systems. Problems that would have occurred in the company’s internal IT are now shifted to the cloud provider. To prevent "legacy clouds" or solutions that are hard to maintain, it is important to manage the entire architecture proactively and, in particular, the integration into the cloud. Even if cloud providers want us to believe otherwise, not every aspect of IT can be outsourced to cloud solutions!

Cloud Computing Definition and Criteria

Cloud computing is a model for usage-based network access to a common pool of configurable computing resources (e.g. networks, servers, storage systems, applications, and services) that can be provided and used quickly. IP-based services are requested via self-service and used online independently. A prerequisite for this is a broadband Internet connection with low latency. The IT resources are bundled into pools and provided as required. Billing is based on the services used. *1

Concepts in Cloud Computing

In cloud computing, the following models are differentiated on the basis of horizontal scaling:

· Infrastructure-as-a-Service (IaaS) – provides a hardware platform as a service, such as Amazon EC2 or Oracle Compute Service (now in preview)

· Platform-as-a-Service (PaaS) – provides a software platform as a service, such as Google Apps Engine or Oracle Java Cloud

· Software-as-a-Service (SaaS) – allows applications and functions to be outsourced by virtualizing cloud providers’ hardware and software and providing the functions as services, such as Salesforce CRM [REF-1] or Oracle Sales Cloud

In deployment models, distinctions are made according to availability and installation location. Public clouds are services that are available to the public on the Internet. Private clouds are internal company services. Hybrid clouds and community clouds represent mixtures of these models, such as when Amazon computing power is used in the event of a failure or overload of an internal company cloud application.

Industry focus & use case Cloud Computing Providers & Consumers

clip_image005Large companies for which IT plays a central role or represents a competitive advantage often build internal company cloud solutions in their own data centers “private clouds”. Small and medium enterprises frequently use public cloud services. A further distinguishing feature is the cloud consumer focus. In the business-to-business segment, private clouds are predominantly used, while in the business-to-consumer segment the majority are public clouds (Figure: 1).

Differences between Cloud Definitions

Thomas Erl, Ricardo Puttini and Zaigham Mahmood define cloud computing in his latest book “Cloud Computing Concepts, Technology & Architecture”. Based on the NIST cloud computing definition they add “ubiquitous access” as a cloud characteristic, to reflect the trend that more and more services are used on mobile devices. As cloud computing becomes more and more adopted also in b2b services, companies run mission critical applications on a global level in the cloud, resiliency of this services becomes important. Therefore Thomas Erl Ricardo Puttini and Zaigham Mahmood add also “resiliency” to the cloud characteristics.*2

Wikipedia defined cloud computing more from a consumer perspective. The article highlights that cloud computing is often used as a jargon term without a commonly accepted non-ambiguous scientific or technical definition.*3. From my perspective the NIST definition is widely accepted between b2b vendors. Many software vendors try to brand their solutions as cloud solution, or cloud enabled solutions without to respect the NIST cloud definition. This reflects the change of the IT industry caused by cloud computing.

NIST Cloud Computing Reference Architecture

Together with the “The NIST Cloud Definition of Cloud Computing” the “NIST Cloud Computing Reference Architecture” lays the theoretical foundation of cloud computing. The NIST Cloud Computing Reference Architecture extends the definition by a reference architecture and a taxonomy. An additional actor and role model is introduced. The cloud provider offers IaaS, PaaS or SaaS services to the cloud consumer. Between them a cloud broker might offer service intermediation, service aggregation and service arbitrage. These services become more important as cloud services need to be integrated with on premise and integrated or exchanged between different cloud providers. A cloud carrier transports the cloud services from the cloud provider to the cloud consumer. A cloud auditor might support the cloud consumer and cloud provider in security, privacy impact and performance audits*4

Cloud Broker

NIST and Gartner define three different types of cloud brokers:

Service Intermediation

Provides value added services on top of a cloud platform. An example is the Force identity service from Salesforce. This identity service can be used to identify users across several cloud services.

Service Aggregation

Ensures the interoperability between different cloud services. An example is Boomi from Dell. The service let cloud consumers integrate for example a Salesforce CRM system with a Netleger billing system and or an on premise solution. As IT System are often historical grown and rally build on a green field approach cloud aggregation becomes key for cloud adoption.

Service Arbitration

A cloud service arbitrage provides flexibility and an “opportunistic choices” by offering multiple similar services to select from.*5 Heroku for example lets the cloud consumer choose between different cloud services. The cloud consumer might increase service level agreements or reduce the dependency from one cloud provider by a service arbitration service.

Key Benefits of Cloud Brokers

Key benefits of cloud brokers might include:

• Cloud interoperability: Integration between several cloud offerings

• Cloud portability: Move application between different cloud vendors

• Different data models between cloud offerings

• Modular services between several cloud offerings e.g. security, document or notification services to increase developer productivity and user usability & security

• Increase business continuity by reducing dependency from one cloud provider

• Increase SLAs by leverage multiple cloud provider

Challenges Cloud Brokers

Large leading cloud providers e.g. Google or Salesforce try to offer comprehensive services & platforms for cloud consumers. Often they are not interested to enable cloud broker services which might enable cloud consumer to choose or broker between different cloud providers. Sometimes their strategy can be characterized as a vendor log-in. Today no industry wide standard for cloud brokers is developed. To enable seamless service aggregation on a process level, between different cloud providers a meta-data model between them needs to be established. This model needs to include joint business objects and services to ensure seamless processes across multiple cloud providers.

Cloud consumers Dependencies based on Service Layer

The risk of such a vendor login might be based on the service model the cloud consumer chooses. The higher the service model, less has to build by the cloud consumer, more is provided by the cloud provider, the higher the risk of vendor login:

Service Model

Risk vendor login

Advice

SaaS

High

Same application on-premise available

PaaS

Medium

Standard programming language available several clouds

IaaS

Low

Operating & Virtualization technologies

With the need of cloud Brokers versus the trend to build whole cloud Economies by one dominant player this might be one of the most challenging and exciting areas of cloud computing in the next years. Today cloud consumers might carefully evaluate this in the cloud selection phase to ensure business continuity.*6

References

  1. NIST Definition Cloud Computing
  2. „Cloud Computing Concepts, Technology & Architecture” Thomas Erl, Zaigham Mahmood, Ricardo Puttini, PRENTICE HALL June 2013
  3. Wikipedia http://en.wikipedia.org/wiki/Cloud_computing
  4. NIST Cloud Computing Reference Architecture
  5. Gartner
  6. NIST Definition Cloud Computing

For more information on Cloud Integration please visit www.soacommunity.com

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress. Cloud, cloud service broker, cloud integration

Computer World Cloud Report

clip_image002

Please see below the link to a recent ComputerWorld report sponsored by Oracle about customer requirements and adoption as it relates to Platform as a Service.
Great asset to read and share with your customers & prospects. Get the cloud report here.

Additional at Financial times Oracle published a special page for cloud computing, visit it here.

SOA & BPM Partner Community

For regular information on Oracle SOA Suite become a member in the SOA & BPM Partner Community for registration please visit www.oracle.com/goto/emea/soa (OPN account required) If you need support with your account please contact the Oracle Partner Business Center.

Blog Twitter LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki