SlideShare a Scribd company logo
1 of 39
Oracle Integration Cloud Service
Best Practices learned from the field
2Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Introduction
Presenter Introduction
 Phil Wilkins & Robert van Mölken
 Co-authors of the book:
Implementing Oracle Integration Cloud
Agenda
 Best usage scenarios (ICS, SOACS or JCS…)
 Best ways to map large messages
 Using on-premises agents & how to monitor
more effectively
 Alternate approach integrating an Oracle DB
 Config Management & CI/CD with ICS
 Use JavaScript function to extend integrations
 Other Considerations
Addition resources
 https://oracle-integration.cloud
• Addresses new features
• Advanced applications of ICS
• Anything we couldn’t fit in the book
Insights into ICS based
upon implementing real-
world use cases
3Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
3 Membership Tiers
• Oracle ACE Director
• Oracle ACE
• Oracle ACE Associate
bit.ly/OracleACEProgram
500+ Technical
Experts Helping
Peers Globally
Connect:
Nominate yourself or someone you know: acenomination.oracle.com
@oracleace
Facebook.com/oracleaces
oracle-ace_ww@oracle.com
4Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Best Usage Scenarios
5Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
When is ICS the best choice?
Low volume / small
scale, simple, DIY ok
JCS or ACCS + Event Hub
Modula Design or even all out
Microservice
OSSI
Allow DIY ‘integration’, user
centric processes e.g. Eloqua to
dropbox
Technical Orchestration,
Adherence to published
standards required, complex
end of orchestration needs,
need to tune workloads
Lift & Shift
– just moving workload
ICS
Orchestration with some
complexity, cloud centric
integration, LoB solutions,
PCS  API  ICS (map,
orchestrate)  end system
Green field?
Special cases
- Java beans for
technical logic
NOT
orchestration
Pricing model
- Pricing models can
push you up or down
- Higher volume more
likely to push you up
If we can avoid crossing the
divisions then we’re cost
effective
No. Occurrence of Use Cases
Complexityofworkload
high volume / complex Microservice & performance sensitivity …
- high elasticity needed at run
- execution speeds need to be optimal
- more discipline to avoid tight coupling
SOA CS
6Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
ICS & PaaS Conceptual Capability Overlap
Data Integration Applications Integration Process Integration
Application Development
SOACS
(inc MFT)
PCS
APIPCS
JCS
ACCS
ODICS
Golden
Gate
Event Hub
(A)VBCS
MCS
Development /
Application
Centric
Data Centric
Process
Driven
Event
Triggered
Integration
Key
ICS
OMCS S
S
I
7Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Integration Cloud Position
Data Integration Applications Integration Process Integration
Application Development
SOACS
(inc MFT)
PCS
APIPCS
JCS
ACCS
ODICS
Golden
Gate
Event Hub
(A)VBCS
MCS
Development /
Application
Centric
Data Centric
Process
Driven
Event
Triggered
Integration
Key
ICS
OMCS S
S
I
8Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
ICS or SOA CS or SSI or OMCS or JCS or ACCS or …
 ICS + JCS or ACCS for Java beans to realize logic operations e.g. …
 Ability to use Atom feeds direction difficult
 Abstract complex logic into small beans
 MFT + Post Processor to turn into a stream of events
 Don’t recommend massive iteration in Orchestration
 Event stream – likely to be simpler
 If remain batch centric consider ODI CS
 Pub / Sub
 to overcome solution volatility
• As system availability & connectivity is more volatile – you can’t suspend upstream processes so easily as they aren’t
yours to suspend
• Systems not in your control so can’t humanly manage
 Need to filter – then need OMCS
 Lookup as a means to hold config parameters e.g. toggle suppression behaviour
 You don’t want upstream bulk load processes sending middleware into a frenzy e.g. system priming
9Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Large Mappings
10Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Large mappings can be a pain to edit in ICS UI
 Business Objects exposed by Adapters (e.g. Salesforce) can contain 100,000 + elements
 ICS mapper UI has a limited buffer cache, only loading elements partially
 Can take some effort to find correct element. Need a lot of scrolling!
 Searching an element is on alphabetic order and only one result at a time
How can we improve this experience?
 Detach mapping UI to extend buffer cache by larger chunks
 Use filter to find element(s)
 Expand on specific node to hide all other siblings / parents
 Expert mode: export transformation and edit offline
11Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Detach mapping UI to extend buffer cache by larger chunks
 Limit of 50 elements in cache
 Limit of 100.001 elements on screen
12Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Detach mapping UI to extend buffer cache by larger chunks
Scrolls faster than embedded table, but this is
still slow if you don’t know where to look!
If you found element to map then click on
detach again to embed the table to original size
13Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Use filter to find element(s)
14Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Expand on specific node to hide all other siblings / parents
15Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Expert mode: export transformation and edit offline
Once exported, changed and imported in ICS
integration. Mappings can’t be changed in ICS UI
Notice that target only shows elements
belonging to CaseComment, no extensions
16Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Agents
17Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Use of ICS Agents - Observations
 Clarity of role for Executable Agent vs Connection Agent
 Exe Agent naming can be confusing, sometimes called ICS on-premises
 Clarity regarding what happens within the executable agent vs in the cloud
 Some hesitation given ‘black box’ to be deployed into the environment
 Where security is only perimeter based / no internal segmentation / security in depth is not implemented
 Clarity of what can and can’t pass back to the cloud and how
 Need to promote mind set regarding patch maintenance –
 Not patching agent versions could mean they stop working with cloud
 ICS roadmap to provide need to move towards self patching processes?
 Need for maintenance windows agents are currently single instance so can’t run rolling patch processes
 Execution agent monitoring
 Cloud monitoring is linked to the heartbeat – not log shipping
18Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Comparison of Connection & Execution Agent Anatomies
Cloud
On-Premises or Other Cloud
Connection Agent Deployment
Source data
obtained via
JCA based
connections
Acquired
data sent to
svr
Connection
Agent
Managed
Svr
Phone home to manage
status and configuration Data channelled from
source to cloud
Client system e.g.
Secured Web API
Cloud Server
Managed
Svr 1
Managed
Svr 2
Admin Svr
Config &
Transient Data Cloud Server
Managed
Svr 1
Managed
Svr 2
Admin Svr
Config &
Transient Data
Phone home
reporting only exe
agent status
Execution Agent
Managed
Svr
Admin Svr
Config &
Transient Data
Execution Agent Deployment
Is realised by packaged
WebLogic server
Is realised by packaged
WebLogic server
Connections such
as WSDL & REST
can work on-
premises
Single admin server
including Integration
Designer and managed
server to execute
Configuration
data & transient
data during
execution
Multiple
servers running
to provide
resilience
Admin Server provides UI.
Managed Svr executes
integrations
Multiple
servers running
to provide
resilience
Admin Server provides UI.
Managed Svr executes
integrations
Client system
e.g. DB
Client system e.g.
Secured Web API files
File connectivity
available
19Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
More Effective Monitoring
 ICS provides basic capabilities around looking at logs and tuning what is logged
 Logs are rolling and depending upon activity may only last a couple of days
 Need to harvest logs into monitoring solution e.g. Oracle Log analytics
 Oracle Log analytics will need an IaaS node to deploy collector to
 Would be good if Oracle could deploy to all platforms Log Analytics configured but switched off
 Then just configure in cloud UI Analytics instance to use to enable
 For Oracle Log analytics solution – deploy IaaS (compute) node with agent that then connects and harvests
information
 For Agents – monitoring is down to you!
 A-Team created a simple Integration & scripts to allow simple monitoring
20Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Alternate approach integrating an Oracle DB
21Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Alternate approach integrating an Oracle DB
 ICS provides adapters for Oracle RDBMS, MySQL, DB2 and SQLServer database
 One downside: both need the on-premises Agent, no direct cloud connections
Are there any alternatives?
 ICS can call RESTful services without use of addition software, so …
 Create RESTful APEX services
• Use Oracle Application Express's SQL Workshop tool
• Supports both SQL and PL/SQL in queries
 Expose database using ORDS (REST Data services)
• Automatically generate REST APIs for individual tables and views
• Manually generate more advance APIs (e.g. stored procedures, nested tables)
22Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
RESTful APEX services
23Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
RESTful APEX services
24Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
RESTful APEX services
25Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Expose database using ORDS (REST Data services)
So I just use APEX RESTful services then?
Do you want to choose own programming language without client drivers or proprietary networking?
 Use ORDS instead:
 Java EE application, runs on app server or standalone (Jetty)
 Access the database same way as other external services
 JSON all-the-way for easy integration
 Automatically generate basic CRUD APIs
 Generate advanced APIs (e.g. stored procedures, nested data in multiple tables)
 Can be developed using SQL Developer
 Can expose RDBMS, JSON Document Store and NoSQL
26Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Expose database using ORDS (REST Data services)
27Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Expose database using ORDS (REST Data services)
28Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Continuous Integration – Continuous Delivery
29Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Goal of Config Mgmt & Continuous Integration with ICS
Integrate
Test
Deploy
Configure
abandon config e.g. changes to lookups,
source prev. version
Copy base line versions
and promote to new
environment
Revert integration
e.g. doesn’t work
Latest changes
fail test -
rollback
Deploy lookup data, record
of connection values
Deploy Stub settings/test
data – execute tests
Regular snapshots to
allow rollback
Regular snapshots to
allow rollback
Track versions been
deployed to
environments
Track versions been
deployed to
environments
30Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Configuration Management and CI/CD
 ICS has versioning NOT configuration management for integrations
 Try to use versioning for config mgmt. of every change & you will get swamped by integrations
 No automated means to provide automated comparison
 Consider CI style processes for promotion from dev to prod – as you would for SOA, you should with
applications (ConfigSnapshot)
 Fortunately ICS API can help …
 APIs to exporting & importing
curl -X GET -u jstein:welcome1 -H “Content-Type:application/json” -o ./TestProject.iar
https://integration.us.oraclecloud.com/icsapis/v1/integrations/TEST/01.00.0000/export
curl -X PUT -u jstein:welcome1 -H "Content-Type:application/json" -F file=
@"TestProject.iar;type=application/octet-stream"
https://integration.us.oraclecloud.com/icsapis/v1/integrations/import
31Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Configuration Management and CI/CD – REPL Style
 REPL is a Python tool built by the A-Team to
