Implementing Oracle Integration Cloud Service book – trial chapter by Phil Wilkins, Robert van Mölken

image

Understanding Oracle’s Integration Cloud Service and how to get the most out of your implementation

Businesses are built on data, and applications that access that data. In modern businesses the same cloud-based data stores and applications might be accessed by hundreds of different applications from thousands of different devices via APIs. To make this happen, APIs must be wired together i.e. integrated. Oracle Integration Cloud Service provides a complete method for integrating enterprise applications in the cloud. Integration Cloud Service (ICS) provides a cloud hosted means to integrate systems together using a graphical means to define and represent integrations.

This book will be a comprehensive, hands-on guide to building successful, high-availability integrations on ICS. This book sets out to demonstrate how ICS can be used to effectively implement integrations that work both in the cloud and on-premise. It starts with a fast, practical introduction to what ICS can do for your business and then shows how ICS allows you to develop integrations not only quickly but in a way that means they are maintainable and extensible. Gradually it moves into more advanced integrations, showing how to achieve sophisticated results with ICS and work with external applications. Finally the book shows you how to monitor cloud apps and go beyond ICS to build even more powerful integrated applications. Get the book here and visit our SOA Book wiki 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

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

SOA Cloud – Create Oracle Database Cloud Service Instance by Vivek Garg

image

Now days we hear lot about cloud and like to explore more on it. Recently Oracle launched cloud services that we can use to create service instances. This post is specific to Database Cloud service.

DBaaS (Database as a Service) is a service instance in Oracle Database Cloud. On premises setup we use to install Oracle database server on local hardware but in cloud, no need to have a setup, just need to confirm some parameters and we are good to use it.

In this post, we will show how you can create service instance of Oracle Database Cloud. Follow below steps for the same.

Step 1: Go to here

Login with your credentials that you have received from Oracle when you register for trial version.

Click on “Service Console” option as shown in below screen shot in “Oracle Database Cloud Service” section. 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

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

SOA Cloud- Generate SSH Key Pair using Putty by Vivek Garg

image

In Oracle Cloud, we need to have public key when we need to create a service instance and private key is also required when we need to access it using SSH utility. In this post, we will show how we can create key pair (private and public keys).

For this post, we will use PUTTY to generate these keys as it is available for both windows and Linux.

Follow the below steps to generate key pair.

Step 1: Download the Putty key generator from www.putty.org link as shown in below screen shots.

Step 2: Open the puttygen.exe file and it opens another window as shown below. In parameters, select “SSH-2 RSA” and “2048” in Number of bits in the generated key as SSH 2 is most recent version of SSH. 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

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

SOA Cloud – How to register for SOA Cloud Service Trial Version by Vivek Garg

image

In this post, I will show you how you can register for trial version of SOA Cloud Services.

You need to follow below steps in sequence for trail registration.

Step 1: Go to URL: https://cloud.oracle.com/tryit and you notice there are mainly two categories as mentioned below.

1. Oracle’s Platform (PaaS) and Infrastructure (IaaS) Cloud Services

2. Application (SaaS) and Data (DaaS)

Under each category there are multiple options available. Since we are working with Oracle SOA Cloud Services and that comes under Paas and IaaS category. So go to that category and select very first option as highlighted in below screen shot.

Step 2: Once you click on “Try It” option, it take you to Oracle login page where you need to enter your credentials.

Note: You need to have Oracle account setup before you proceed to this step, if don’t have Oracle account then you can create it.

Once you enter your credentials, it takes you to next page where you need to enter your details like First Name, Last Name and Company Name etc.  You also need to verify your phone number by entering the verification code. 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

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

Configuring HTTPS between Integration Cloud Service and Java Cloud Service by Rob Otto

image

In a previous post, I discussed some general topics relating to the usage of HTTPS and certificates within Oracle Public Cloud. In this follow up piece, I will work through a concrete example and explain how to set up a Java Cloud Service instance in such a way that Integration Cloud Service can consume a service deployed to that platform over HTTPS.

The use case we have in mind here is a simple one. A custom REST-based service is deployed to WebLogic on JCS (I’ll use a simple Servlet that returns a JSON payload). An integration defined in Integration Cloud Service uses the REST adaptor to invoke that service over HTTPS. Since JCS is an example of a compute-based PaaS service, it is provisioned by default without an external hostname and with a self-signed certificate mapped to the Load Balancer IP Address. This is different to the ICS instance, which is accessible via an *.oraclecloud.com hostname with an automatically-trusted certificate. The first thing we will do is configure JCS to use a hostname that we provide, rather than the IP address. We’ll then look at how to provision a certificate for that instance and then finally, how to configure ICS.

I’ve used a JCS instance based on WebLogic 12.1.3 and Oracle Traffic Director 11.1.1.9 for this post. Exact steps may differ somewhat for other versions of the service.

Configuring JCS with your own hostname

I’ve deployed my simple Servlet to WebLogic via the console and for now, the only option available to me is to access it via the IP address of the JCS Load Balancer. We can see from the screenshots below that my web browser first prompts me to accept the self-signed certificate before accessing the end point, which is not what we want to happen: 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

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

SOA Cloud Service (SOA CS) 16.3.3 – Now Available by Antonella Giovannetti

image

We are pleased to announce the availability of the 16.3.3 release of SOA Cloud Service (SOA CS). The release contains the new “Integration Analytics” service type which includes Real-Time Integration Business Insight and a preview of BAM.

The Integration Analytics service type is available for all existing Metered and Non-Metered SOA CS Accounts, for Trials and Paid Accounts. Any existing unused non-metered SOA Cloud Service OCPUs available in the account can immediately be used for this service type.
Please use the SOA Cloud Service SKU for any Integration Analytics OCPUs just as you would for SOA, Service Bus and B2B

