OCI Anomaly Detection Service & OIC – Part I by Niall Commiskey

image

Oracle Cloud Infrastructure (OCI) Anomaly Detection is an AI service that enables developers to more easily build business-specific anomaly detection models that flag critical incidents, resulting in faster time to detection and resolution. Specialized APIs and automated model selection simplify training and deploying anomaly detection models to applications and operations—all without data science expertise. Read more about OCI Anomaly Detection here. My starting point is the workshop, which can be found here

The workshop is very easy to follow – essentially you have the following artifacts –

  • Projects – for organizing your work
  • Data Assets – links to the data sources which will be used as the basis for anomaly detection.
  • Models – ML models trained to detect anomalies. Models leverage Data Assets for the base data.
  • Detection – you can upload a file and test it against the model, or else you can leverage the Anomaly Detection api for this. We will be using the latter, in respect of OIC.

So now to the simple workshop example – the starting point is a .csv file containing sensor readings. Read the complete article here.

PaaS Partner Community

For regular information on Oracle PaaS become a member in the PaaS (Integration & Process) Partner Community please register here.

clip_image003 Blog clip_image005 Twitter clip_image004 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

Build retry logic in Oracle Integration by Ankur Jain

image

Generally, we have a requirement where we need to execute a task n number of times, especially in the exceptions scenarios. For example: If you are calling an external service and that service is not reachable due to some reasons (Network issue, Service issue, etc.) then you may need to re-try to call the services n number of times to get the transaction successful. But even after retrying n number of times, the service is not reachable, so you can either continue the flow or terminate depending on business requirements.

The same, requirement you can have while you are building an Oracle Integration. So to meet this requirement, you need to build the re-try logic as Oracle Integration doesn’t give this feature out of the box. You can leverage the while action to build the re-try logic as shown in the following screenshot. To meet this requirement, I have captured a short video, that will help you to achieve the same. Look at the complete video, to understand how to build a retry logic in Oracle Integration. Read the complete article here.

PaaS Partner Community

For regular information on Oracle PaaS become a member in the PaaS (Integration & Process) Partner Community please register here.

clip_image003 Blog clip_image005 Twitter clip_image004 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

Oracle Hospitality from Reservation to Check In – Part II by Niall Commiskey

image

Part II covers the CheckIn process – previously, we got so far as the reservation – ending up with a reservationId. Now, from my extensive experience as SPG Titanium guest, I know that the next steps are provide payment method e.g. my credit card and then get a room assigned to me. That’s what happens when I arrive at the hotel.

So how do we achieve this thru the api? Assign Payment Method to Reservation

AddPaymentMethod is configured as follows -  This, again, based on the OHIP Postman collection –

Assign Room to Reservation

let’s look at what happens when one checks in at the front desk. I gave the staff member my credit card and then I get a room assigned. The latter involves the person checking which rooms are available in my booking class and then assigning one of these to me. So how can we achieve such with the OHIP apis? Read the complete article here and watch the on-demand webcast here

PaaS Partner Community

For regular information on Oracle PaaS become a member in the PaaS (Integration & Process) Partner Community please register here.

clip_image003 Blog clip_image005 Twitter clip_image004 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

Oracle Cloud free trial

image

Free Oracle Cloud platforms 30 days cloud trial are available here. Your Oracle partner manager can extend these trails. For SaaS trials please visit https://demo.oracle.com . For support please contact the OPN Team.

PaaS Partner Community

For regular information on Oracle PaaS become a member in the PaaS (Integration & Process) Partner Community please register here.

clip_image003 Blog clip_image005 Twitter clip_image004 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

Oracle Hospitality from Reservation to Check In – Part II by Niall Commiskey

image

Part II covers the CheckIn process – previously, we got so far as the reservation – ending up with a reservationId. Now, from my extensive experience as SPG Titanium guest, I know that the next steps are provide payment method e.g. my credit card and then get a room assigned to me. That’s what happens when I arrive at the hotel.

So how do we achieve this thru the api? Assign Payment Method to Reservation

AddPaymentMethod is configured as follows -  This, again, based on the OHIP Postman collection –

Assign Room to Reservation

let’s look at what happens when one checks in at the front desk. I gave the staff member my credit card and then I get a room assigned. The latter involves the person checking which rooms are available in my booking class and then assigning one of these to me. So how can we achieve such with the OHIP apis? Read the complete article here and watch the on-demand webcast here

PaaS Partner Community

For regular information on Oracle PaaS become a member in the PaaS (Integration & Process) Partner Community please register here.

clip_image003 Blog clip_image005 Twitter clip_image004 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

Oracle Hospitality from Reservation to Check In – Part I by Niall Commiskey

image