make config management tasks easier than
CURL scripts
 Just install Python, plus dependencies
 Create a config file then …
 Interactive commands to perform processes e.g.
• Import/export
• (de)activate integrations
• Change connections
 Paste interactive commands into a text file
and then run as a script!
32Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Configuration Management and CI/CD
- Simple use of
GIT/SVN to manually
check in/out and
release tag
- Use .iar files
- Scripts to allow
differences to be
identified within an iar
- Nightly checkpoint
process scripted
- Test setups included
- Choreograph tests
- Automation of
promotion process
(include activation of
integrations deployed)
33Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
JavaScript
34Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Use JavaScript function to extend integrations
 New capability since 17.2.5 for JavaScript functions (Libraries)
 Functions running server-side, so no browser/client-side capabilities/APIs
 Functions can’t be created within ICS, but need to be uploaded
 as part of a library in both JS and JAR file (collection of JS files) formats.
 Use functions to perform mathematical calculations or data manipulations
 Functions can call other functions within the same JavaScript library
 Functions can currently only be used in Orchestrations using the Callout activity
35Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
For example a date-utils library
36Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Libraries can be used in Orchestrations through a callout
37Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Conclusion
38Copyright © Capgemini & AMIS 2017. All Rights Reserved
Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017
Other Considerations
 Adapter complexity – not hiding need for Base64 etc
 Adapter – challenge of HCM deprecating part of the adapter as underlying API changes
 Be information rich – filter on the target not the source
 Exploit API Definition/Management tools such as API Platform
 Understand maintenance windows and their impact.
Get the Book – Visit The Website!
Phil Wilkins
Senior Consultant
Capgemini UK
Phil.Wilkins@capgemini.com
@PhilAtCapgemini
Robert van Mölken
Senior Consultant
AMIS (NL)
robert.van.molken@amis.nl
@robertvanmolken
https://oracle-integration.cloud
Future
titles…

More Related Content

What's hot

Oracle Fusion HCM Presentation
Oracle Fusion HCM PresentationOracle Fusion HCM Presentation
Oracle Fusion HCM PresentationFeras Ahmad
 
Oracle Fusion Applications Accounts Payables
Oracle Fusion Applications Accounts PayablesOracle Fusion Applications Accounts Payables
Oracle Fusion Applications Accounts PayablesBerry Clemens
 
Oracle Integration Cloud – Pragmatic approach to integrations
Oracle Integration Cloud – Pragmatic approach to integrationsOracle Integration Cloud – Pragmatic approach to integrations
Oracle Integration Cloud – Pragmatic approach to integrationsJade Global
 
Oracle Fusion Architecture
Oracle Fusion ArchitectureOracle Fusion Architecture
Oracle Fusion ArchitectureVinay Kumar
 
Transaction Account Builder Oracle Fusion Procurement
Transaction Account Builder Oracle Fusion ProcurementTransaction Account Builder Oracle Fusion Procurement
Transaction Account Builder Oracle Fusion ProcurementSam Elrashedy
 
Introduction to Oracle Financials
Introduction to Oracle FinancialsIntroduction to Oracle Financials
Introduction to Oracle Financialshasan2000
 
Demystifying Oracle Cloud ERP Financials
Demystifying Oracle Cloud ERP FinancialsDemystifying Oracle Cloud ERP Financials
Demystifying Oracle Cloud ERP FinancialsPerficient, Inc.
 
Oracle HCM & Talent Cloud Implementation
Oracle HCM & Talent Cloud ImplementationOracle HCM & Talent Cloud Implementation
Oracle HCM & Talent Cloud Implementationhbiroglu
 
20 best practices for fusion hcm cloud implementation
20   best practices for fusion hcm cloud implementation20   best practices for fusion hcm cloud implementation
20 best practices for fusion hcm cloud implementationmohamed refaei
 
Oracle Fusion Payments
Oracle Fusion Payments Oracle Fusion Payments
Oracle Fusion Payments Berry Clemens
 
Oracle Cloud Reference Architecture
Oracle Cloud Reference ArchitectureOracle Cloud Reference Architecture
Oracle Cloud Reference ArchitectureBob Rhubart
 
Designing a Chart of Accounts and Enterprise Structure in Oracle Fusion ERP C...
Designing a Chart of Accounts and Enterprise Structure in Oracle Fusion ERP C...Designing a Chart of Accounts and Enterprise Structure in Oracle Fusion ERP C...
Designing a Chart of Accounts and Enterprise Structure in Oracle Fusion ERP C...Prithis Das, PMP, OCS ☁️
 
Fusion applications gl and ar suresh c-mishra
Fusion applications   gl and ar suresh c-mishraFusion applications   gl and ar suresh c-mishra
Fusion applications gl and ar suresh c-mishraSuresh Mishra
 
Oracle fusion financial p2p cycle
Oracle fusion financial  p2p cycleOracle fusion financial  p2p cycle
Oracle fusion financial p2p cyclemohamed mahmoud
 
#OOW16 - Risk Management Cloud / GRC General Session
#OOW16 - Risk Management Cloud / GRC General Session#OOW16 - Risk Management Cloud / GRC General Session
#OOW16 - Risk Management Cloud / GRC General SessionDane Roberts
 

What's hot (20)

Oracle Fusion Application
Oracle Fusion ApplicationOracle Fusion Application
Oracle Fusion Application
 
Oracle Fusion HCM Presentation
Oracle Fusion HCM PresentationOracle Fusion HCM Presentation
Oracle Fusion HCM Presentation
 
Oracle Fusion Applications Accounts Payables
Oracle Fusion Applications Accounts PayablesOracle Fusion Applications Accounts Payables
Oracle Fusion Applications Accounts Payables
 
Receipt Accounting
Receipt AccountingReceipt Accounting
Receipt Accounting
 
Oracle Integration Cloud – Pragmatic approach to integrations
Oracle Integration Cloud – Pragmatic approach to integrationsOracle Integration Cloud – Pragmatic approach to integrations
Oracle Integration Cloud – Pragmatic approach to integrations
 
Oracle Fusion Architecture
Oracle Fusion ArchitectureOracle Fusion Architecture
Oracle Fusion Architecture
 
Transaction Account Builder Oracle Fusion Procurement
Transaction Account Builder Oracle Fusion ProcurementTransaction Account Builder Oracle Fusion Procurement
Transaction Account Builder Oracle Fusion Procurement
 
Cloud Oracle
Cloud Oracle Cloud Oracle
Cloud Oracle
 
Introduction to Oracle Financials
Introduction to Oracle FinancialsIntroduction to Oracle Financials
Introduction to Oracle Financials
 
Sap architecture
Sap architectureSap architecture
Sap architecture
 
Demystifying Oracle Cloud ERP Financials
Demystifying Oracle Cloud ERP FinancialsDemystifying Oracle Cloud ERP Financials
Demystifying Oracle Cloud ERP Financials
 
Oracle HCM & Talent Cloud Implementation
Oracle HCM & Talent Cloud ImplementationOracle HCM & Talent Cloud Implementation
Oracle HCM & Talent Cloud Implementation
 
20 best practices for fusion hcm cloud implementation
20   best practices for fusion hcm cloud implementation20   best practices for fusion hcm cloud implementation
20 best practices for fusion hcm cloud implementation
 
Oracle Fusion Payments
Oracle Fusion Payments Oracle Fusion Payments
Oracle Fusion Payments
 
Oracle Cloud Reference Architecture
Oracle Cloud Reference ArchitectureOracle Cloud Reference Architecture
Oracle Cloud Reference Architecture
 
Designing a Chart of Accounts and Enterprise Structure in Oracle Fusion ERP C...
Designing a Chart of Accounts and Enterprise Structure in Oracle Fusion ERP C...Designing a Chart of Accounts and Enterprise Structure in Oracle Fusion ERP C...
Designing a Chart of Accounts and Enterprise Structure in Oracle Fusion ERP C...
 
Fusion applications gl and ar suresh c-mishra
Fusion applications   gl and ar suresh c-mishraFusion applications   gl and ar suresh c-mishra
Fusion applications gl and ar suresh c-mishra
 
Oracle fusion financial p2p cycle
Oracle fusion financial  p2p cycleOracle fusion financial  p2p cycle
Oracle fusion financial p2p cycle
 
#OOW16 - Risk Management Cloud / GRC General Session
#OOW16 - Risk Management Cloud / GRC General Session#OOW16 - Risk Management Cloud / GRC General Session
#OOW16 - Risk Management Cloud / GRC General Session
 
Oracle Assets
Oracle AssetsOracle Assets
Oracle Assets
 

Similar to Oracle Integration Cloud Service (ICS) best practices learned from the field

Oracle ICS Best Practises - 1st Presented at Oracle Partner PaaS Forum by Phi...
Oracle ICS Best Practises - 1st Presented at Oracle Partner PaaS Forum by Phi...Oracle ICS Best Practises - 1st Presented at Oracle Partner PaaS Forum by Phi...
Oracle ICS Best Practises - 1st Presented at Oracle Partner PaaS Forum by Phi...Phil Wilkins
 
Look at Oracle Integration Cloud – its relationship to ICS. Customer use Case...
Look at Oracle Integration Cloud – its relationship to ICS. Customer use Case...Look at Oracle Integration Cloud – its relationship to ICS. Customer use Case...
Look at Oracle Integration Cloud – its relationship to ICS. Customer use Case...Phil Wilkins
 
PeopleSoft Cloud Manager and Selective Adoption
PeopleSoft Cloud Manager and Selective AdoptionPeopleSoft Cloud Manager and Selective Adoption
PeopleSoft Cloud Manager and Selective AdoptionGraham Smith
 
Oracle forms to oci executive overview for customer
Oracle forms to oci   executive overview  for customerOracle forms to oci   executive overview  for customer
Oracle forms to oci executive overview for customerSamy El Sherif, PMP, OUM.
 
From OpenStack.... towards an Open cloud architecture
From OpenStack.... towards an Open cloud architecture From OpenStack.... towards an Open cloud architecture
From OpenStack.... towards an Open cloud architecture Claude Riousset
 
Proposte ORACLE per la gestione dei contenuti digitali e per la ricerca scien...
Proposte ORACLE per la gestione dei contenuti digitali e per la ricerca scien...Proposte ORACLE per la gestione dei contenuti digitali e per la ricerca scien...
Proposte ORACLE per la gestione dei contenuti digitali e per la ricerca scien...Jürgen Ambrosi
 
Microservices Architecture with AWS @ AnyMind Group
Microservices Architecture with AWS @ AnyMind GroupMicroservices Architecture with AWS @ AnyMind Group
Microservices Architecture with AWS @ AnyMind GroupGiang Tran
 
AnyMind Group Tech Talk - Microservices architecture with AWS
AnyMind Group Tech Talk - Microservices architecture with AWSAnyMind Group Tech Talk - Microservices architecture with AWS
AnyMind Group Tech Talk - Microservices architecture with AWSNhân Nguyễn
 
Comparison of control plane deployment architectures in the scope of hypercon...
Comparison of control plane deployment architectures in the scope of hypercon...Comparison of control plane deployment architectures in the scope of hypercon...
Comparison of control plane deployment architectures in the scope of hypercon...Miroslav Halas
 
London Oracle Developer Meetup April 18
London Oracle Developer Meetup April 18London Oracle Developer Meetup April 18
London Oracle Developer Meetup April 18Phil Wilkins
 
Best practices for application migration to public clouds interop presentation
Best practices for application migration to public clouds interop presentationBest practices for application migration to public clouds interop presentation
Best practices for application migration to public clouds interop presentationesebeus
 
Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube
 Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube
Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nubeavanttic Consultoría Tecnológica
 
How to build a cloud adapter
How to build a cloud adapterHow to build a cloud adapter
How to build a cloud adapterMaarten Smeets
 
ICS-Azure Migrations & Application Modernization_V2.pptx
ICS-Azure Migrations & Application Modernization_V2.pptxICS-Azure Migrations & Application Modernization_V2.pptx
ICS-Azure Migrations & Application Modernization_V2.pptxmustafa435048
 
Cloud 122 building the perfect cloud
Cloud 122 building the perfect cloudCloud 122 building the perfect cloud
Cloud 122 building the perfect cloudScott Simmons
 
Agile integration: Decomposing the monolith
Agile integration: Decomposing the monolithAgile integration: Decomposing the monolith
Agile integration: Decomposing the monolithJudy Breedlove
 
Cloudify 4.6 highlights webinar
Cloudify 4.6 highlights webinarCloudify 4.6 highlights webinar
Cloudify 4.6 highlights webinarCloudify Community
 
Solving enterprise challenges through scale out storage & big compute final
Solving enterprise challenges through scale out storage & big compute finalSolving enterprise challenges through scale out storage & big compute final
Solving enterprise challenges through scale out storage & big compute finalAvere Systems
 

Similar to Oracle Integration Cloud Service (ICS) best practices learned from the field (20)

Oracle ICS Best Practises - 1st Presented at Oracle Partner PaaS Forum by Phi...
Oracle ICS Best Practises - 1st Presented at Oracle Partner PaaS Forum by Phi...Oracle ICS Best Practises - 1st Presented at Oracle Partner PaaS Forum by Phi...
Oracle ICS Best Practises - 1st Presented at Oracle Partner PaaS Forum by Phi...
 
Look at Oracle Integration Cloud – its relationship to ICS. Customer use Case...
Look at Oracle Integration Cloud – its relationship to ICS. Customer use Case...Look at Oracle Integration Cloud – its relationship to ICS. Customer use Case...
Look at Oracle Integration Cloud – its relationship to ICS. Customer use Case...
 
PeopleSoft Cloud Manager and Selective Adoption
PeopleSoft Cloud Manager and Selective AdoptionPeopleSoft Cloud Manager and Selective Adoption
PeopleSoft Cloud Manager and Selective Adoption
 
Oracle forms to oci executive overview for customer
Oracle forms to oci   executive overview  for customerOracle forms to oci   executive overview  for customer
Oracle forms to oci executive overview for customer
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
From OpenStack.... towards an Open cloud architecture
From OpenStack.... towards an Open cloud architecture From OpenStack.... towards an Open cloud architecture
From OpenStack.... towards an Open cloud architecture
 
Proposte ORACLE per la gestione dei contenuti digitali e per la ricerca scien...
Proposte ORACLE per la gestione dei contenuti digitali e per la ricerca scien...Proposte ORACLE per la gestione dei contenuti digitali e per la ricerca scien...
Proposte ORACLE per la gestione dei contenuti digitali e per la ricerca scien...
 
Microservices Architecture with AWS @ AnyMind Group
Microservices Architecture with AWS @ AnyMind GroupMicroservices Architecture with AWS @ AnyMind Group
Microservices Architecture with AWS @ AnyMind Group
 
AnyMind Group Tech Talk - Microservices architecture with AWS
AnyMind Group Tech Talk - Microservices architecture with AWSAnyMind Group Tech Talk - Microservices architecture with AWS
AnyMind Group Tech Talk - Microservices architecture with AWS
 
Comparison of control plane deployment architectures in the scope of hypercon...
Comparison of control plane deployment architectures in the scope of hypercon...Comparison of control plane deployment architectures in the scope of hypercon...
Comparison of control plane deployment architectures in the scope of hypercon...
 
London Oracle Developer Meetup April 18
London Oracle Developer Meetup April 18London Oracle Developer Meetup April 18
London Oracle Developer Meetup April 18
 
Best practices for application migration to public clouds interop presentation
Best practices for application migration to public clouds interop presentationBest practices for application migration to public clouds interop presentation
Best practices for application migration to public clouds interop presentation
 
Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube
 Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube
Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube
 
How to build a Oracle cloud adapter SOA, Integration & API's
How to build a Oracle cloud adapter  SOA, Integration & API'sHow to build a Oracle cloud adapter  SOA, Integration & API's
How to build a Oracle cloud adapter SOA, Integration & API's
 
How to build a cloud adapter
How to build a cloud adapterHow to build a cloud adapter
How to build a cloud adapter
 
ICS-Azure Migrations & Application Modernization_V2.pptx
ICS-Azure Migrations & Application Modernization_V2.pptxICS-Azure Migrations & Application Modernization_V2.pptx
ICS-Azure Migrations & Application Modernization_V2.pptx
 
Cloud 122 building the perfect cloud
Cloud 122 building the perfect cloudCloud 122 building the perfect cloud
Cloud 122 building the perfect cloud
 
Agile integration: Decomposing the monolith
Agile integration: Decomposing the monolithAgile integration: Decomposing the monolith
Agile integration: Decomposing the monolith
 
Cloudify 4.6 highlights webinar
Cloudify 4.6 highlights webinarCloudify 4.6 highlights webinar
Cloudify 4.6 highlights webinar
 
Solving enterprise challenges through scale out storage & big compute final
Solving enterprise challenges through scale out storage & big compute finalSolving enterprise challenges through scale out storage & big compute final
Solving enterprise challenges through scale out storage & big compute final
 

Recently uploaded

Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Hyundai Motor Group
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 

Recently uploaded (20)

Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 

