Skip to content

Commit 1ce458e

Browse files
committed
Updated APEX section with OCI service integration topics, REST and Non-REST
1 parent c2e7adc commit 1ce458e

File tree

4 files changed

+59
-0
lines changed

4 files changed

+59
-0
lines changed

data-platform/data-development/apex/oci-service-rest-apis/README.md renamed to data-platform/data-development/apex/oci-service-integration-rest-apis/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ The first set of samples will provide REST Data Sources for the OCI Document Und
2323
- Document AI helps customers perform various analysis on their documents.
2424
- [Oracle Documentation - Vision API](https://docs.oracle.com/en-us/iaas/api/#/en/vision/20220125/)
2525
- Vision AI allows customers to detect and classify objects in uploaded images.
26+
- [Blog: Empowering Search with OCI Vision in Oracle APEX](https://blogs.oracle.com/apex/post/empowering-search-with-oci-vision-in-oracle-apex)
27+
- [Blog: Building Innovative Q&A Experiences: Oracle APEX Meets OCI Generative AI](https://blogs.oracle.com/apex/post/building-innovative-qa-experiences-oracle-apex-meets-oci-generative-ai)
2628

2729
# Reusable Assets Overview
2830
- [Sample REST Data Catalog](./sample-rest-catalog)
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Integrating with OCI Cloud Services
2+
Reviewed: "17.11.2023"
3+
4+
REST APIs are used to integrate with OCI Cloud Services from APEX. however there are other topics to be considered or
5+
options outside of REST APIs.
6+
7+
This section will highlight other integration considerations, posts and useful places to get a project going.
8+
9+
# Table of Contents
10+
11+
1. [Team Publications](#team-publications)
12+
2. [Useful Links](#useful-links)
13+
3. [OCI Serivces](#oci-services)
14+
15+
# Team Publications
16+
- TBD
17+
18+
# Useful Links
19+
## APEX Authentication and Authorization with Identity Cloud Service
20+
- [Blog: Integrating SSO between APEX Cloud and Identity Cloud Service the Easy Way](https://www.ateam-oracle.com/post/integrating-sso-between-apex-cloud-and-identity-cloud-service-the-easy-way)
21+
- [Learn: Integrate Oracle APEX with Identity Domains using Delegated Authentication](https://docs.oracle.com/en/learn/apex-identitydomains-sso/index.html)
22+
- [Learn: Invoke Oracle Identity Domains REST API from PL/SQL using an APEX Database](https://docs.oracle.com/en/learn/oci-iam-rest-api-apex-db/index.html)
23+
- [Youtube Video: APEX Authentication and Authorization with Identity Cloud Service](https://youtu.be/25BhU1QQ5Jk?si=ieq60NukusI4SqMR)
24+
25+
## Oracle Analytics Cloud
26+
- [Blog: A Guide to Embedding Oracle Analytics into Oracle APEX](https://medium.com/oracledevs/a-guide-to-embedding-oracle-analytics-into-oracle-application-express-apex-1799f6ba4626)
27+
- [Youtube Video: OAC Enabling Paramets in embedded content](https://youtu.be/PQQewy9SB2c)
28+
- [Youtube Video: OAC Leveraging Parameters in OAC Workbooks](https://youtu.be/2HYoKRe2LWo)
29+
- [Blog: Use Oracle Analytics Cloud as an APEX Print Server](https://blogs.oracle.com/apex/post/apex-202-report-printing-use-oracle-analytics-cloud-as-a-print-server)
30+
- [Blog: How to Pass Values from Embedded Oracle Analytics to Oracle APEX](https://medium.com/oracledevs/how-to-pass-values-from-embedded-oracle-analytics-to-oracle-apex-8d71b6aea00c)
31+
- [Youtube Video: OAC Events APEX v1](https://youtu.be/-yIN3cMQTP0)
32+
- [Learn: Configure Sign-on Policies for Oracle Analytics Cloud and APEX Apps on OCI](https://docs.oracle.com/en/learn/sign-on-policies-for-oac-and-apex-apps/index.html#introduction)
33+
34+
## Oracle Digital Assistant
35+
- [Blog: Integrate ODA Chatbot in Oracle APEX Apps](https://blogs.oracle.com/apex/post/integrating-an-oracle-digital-assistant-chatbot-in-to-your-oracle-apex-app)
36+
- [Blog: Integrate ODA with Oracle APEX](https://blogs.oracle.com/digitalassistant/post/tech-exchange-integrate-oda-with-oracle-apex/)
37+
- [LiveLab: Extend your application with advanced Chatbots](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=685)
38+
39+
## OCI AI Services
40+
- [Blog: Configuring Generative AI in Oracle APEX using Select AI](https://blogs.oracle.com/apex/post/configuring-generative-ai-in-oracle-apex-using-select-ai)
41+
42+
## Incorporating Content with Websites
43+
- [APEX Documentation](https://docs.oracle.com/en/database/oracle/apex/23.2/htmdb/about-incorporating-content-from-other-websites.html "About Incorporating Content from Other Websites")
44+
- [Blog: Oracle APEX data embedded in your Website with an iFrame](https://medium.com/@Coggs/oracle-apex-data-embedded-in-your-website-with-an-iframe-7d648eb4b4a5)
45+
46+
# Reusable Assets Overview
47+
- TBD
48+
49+
50+
51+
# License
52+
53+
Copyright (c) 2023 Oracle and/or its affiliates.
54+
55+
Licensed under the Universal Permissive License (UPL), Version 1.0.
56+
57+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.

0 commit comments

Comments
 (0)