Skip to content

Commit 99685af

Browse files
authored
Merge branch 'main' into hospitality-assets
2 parents 8369f0f + bc5b367 commit 99685af

File tree

121 files changed

+7181
-2002
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+7181
-2002
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2021 Oracle and/or its affiliates.
1+
Copyright (c) 2023 Oracle and/or its affiliates.
22

33
The Universal Permissive License (UPL), Version 1.0
44

@@ -32,4 +32,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3232
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3333
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3434
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35-
SOFTWARE.
35+
SOFTWARE.

app-dev/app-integration-and-automation/reusable-assets-cloud/README.md

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,43 +7,54 @@ This section contains various examples related to Application Integration: demo
77
- [Enable multicloud integrations from Oracle Cloud ERP to Microsoft Azure SQL Database](https://docs.oracle.com/en/solutions/oci-multicloud-erp-azure/index.html)
88
- Reference Architecture on the Oracle Architecture Center, which provides the necessary considerations and recommendations to enable a multicloud, event-driven, and no-code integration solution to receive real-time feeds from Oracle Cloud ERP and send those to a private Microsoft Azure SQL Database, leveraging a component Oracle Integration provides called the connectivity agent, to facilitate on-premises/multicloud integrations
99
- [Implement message-level encryption in Oracle Integration Cloud using OCI Vault](https://docs.oracle.com/en/solutions/oic-message-level-encryption/index.html#GUID-5C843938-A470-4584-9048-4361025358C6)
10-
- Message-Level Encryption (MLE) is a security technique used to protect the confidentiality and integrity of a message during transmission. It involves using encryption algorithms to scramble the contents of a message so that only the intended recipient, with the decryption keys, can read it. This reference architecture shows how you can implement message level encryption in OIC using OCI Vault Service.
10+
- Message-level encryption (MLE) is a security technique used to protect the confidentiality and integrity of a message during transmission. It involves using encryption algorithms to scramble the contents of a message so that only the intended recipient, with the decryption keys, can read it. This reference architecture shows how you can implement message-level encryption in OIC using OCI Vault Service.
1111

1212
## Demos
1313

1414
- [Cloud Coaching Webinar: Multi-Cloud Employee New Hire Delta Feeds from Oracle HCM Cloud into Azure Data Lake](https://youtu.be/sn0qLz4jJ38)
15-
- Demo Video where we show to quickly and easily enable a multi-cloud integration solution to feed a private Microsoft Azure Data Lake (Azure Blob Storage) with Employee New Hire Delta Feeds coming from Oracle Fusion HCM Cloud. Learn how to use a no-code approach with Oracle Integration Cloud's prebuilt connectors and connectivity agent (key enabler for multicloud integrations) and Oracle Cloud Infrastructure Streaming (Kafka-based)
15+
- Demo Video where we show how to quickly and easily enable a multi-cloud integration solution to feed a private Microsoft Azure Data Lake (Azure Blob Storage) with Employee New Hire Delta Feeds coming from Oracle Fusion HCM Cloud. Learn how to use a no-code approach with Oracle Integration Cloud's prebuilt connectors and connectivity agent (key enabler for multicloud integrations) and Oracle Cloud Infrastructure Streaming (Kafka-based)
16+
17+
- [Oracle Integration Cloud - Feature - Recipes](https://youtu.be/Yfim7S11gU8)
18+
-This video will explain Oracle Integration Cloud Feature Recipes. Recipes are pre-built integrations covering a certain use case scenario. A recipe contains all the resources required for a specific integration use case. The resources include integration flows, connections, lookups, and certificates. Use a recipe to quickly get started on your integration journey.
19+
Demonstration includes:
20+
- Overview of Recipes
21+
- How to find and install recipes
22+
- Run and Test Recipes
23+
- The following Recipes demonstrated end-to-end
24+
- Oracle Fusion PopUp Notification
25+
- Oracle ERP Cloud FTP Server Business Event
26+
- SOAP Calculator Multiple Operations
1627

1728
- [Oracle Integration Cloud - Feature - Projects](https://youtu.be/CxNDbBnWWYU)
18-
-This video will explain Oracle Integration Cloud Feature Projects, how you can use it. Enterprises often have hundreds of integrations to manage and monitor. Developers want to focus on specific integration components involved with an automated business process. With OIC Project, all related integrations and their components are in a single unified workspace. Additionally, projects provide robust life cycle management and risk-free updates to prebuilt integrations.
29+
-This video will explain Oracle Integration Cloud Feature Projects, and how you can use it. Enterprises often have hundreds of integrations to manage and monitor. Developers want to focus on specific integration components involved with an automated business process. With OIC Project, all related integrations and their components are in a single unified workspace. Additionally, projects provide robust life cycle management and risk-free updates to prebuilt integrations.
1930

2031
Demonstration includes:
2132
- Creating Project & setting Role Based Access
22-
- Creating Connections (FTP, Rest, Autonomous Database(ATP) using JDBC With OCI Signature security Policy)
33+
- Creating Connections (FTP, Rest, Autonomous Database(ATP) using JDBC With OCI Signature Security Policy)
2334
- Creating Lookup
2435
- Creating App Driven Integration (Bulk Load Data to ATP)
2536
- Creating Schedule Integration
26-
- Run, Observe & Monitor the Integrations
27-
- Create Deployments and Migrate to another Instances
28-
- Creating a new Version of Integration, Deployment and Migrate to another Instance
37+
- Run, Observe and monitor the Integrations
38+
- Create Deployments and Migrate to another instance
39+
- Creating a new version of Integration, Deployment, and Migrate to another Instance
2940
- Add Schedule and see Future Runs
30-
- Check Design time Audit
41+
- Check Design Time Audit
3142

3243
- [Oracle Integration Cloud - Feature - Publish & Subscribe Events](https://youtu.be/3gZcHnPJtuk)
3344

34-
-This video will explain Oracle Integration Cloud Feature Events, how Events can be used to create publish and subscribe integration pattern.
45+
-This video will explain Oracle Integration Cloud Feature Events, and how Events can be used to create publish and subscribe integration patterns.
3546

3647
Demonstration includes:
3748
- Creating an Event in Oracle Integration Cloud
3849
- Creating an Integration that publishes the Event
39-
- Creating an integration that subscribes to the Event and add data in ServiceNow
40-
- Creating an integration that subscribes to the Event and append data in a file stored in an FTP Server
50+
- Creating an integration that subscribes to the Event and adds data in ServiceNow
51+
- Creating an integration that subscribes to the Event and appends data in a file stored in an FTP Server
4152

4253
- [Oracle Integration Cloud - Feature - Parallel Action](https://youtu.be/BTtPsDyiVLo)
43-
-This video demonstrate how you can use parallel action in Oracle Integration.
54+
-This video demonstrates how you can use parallel action in Oracle Integration.
4455
Parallel action is used to process tasks in parallel to improve integration performance and response times.
4556

46-
Demonstration includes: Rest Based App Driven Integration that takes Supplier Data and Creates the Supplier in parallel in two systems:
57+
The demonstration includes Rest Based App Driven Integration that takes Supplier Data and Creates the Supplier in parallel in two systems:
4758
- Oracle ERP Cloud
4859
- Autonomous Database
4960
- [Red Hot Webinar: Event-Driven and Low-Code Document Approval Process and Lifecycle Automation](https://youtu.be/kQuF2XOYKOc)
@@ -61,16 +72,16 @@ This section contains various examples related to Application Integration: demo
6172
- [Red Hot Webinar: Event-Driven & Real-Time Order Feeds from Shopify to MSFT SQLServerDB with No-Code Integration](https://youtu.be/IFrFI-feWQU)
6273
- Demo Video about enabling Real-Time and Event-Driven Order feeds from Shopify to an On-Prem Microsoft SQLServer DB, using No-Code Integration with Oracle Cloud Integration and Streaming (Kafka-based)
6374
- [Cloud Coaching Webinar: Building a Multi-Cloud, Event-Driven Service Request Feeds Solution using No-Code Integration](https://youtu.be/gvENaT6fcYY)
64-
- Demo Video where we show to quickly and easily enable a real-time and event-driven solution to feed a Microsoft Azure SQL database with service request data coming from Oracle Fusion CX Service. Learn how to use a no-code approach with Oracle Integration Cloud's prebuilt connectors and connectivity agent (key enabler for multicloud integrations) and Oracle Cloud Infrastructure Streaming (Kafka-based)
75+
- Demo Video where we show how to quickly and easily enable a real-time and event-driven solution to feed a Microsoft Azure SQL database with service request data coming from Oracle Fusion CX Service. Learn how to use a no-code approach with Oracle Integration Cloud's prebuilt connectors and connectivity agent (key enabler for multicloud integrations) and Oracle Cloud Infrastructure Streaming (Kafka-based)
6576
- [OIC - Recipes and Accelerators - Exploit Reuse](https://www.youtube.com/watch?v=qt_vX5CpRL4)
6677
- Demo Video (part of Red Hot Webinars) where we show how to use a Recipe (HCM Employee sync) and how to enhance it through an available accelerator.
6778
- [Cloud Integration is not only for SaaS: an EBS modernization ](https://www.youtube.com/watch?v=E_Kz-r26La4)
6879
- Demo Video (part of Red Hot Webinars) where we show an initiative to enhance and modernize the EBS platform for better reach and ease of users. No change to existing workflow approvals in EBS and standard EBS Self Service Submissions has been required. From a mobile VBCS app employees are able to submit their IQAMA Renewal (Residence renewal) or Overtime Work Requests and their managers (up to 2 management chains up) are able to check the request and perform their approval. It uses EBS Integrated SOA Gateway which exposes custom and standard EBS APIs reached through OIC REST adapter.
6980

7081
## Blogs
7182

72-
- [Practical Guide to use HCM Data Loader with Oracle Integration](https://blogs.oracle.com/integration/post/practical-guide-to-use-hcm-data-loader-with-oracle-integration)
73-
- This blog addresses some key practical steps and pre-requisites needed to use HCM Data Loader with Oracle Integration Cloud. Steps like generating Business Object Mapping file in Fusion HCM. How to work with nxsd in Oracle Integration Cloud and more.
83+
- [Practical Guide to using HCM Data Loader with Oracle Integration](https://blogs.oracle.com/integration/post/practical-guide-to-use-hcm-data-loader-with-oracle-integration)
84+
- This blog addresses some key practical steps and prerequisites needed to use HCM Data Loader with Oracle Integration Cloud. Steps like generating Business Object Mapping file in Fusion HCM. How to work with nxsd in Oracle Integration Cloud and more.
7485

7586
- [OCI Signature in Oracle Integration Rest Adapter for OCI Rest APIs](https://blogs.oracle.com/integration/post/oci-signature-in-rest-adapter-for-oci-rest-apis)
7687
- This blog provides step by step guide on configuring OCI Signature Version 1 security policy in OIC Rest Adapter to call any OCI Rest APIs.

0 commit comments

Comments
 (0)