Oracle Integration Cloud Service (ICS) best practices learned from the field

  • 1. Oracle Integration Cloud Service Best Practices learned from the field
  • 2. 2Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Introduction Presenter Introduction  Phil Wilkins & Robert van Mölken  Co-authors of the book: Implementing Oracle Integration Cloud Agenda  Best usage scenarios (ICS, SOACS or JCS…)  Best ways to map large messages  Using on-premises agents & how to monitor more effectively  Alternate approach integrating an Oracle DB  Config Management & CI/CD with ICS  Use JavaScript function to extend integrations  Other Considerations Addition resources  https://oracle-integration.cloud • Addresses new features • Advanced applications of ICS • Anything we couldn’t fit in the book Insights into ICS based upon implementing real- world use cases
  • 3. 3Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 3 Membership Tiers • Oracle ACE Director • Oracle ACE • Oracle ACE Associate bit.ly/OracleACEProgram 500+ Technical Experts Helping Peers Globally Connect: Nominate yourself or someone you know: acenomination.oracle.com @oracleace Facebook.com/oracleaces oracle-ace_ww@oracle.com
  • 4. 4Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Best Usage Scenarios
  • 5. 5Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 When is ICS the best choice? Low volume / small scale, simple, DIY ok JCS or ACCS + Event Hub Modula Design or even all out Microservice OSSI Allow DIY ‘integration’, user centric processes e.g. Eloqua to dropbox Technical Orchestration, Adherence to published standards required, complex end of orchestration needs, need to tune workloads Lift & Shift – just moving workload ICS Orchestration with some complexity, cloud centric integration, LoB solutions, PCS  API  ICS (map, orchestrate)  end system Green field? Special cases - Java beans for technical logic NOT orchestration Pricing model - Pricing models can push you up or down - Higher volume more likely to push you up If we can avoid crossing the divisions then we’re cost effective No. Occurrence of Use Cases Complexityofworkload high volume / complex Microservice & performance sensitivity … - high elasticity needed at run - execution speeds need to be optimal - more discipline to avoid tight coupling SOA CS
  • 6. 6Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 ICS & PaaS Conceptual Capability Overlap Data Integration Applications Integration Process Integration Application Development SOACS (inc MFT) PCS APIPCS JCS ACCS ODICS Golden Gate Event Hub (A)VBCS MCS Development / Application Centric Data Centric Process Driven Event Triggered Integration Key ICS OMCS S S I
  • 7. 7Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Integration Cloud Position Data Integration Applications Integration Process Integration Application Development SOACS (inc MFT) PCS APIPCS JCS ACCS ODICS Golden Gate Event Hub (A)VBCS MCS Development / Application Centric Data Centric Process Driven Event Triggered Integration Key ICS OMCS S S I
  • 8. 8Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 ICS or SOA CS or SSI or OMCS or JCS or ACCS or …  ICS + JCS or ACCS for Java beans to realize logic operations e.g. …  Ability to use Atom feeds direction difficult  Abstract complex logic into small beans  MFT + Post Processor to turn into a stream of events  Don’t recommend massive iteration in Orchestration  Event stream – likely to be simpler  If remain batch centric consider ODI CS  Pub / Sub  to overcome solution volatility • As system availability & connectivity is more volatile – you can’t suspend upstream processes so easily as they aren’t yours to suspend • Systems not in your control so can’t humanly manage  Need to filter – then need OMCS  Lookup as a means to hold config parameters e.g. toggle suppression behaviour  You don’t want upstream bulk load processes sending middleware into a frenzy e.g. system priming
  • 9. 9Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Large Mappings
  • 10. 10Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Large mappings can be a pain to edit in ICS UI  Business Objects exposed by Adapters (e.g. Salesforce) can contain 100,000 + elements  ICS mapper UI has a limited buffer cache, only loading elements partially  Can take some effort to find correct element. Need a lot of scrolling!  Searching an element is on alphabetic order and only one result at a time How can we improve this experience?  Detach mapping UI to extend buffer cache by larger chunks  Use filter to find element(s)  Expand on specific node to hide all other siblings / parents  Expert mode: export transformation and edit offline
  • 11. 11Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Detach mapping UI to extend buffer cache by larger chunks  Limit of 50 elements in cache  Limit of 100.001 elements on screen
  • 12. 12Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Detach mapping UI to extend buffer cache by larger chunks Scrolls faster than embedded table, but this is still slow if you don’t know where to look! If you found element to map then click on detach again to embed the table to original size
  • 13. 13Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Use filter to find element(s)
  • 14. 14Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Expand on specific node to hide all other siblings / parents
  • 15. 15Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Expert mode: export transformation and edit offline Once exported, changed and imported in ICS integration. Mappings can’t be changed in ICS UI Notice that target only shows elements belonging to CaseComment, no extensions
  • 16. 16Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Agents
  • 17. 17Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Use of ICS Agents - Observations  Clarity of role for Executable Agent vs Connection Agent  Exe Agent naming can be confusing, sometimes called ICS on-premises  Clarity regarding what happens within the executable agent vs in the cloud  Some hesitation given ‘black box’ to be deployed into the environment  Where security is only perimeter based / no internal segmentation / security in depth is not implemented  Clarity of what can and can’t pass back to the cloud and how  Need to promote mind set regarding patch maintenance –  Not patching agent versions could mean they stop working with cloud  ICS roadmap to provide need to move towards self patching processes?  Need for maintenance windows agents are currently single instance so can’t run rolling patch processes  Execution agent monitoring  Cloud monitoring is linked to the heartbeat – not log shipping
  • 18. 18Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Comparison of Connection & Execution Agent Anatomies Cloud On-Premises or Other Cloud Connection Agent Deployment Source data obtained via JCA based connections Acquired data sent to svr Connection Agent Managed Svr Phone home to manage status and configuration Data channelled from source to cloud Client system e.g. Secured Web API Cloud Server Managed Svr 1 Managed Svr 2 Admin Svr Config & Transient Data Cloud Server Managed Svr 1 Managed Svr 2 Admin Svr Config & Transient Data Phone home reporting only exe agent status Execution Agent Managed Svr Admin Svr Config & Transient Data Execution Agent Deployment Is realised by packaged WebLogic server Is realised by packaged WebLogic server Connections such as WSDL & REST can work on- premises Single admin server including Integration Designer and managed server to execute Configuration data & transient data during execution Multiple servers running to provide resilience Admin Server provides UI. Managed Svr executes integrations Multiple servers running to provide resilience Admin Server provides UI. Managed Svr executes integrations Client system e.g. DB Client system e.g. Secured Web API files File connectivity available
  • 19. 19Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 More Effective Monitoring  ICS provides basic capabilities around looking at logs and tuning what is logged  Logs are rolling and depending upon activity may only last a couple of days  Need to harvest logs into monitoring solution e.g. Oracle Log analytics  Oracle Log analytics will need an IaaS node to deploy collector to  Would be good if Oracle could deploy to all platforms Log Analytics configured but switched off  Then just configure in cloud UI Analytics instance to use to enable  For Oracle Log analytics solution – deploy IaaS (compute) node with agent that then connects and harvests information  For Agents – monitoring is down to you!  A-Team created a simple Integration & scripts to allow simple monitoring
  • 20. 20Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Alternate approach integrating an Oracle DB
  • 21. 21Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Alternate approach integrating an Oracle DB  ICS provides adapters for Oracle RDBMS, MySQL, DB2 and SQLServer database  One downside: both need the on-premises Agent, no direct cloud connections Are there any alternatives?  ICS can call RESTful services without use of addition software, so …  Create RESTful APEX services • Use Oracle Application Express's SQL Workshop tool • Supports both SQL and PL/SQL in queries  Expose database using ORDS (REST Data services) • Automatically generate REST APIs for individual tables and views • Manually generate more advance APIs (e.g. stored procedures, nested tables)
  • 22. 22Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 RESTful APEX services
  • 23. 23Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 RESTful APEX services
  • 24. 24Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 RESTful APEX services
  • 25. 25Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Expose database using ORDS (REST Data services) So I just use APEX RESTful services then? Do you want to choose own programming language without client drivers or proprietary networking?  Use ORDS instead:  Java EE application, runs on app server or standalone (Jetty)  Access the database same way as other external services  JSON all-the-way for easy integration  Automatically generate basic CRUD APIs  Generate advanced APIs (e.g. stored procedures, nested data in multiple tables)  Can be developed using SQL Developer  Can expose RDBMS, JSON Document Store and NoSQL
  • 26. 26Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Expose database using ORDS (REST Data services)
  • 27. 27Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Expose database using ORDS (REST Data services)
  • 28. 28Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Continuous Integration – Continuous Delivery
  • 29. 29Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Goal of Config Mgmt & Continuous Integration with ICS Integrate Test Deploy Configure abandon config e.g. changes to lookups, source prev. version Copy base line versions and promote to new environment Revert integration e.g. doesn’t work Latest changes fail test - rollback Deploy lookup data, record of connection values Deploy Stub settings/test data – execute tests Regular snapshots to allow rollback Regular snapshots to allow rollback Track versions been deployed to environments Track versions been deployed to environments
  • 30. 30Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Configuration Management and CI/CD  ICS has versioning NOT configuration management for integrations  Try to use versioning for config mgmt. of every change & you will get swamped by integrations  No automated means to provide automated comparison  Consider CI style processes for promotion from dev to prod – as you would for SOA, you should with applications (ConfigSnapshot)  Fortunately ICS API can help …  APIs to exporting & importing curl -X GET -u jstein:welcome1 -H “Content-Type:application/json” -o ./TestProject.iar https://integration.us.oraclecloud.com/icsapis/v1/integrations/TEST/01.00.0000/export curl -X PUT -u jstein:welcome1 -H "Content-Type:application/json" -F file= @"TestProject.iar;type=application/octet-stream" https://integration.us.oraclecloud.com/icsapis/v1/integrations/import
  • 31. 31Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Configuration Management and CI/CD – REPL Style  REPL is a Python tool built by the A-Team to make config management tasks easier than CURL scripts  Just install Python, plus dependencies  Create a config file then …  Interactive commands to perform processes e.g. • Import/export • (de)activate integrations • Change connections  Paste interactive commands into a text file and then run as a script!
  • 32. 32Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Configuration Management and CI/CD - Simple use of GIT/SVN to manually check in/out and release tag - Use .iar files - Scripts to allow differences to be identified within an iar - Nightly checkpoint process scripted - Test setups included - Choreograph tests - Automation of promotion process (include activation of integrations deployed)
  • 33. 33Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 JavaScript
  • 34. 34Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Use JavaScript function to extend integrations  New capability since 17.2.5 for JavaScript functions (Libraries)  Functions running server-side, so no browser/client-side capabilities/APIs  Functions can’t be created within ICS, but need to be uploaded  as part of a library in both JS and JAR file (collection of JS files) formats.  Use functions to perform mathematical calculations or data manipulations  Functions can call other functions within the same JavaScript library  Functions can currently only be used in Orchestrations using the Callout activity
  • 35. 35Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 For example a date-utils library
  • 36. 36Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Libraries can be used in Orchestrations through a callout
  • 37. 37Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Conclusion
  • 38. 38Copyright © Capgemini & AMIS 2017. All Rights Reserved Oracle Integration Cloud Service Best Practices learned from the field - Oracle Open World 2017 Other Considerations  Adapter complexity – not hiding need for Base64 etc  Adapter – challenge of HCM deprecating part of the adapter as underlying API changes  Be information rich – filter on the target not the source  Exploit API Definition/Management tools such as API Platform  Understand maintenance windows and their impact. Get the Book – Visit The Website!
  • 39. Phil Wilkins Senior Consultant Capgemini UK Phil.Wilkins@capgemini.com @PhilAtCapgemini Robert van Mölken Senior Consultant AMIS (NL) robert.van.molken@amis.nl @robertvanmolken https://oracle-integration.cloud Future titles…

Editor's Notes

  1. ROBERT & PHIL Take questions at the end – can take outside Tweet Questions to ImplementingICS – Phil read tweets If not time will answer by twitter OR blog answers on site
  2. PHIL click thru
  3. 4 minutes
  4. PHIL
  5. PHIL
  6. PHIL
  7. ** diagram OMCS vs ICS pub/sub** ** clarify last point around multi-tenant**
  8. Hand over to ROBERT ETA 12 minutes
  9. Detach mapping UI to extend buffer cache by larger chunks ROBERT
  10. ROBER
  11. robert
  12. PHIL 17 minutes
  13. ** API Log – not require IaaS node with agent
  14. ** API Log – not require IaaS node with agent
  15. ROBERT 23 minutes
  16. 30 minutes
  17. *** add diagram to illustrate the CI/SVN processes **
  18. Platform Service Manager - https://blogs.oracle.com/imc/managing-oracle-paas-cloud-services-with-paas-service-manager Provides CLI for LAMP stack style not supporting ICS today
  19. ROBERT 35 minutes
  20. 40 minutes