I am starting the new working year with a more in-depth look at the Oracle hospitality Integration Platform (OHIP) apis. I begin by looking at the whole reservation process – this post, the first of 2 – will cover steps 1 and 2.

1. Initial inquiry to check for room availability

2. Room Reservation

3. Pre-checkin steps

3.1. Assign Payment Method to reservation

3.2. Assign room to reservation

4. Checkin

The goal here is to look in detail at the steps involved and the individual api calls, also, how it all hangs together to provide the business solution. Room reservation, for example, includes the creation of guest profiles.

Initial inquiry to check for room availability

Here I create an integration that leverages the Oracle Hospitality adapter to invoke the following OHIP api – /par/v0/hotels/{HotelId}/availabilitypar refers to Price Availability and Revenue Services. Read the complete article here and watch the on-demand webcast here

PaaS Partner Community

For regular information on Oracle PaaS become a member in the PaaS (Integration & Process) Partner Community please register here.

clip_image003 Blog clip_image005 Twitter clip_image004 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 2022 Modernization Overview

image
This Learning Path provides you with an overview of Oracle SOA Suite roadmap and discusses various options enabling our customers rapidly modernize their SOA infrastructure and connect their SaaS and mobile applications with existing on-premise systems. Use this training to help your customers modernize and extend their existing SOA infrastructure to become a connected digital enterprise. Attend the free online training here.

PaaS Partner Community

For regular information on Oracle PaaS become a member in the PaaS (Integration & Process) Partner Community please register here.

clip_image003 Blog clip_image005 Twitter clip_image004 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

Oracle Integrations Certifications

image

Enablement and certification are key to cloud success. At the Oracle Learning Center partners can attend free on-line classes and certifications. Additional we offer the latest implementation exams ($245 or free vouchers) for:

· Oracle Integration Cloud 2022 Sales Specialist

· Oracle Integration Cloud 2022 Solution Engineer Specialist

· Oracle Cloud Platform Application Integration 2021 Specialist | 1Z0-1042-21

· SOA Modernization Overview

PaaS Partner Community

For regular information on Oracle PaaS become a member in the PaaS (Integration & Process) Partner Community please register here.

clip_image003 Blog clip_image005 Twitter clip_image004 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

Watch free on-demand community webcasts

PaaS Summer Camp 2019 wideTake the opportunity to watch our community webcasts on-demand:

· DevOps with FlexDeploy for Oracle Integration LHR customer case study

· Advance your Career! How to become a certified Oracle Cloud Platform expert?

· Connect Opera Cloud to the World

· Helping you build awesome digital assistant experience

· Innovate PeopleSoft with an intelligent chat assistant

· Adapters Oracle Integration & Advantco

· How to connect your B2B ecosystem using Oracle Integration

· Connect, Innovate & Extend SaaS Partner Launch

· Oracle Cloud Platform Partner Launch Webcast on-demand

· Oracle Visual Builder What’s New

· Accelerate your chatbot projects with Oracle Digital Assistant Templates

· Identity Propagation call from Integration Cloud to Oracle SaaS Applications

· Extreme Scalability and Enhanced Resilience for OIC

· SOA Modernization

· How Process Workflow can extend the role of Integration

· Innovate Service Cloud with Chatbots

· Chatbot Design best practices for Conversational UX

· Integration Insight

· Innovate HCM with Chatbots

· ERP Integration with Application Adapters

· HCM Integration with Application Adapters

· Extend SaaS with Visual Builder Cloud Service

· Integration Adapters

· Integrate SaaS

For the latest information please visit Community Website (Community membership required).

PaaS Partner Community

For regular information on Oracle PaaS become a member in the PaaS (Integration & Process) Partner Community please register here.

clip_image003 Blog clip_image005 Twitter clip_image004 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

Integrate SaaS hands-on Bootcamps Webtraining Asia March 15th, 17th, 22nd 2022

https://paascommunity.com/wp-content/uploads/2022/02/image-17.pngOracle Product Management is pleased to invite Oracle Partners to attend a 3-days hands-on workshop on how to integrate with ERP & HCM applications using Oracle Integration Cloud. This Invite-Only hands-on workshop will be delivered at No-Fee to Partners. It will consist of presentations, demos, and hands-on labs.

Oracle Integration Cloud (OIC) offers Integration, Process Automation and Visual design capabilities that help business analysts and IT specialists to automate end to end business processes across departments. Oracle Integration Cloud offers a simple recipe to be successful in this application integration and process automation journey: Build, Integrate and Engage.

Schedule:

For additional location please visit our website here (community membership required).

PaaS Partner Community

For regular information on Oracle PaaS become a member in the PaaS (Integration & Process) Partner Community please register here.

clip_image003 Blog clip_image005 Twitter clip_image004 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