You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-platform/data-development/apex/README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
Using APEX, developers don't need to be experts in a vast array of technologies to deliver sophisticated solutions. Just focus on solving the problem and let APEX take care of the rest.
6
6
7
-
Reviewed: 14.04.2025
7
+
Reviewed: 01.12.2025
8
8
9
9
# Table of Contents
10
10
1.[Team Publications](#team-publications)
@@ -25,6 +25,10 @@ Reviewed: 14.04.2025
25
25
-[Creating my own specialized ChatGPT for Oracle APEX Development using Fine-Tuned OpenAI model](https://medium.com/@cristina.varas98/creating-my-own-specialized-chatgpt-for-oracle-apex-development-using-fine-tuned-openai-models-78263062aaf4)
26
26
-[Build a ChatGPT-like Oracle APEX Application Using OpenAI’s Fine-tuned Model](https://medium.com/@cristina.varas98/build-a-chatgpt-like-oracle-apex-application-using-openais-fine-tuned-model-acb8bac4b7c8)
Copy file name to clipboardExpand all lines: data-platform/data-development/apex/oci-service-integration-rest-apis/README.md
+76-2Lines changed: 76 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
REST APIs are used to integrate with OCI Cloud Services from APEX. understanding the nuances of the APIs and OCI authentication can be somewhat complex. The main challenge in our experience has been translating Documentation into Implementation.
4
4
5
-
Reviewed: 18.11.2024
5
+
Reviewed: 01.12.2025
6
6
7
7
# When to use this asset?
8
8
Use this asset when you need to integrate Oracle APEX with OCI Cloud Services via REST APIs to automate tasks, manage resources, or access data stored in OCI services. This asset is ideal when your application requires operations such as uploading files to OCI Object Storage, querying data from Autonomous Databases, or managing OCI resources like compute instances or network configurations. It’s particularly useful for applications that need secure, scalable, and programmatic access to OCI services without requiring direct user interaction or manual handling of OCI resources. Use this asset to streamline cloud operations, automate workflows, or enable APEX apps to communicate with OCI in real time.
@@ -17,7 +17,12 @@ This asset enables the integration of Oracle APEX with OCI Cloud Services using
17
17
18
18
# Team Publications
19
19
20
-
-[Interacting with OCI REST APIs in APEX — Empty POST Request](https://medium.com/@devpiotrekk/interacting-with-oci-rest-apis-in-apex-empty-post-request-ce270d15cbb6"Tip: Submitting Empty Body")
20
+
-[APEX: Which PL/SQL APIs to use in APEX for OCI REST API Integration projects running on Autonomous DB?](https://synuora.hashnode.dev/apex-which-plsql-apis-to-use-in-apex-for-oci-rest-api-integration-projects-running-on-autonomous-db)
21
+
-[APEX: Viewing Images and Videos from OCI Object Storage](https://synuora.hashnode.dev/apex-viewing-images-and-videos-from-oci-object-storage)
-[APEX: Rest Request Body Templates](https://synuora.hashnode.dev/apex-rest-request-body-templates)
24
+
-[Interacting with OCI REST APIs in APEX — Empty POST Request](https://medium.com/@devpiotrekk/interacting-with-oci-rest-apis-in-apex-empty-post-request-ce270d15cbb6"Tip: Submitting Empty Body")
25
+
-[APEX: Make REST Request via PL/SQL](https://synuora.hashnode.dev/apex-make-rest-request-via-plsql)
21
26
22
27
# Useful Links
23
28
@@ -33,3 +38,72 @@ This asset enables the integration of Oracle APEX with OCI Cloud Services using
33
38
Copyright (c) 2025 Oracle and/or its affiliates.
34
39
Licensed under the Universal Permissive License (UPL), Version 1.0.
35
40
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
41
+
# APEX
42
+
43
+
[Oracle APEX](https://apex.oracle.com/en/) is a low-code development platform that enables you to build stunning, scalable, secure apps with world-class features that can be deployed anywhere the Oracle Database runs (Any Edition, Any Version) for **FREE**
44
+
45
+
Using APEX, developers don't need to be experts in a vast array of technologies to deliver sophisticated solutions. Just focus on solving the problem and let APEX take care of the rest.
46
+
47
+
Reviewed: 01.12.2025
48
+
49
+
# Table of Contents
50
+
1.[Team Publications](#team-publications)
51
+
2.[Useful Links](#useful-links)
52
+
53
+
# Team Publications
54
+
55
+
-[APEX Do it Yourself latest post](https://www.linkedin.com/posts/sonnemeyer_do-it-yourselfupload-your-time-booking-activity-7178658201943314432-1f2x?utm_source=share&utm_medium=member_desktop)
56
+
-[APEX Office Hours - APEX and JavaScript are a perfect team](https://asktom.oracle.com/ords/r/tech/catalog/session-landing-page?p2_event_id=23832218026907132494874527225118065688)
57
+
-[APEX with AI - a chat about the new landscape for Application Development](https://youtu.be/f1cBdLEGY00)
58
+
-[Cloud Coaching - Unlock the Power of APEX](https://www.youtube.com/watch?v=6rG_tX8ScBc)
59
+
-[APEX on Autonomous Rockin' Experience](https://medium.com/@paulbrad71/apex-on-autonomous-database-rockin-experience-e57c4c4dc4f3)
60
+
-[Embedding Oracle Analytics Cloud in Oracle APEX](https://medium.com/@cristina.varas98/embedding-oracle-analytics-cloud-in-oracle-application-express-apex-e973402cb9ff)
61
+
-[Enhancing Data Analysis with Select AI in Oracle APEX](https://medium.com/@cristina.varas98/enhancing-data-analysis-with-select-ai-in-oracle-apex-9d00b070a073)
62
+
-[How to Modify Your Interactive Grid Using JavaScript in Oracle APEX](https://medium.com/@cristina.varas98/how-to-modify-your-interactive-grid-using-javascript-in-oracle-apex-d3c9f31a06ab)
63
+
-[Unlock the Power of AI in Oracle APEX 24.1: Set Up OpenAI Credentials for APEX Assistant](https://medium.com/@cristina.varas98/leveraging-machine-learning-for-image-clustering-a-case-study-with-a-museums-digital-archive-a6b6e1242https://medium.com/@cristina.varas98/unlock-the-power-of-ai-in-oracle-apex-24-1-set-up-openai-credentials-for-apex-assistant-2e840d8506f5)
64
+
-[Configuring Email in Oracle APEX on an Autonomous Database (ADB)](https://medium.com/@cristina.varas98/configuring-email-in-oracle-apex-on-an-autonomous-database-adb-d46fa015be95)
65
+
-[Creating my own specialized ChatGPT for Oracle APEX Development using Fine-Tuned OpenAI model](https://medium.com/@cristina.varas98/creating-my-own-specialized-chatgpt-for-oracle-apex-development-using-fine-tuned-openai-models-78263062aaf4)
66
+
-[Build a ChatGPT-like Oracle APEX Application Using OpenAI’s Fine-tuned Model](https://medium.com/@cristina.varas98/build-a-chatgpt-like-oracle-apex-application-using-openais-fine-tuned-model-acb8bac4b7c8)
-[APEX Application Development Lifecycle Technical Paper](https://www.oracle.com/a/tech/docs/apex-lifecycle-management-v3.pdf)
93
+
94
+
## Tutorials/ How-To's
95
+
96
+
-[APEX Integration with Azure AD](https://medium.com/@rana.saeed/can-your-external-users-authenticate-into-your-apex-apps-606e48f9417b)
97
+
-[APEX Integration with Real Application Security(RAS)](https://medium.com/@rana.saeed/integrating-real-application-security-ras-with-oracle-apex-33892967beff)
98
+
-[Uploading files to OCI Object Storage via APEX](https://medium.com/@devpiotrekk/uploading-files-to-oci-object-storage-via-apex-42ad396ec55d)
99
+
-[APEX Devops with Liquibase](https://medium.com/@devpiotrekk/start-your-apex-devops-adventure-with-liquibase-f8e45c3d1e6a)
100
+
-[APEX Service DevOps with DBMS_CLOUD](https://medium.com/oracledevs/apex-service-can-devops-too-dbms-cloud-on-autonomous-72be9842d2f88)
101
+
-[Integrating Data Science with APEX](https://blogs.oracle.com/ai-and-datascience/post/yolov5-models-in-apex-using-oracle-data-science)
Copy file name to clipboardExpand all lines: data-platform/data-development/apex/oci-services-integration-non-rest/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ REST APIs are used to integrate with OCI Cloud Services from APEX. However, ther
4
4
5
5
This section will highlight other integration considerations, posts and useful places to get a project going.
6
6
7
-
Reviewed: 18.11.2024
7
+
Reviewed: 01.12.2025
8
8
9
9
# When to use this asset?
10
10
Use this asset when you need to integrate Oracle APEX with services like Identity Cloud Service (IDCS) for authentication, Oracle Analytics Cloud (OAC) for embedding analytics and reports, Oracle Digital Assistant (ODA) for chatbot functionality, or OCI AI Services for adding generative AI features. These methods are ideal when pre-built connectors and simpler integration approaches are more efficient than REST APIs, especially for tasks like SSO setup, real-time data visualization, or interactive AI-driven features in APEX.
-[DB Containers: Free Oracle Database for Developers](https://synuora.hashnode.dev/db-containers-free-oracle-database-for-developers)
28
+
-[APEX + DB Operator: Deploying Customer Managed ORDS for ADB with the Oracle Database Operator on OKE](https://synuora.hashnode.dev/apex-db-operator-deploying-customer-managed-ords-for-adb-with-the-oracle-database-operator-on-oke)
Copy file name to clipboardExpand all lines: data-platform/data-development/devops-database/continuous-deployment/ora-containers/README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,15 @@ Autonomous Database Free Container Image is now available on [Oracle Container R
15
15
16
16
If you are looking about information about Oracle Database running on Kubernetes check this content [here](../../../ora-database-microservices/ora-kubernetes/README.md)
17
17
18
-
Reviewed: 19.11.2024
18
+
Reviewed: 01.12.2025
19
19
20
20
# Table of Contents
21
-
22
-
1.[Useful Links](#useful-links)
21
+
1.[Team Publications](#team-publications)
22
+
2.[Useful Links](#useful-links)
23
23
24
+
# Team Publications
25
+
26
+
-[DB Containers: Free Oracle Database for Developers](https://synuora.hashnode.dev/db-containers-free-oracle-database-for-developers)
24
27
# Useful Links
25
28
26
29
-[Oracle Databases for Containers Home Page](https://www.oracle.com/uk/database/kubernetes-for-container-database/#containers)
Copy file name to clipboardExpand all lines: data-platform/data-development/devops-database/continuous-deployment/pipelines/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Chef has a suite of automation solutions for both infrastructure as code, and de
18
18
-[Puppet](https://www.puppet.com/)
19
19
Puppet enables you to deploy and manage infrastructure.
20
20
21
-
Reviewed: 19.11.2024
21
+
Reviewed: 01.12.2025
22
22
23
23
# Table of Contents
24
24
@@ -34,6 +34,7 @@ The Jenkins SQLPlus Script Runner plugin enables you run Oracle SQL*Plus scripts
34
34
## Tutorials / How To's
35
35
-[Oracle LiveLabs - DevOps and CI/CD for Microservices Deployments with Oracle Database Cloud](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3314)
36
36
-[Oracle LiveLabs - Oracle Database Operator for Kubernetes + DevOps](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3393)
37
+
-[Oracle LiveLabs - Build MultiCloud DevOps using Azure CI/CD Pipelines with Kubernetes and Oracle Database Cloud Services](https://livelabs.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3914)
- The DBMS_METADATA package provides a way for you to retrieve metadata from the database dictionary as XML or creation DDL and to submit the XML to re-create the object. Use this to generate the data definition of schema objects.
@@ -24,7 +24,7 @@ The primary PL/SQL packages are:
24
24
25
25
The simplest deployment and set of APIS for Continuous Integration are available for APEX on Autonomous Database services, with Cloud Repository integration & Schema export via DBMS_CLOUD_REPO, and APEX applications via APEX_EXPORT. These two packages provide extensive capabilities to commit code changes into the repository with little work required to manage connectivity, generation upload and commit operations.
26
26
27
-
Reviewed: 20.11.2024
27
+
Reviewed: 01.12.2025
28
28
29
29
# Table of Contents
30
30
1.[Team Publications](#team-publications)
@@ -40,10 +40,11 @@ Reviewed: 20.11.2024
40
40
## Documentation
41
41
-[DBMS_METADATA](https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/DBMS_METADATA.html#GUID-F72B5833-C14E-4713-A588-6BDF4D4CBA2A"Oracle Database 19c PL/SQL Packages and Types Reference")
42
42
-[DBMS_METADATA](https://docs.oracle.com/en/database/oracle/oracle-database/19/sutil/using-oracle-dbms_metadata-api.html#GUID-D9B1300F-B21D-416E-8B9B-C542195EF249"Oracle Database 19c Using the Metadata APIs")
43
-
-[APEX_EXPORT](https://docs.oracle.com/en/database/oracle/apex/24.1/aeapi/APEX_EXPORT.html"APEX 24.1 API Reference")
43
+
-[APEX_EXPORT](https://docs.oracle.com/en/database/oracle/apex/24.2/aeapi/APEX_EXPORT.html"APEX 24.1 API Reference")
0 commit comments