For more information on Oracle Real-Time Integration Business Insight, including overview videos, tutorials, downloads, and more, visit the Oracle Real-Time Integration Business Insight OTN page.

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

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

Comparing Oracle ICS connectors with Workday, Mule, Boomi and Azure by Luis Weir

image

As SaaS adoption continue to increase in organisations of any size, it’s only expected that different cloud vendors will stretch their cloud capabilities to try and increasing their SaaS/PaaS/IaaS footprints. This is particularly true for iPaaS related capabilities, as it seems that every cloud vendor has its own related offering and they push it really hard even if it doesn’t really satisfy the majority of integration needs.
The challenge is though, that organisations that don’t carefully elaborate a cloud integration strategy and think this through, will almost certainly end up implementing point solutions using whichever iPaaS capability is available for the individual project.  This not only results in vendor lock-in but also increases the complexity and cost of integration.

To avoid this, first step is to of course create a well thought cloud integration strategy however with a clear objective in mind. This should be delivering a platform capable of supporting all integration needs (cloud-to-cloud, cloud-to-on-premise) in a seamless and consistent fashion without redundant infrastructures and capabilities. The concept should be something like this:

However the devil is in the detail, or so it goes.
One of the key reason vendor lock-in occurs is simply because of misinformation. From my point of view, SaaS integration is all about connectivity. So without properly understanding 1) what are the connectivity requirements and 2) what platform best fits these connectivity needs in the short and long term, there is high probability that a solution will not be the right one (may be it will solve the short-term needs, but in the long-run it will probably add more complexity, cost hence risk). 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

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

Podcast Show Notes: Meeting SOA and Integration Challenges by Bob Rhubart

image

For this episode the OTN ArchBeat podcast ventures deep into Oracle HQ for a conversation with Vikas Anand, Senior Director of Product Management for Oracle SOA Suite and Oracle Integration Cloud Service, and Ram Menon, Product Manager for Oracle Integration Cloud Service.

This discussion was originally made available as a video on the OTN ArchBeat YouTube channel. But I thought it would be a good idea to make it available in a format you could consume without crashing into something while driving or riding a bike or walking.

The Panelists

Vikas Anand

Senior Director, Product Management, Oracle SOA Suite and Oracle Integration Cloud Service

@VikasAatOracle

Ram Menon

Product Manager, Oracle Integration Cloud Service

@ramkmeno

Additional Resources

Listen to the podcast 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

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

Process, Integration & API Partner Summit! April 25th–27th Oracle HQ

APRIL 2017

Specialized.
                                                    Recognized by
                                                    Oracle. Preferred by
                                                    Customers.

top-gradient

On behalf of Oracle, it is our pleasure to invite you to attend the first annual

Oracle Process, Integration & API Partner Summit

Register Now

cta-arrow

 

Don’t miss this one-of-a-kind opportunity to meet and drive a closer engagement with Oracle’s Development, Engineering and Product Management Team April 25th – 27th, 2017!
Topics: Cloud Integration, Product Roadmaps, Partner Feedback, Q&A.
Target Group: Oracle Process, Integration & API Partners with Oracle iPaaS opportunities.

Summit agenda

· Oracle iPaaS for Cloud and Hybrid Integration

· Rich Connectivity with Cutting Edge SaaS and On-Prem Adapters

· Microservices Role in an Integration world?

· Bringing SOA to the Cloud

· Next Generation Outcomes with APIP CS and Apiary Design
(Oracle + Apiary)

· Automation with Process

· Integration & Streaming Analytics

· Oracle Self-Service Integration Cloud Service “SSI” that’s NEW!

· Extreme File Handling

· Digital Process Apps Made Simple

Opportunity for partners to grow with the fastest growing iPaaS in the industry! Learn from key examples and success! Transform to be a leader in cloud integration solutions with Oracle!

Register Now

cta-arrow

 

Event hosted by
Product Management!

Vikas Anand
Vice President,
Product Management

We do hope you will be able to join us!

Contact Us

Get Resources

opnbootcamp_ww@oracle.com

OPN Website

Oracle Partner Store

OPN Competency Center

OPN News Blog

Market Your Offerings

Oracle Media Network

Stay Connected

OPN on PartnerCast

facebooktwitterlinkedin

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

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

5.000.000 Messages per Day Handled by Oracle Service Bus 11g by Pavel Samolysov

image

Hello everyone! Let me share a story about how to build an enterprise service bus (ESB), which connects together a number of legacy application and a new-born centralized information system, and how Oracle Service Bus (OSB) can help handle up to 5.000.000 messages in a day ensuring guaranteed delivery.

Challenge

Every data change from a one application (a source) must be synchronized with another application (a destination) in the near real-time mode, batch processing is not a solution. So, the changes need to be captured and free to publish on a service bus. The following pattern works fine: when a user changes data in the source application, a trigger in an application database creates a record in an event table. Let’s name a record in the event table as a "event". A event is specified by an id; a changed entity type; an operation, such as to create, update or delete; a state, such as new, in process, successful processed, unsuccessful processed. Actual data can be retrieved from the database using an id and a changed entity type because there is a database view for each type of entities, the bus has a concern in. The OSB instance polls the events using the database adapter and selects a corresponding record from a database view. The content of the retrieved record is transformed to the canonical data model of the service bus, from zero till five messages are generated for one database record. The messages are put in a JMS-queue, and the corresponding records in the database marked with the "in process" flag.
In order to send messages into a destination application, there is the OSB proxy-service gets messages from the JMS-queue, transforms it from the canonical model to a destination format, and calls a web-service provided by the destination application. The proxy-service waits for a service response, retrieves a status of handling from this one and put the status into a statuses queue. The bus gets the status from the queue and updates a corresponding record in the event table of the source application database.
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

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress