Skip to content

Commit c45ed22

Browse files
Merge pull request #2321 from oracle-devrel/synuora-data-development-apex-rev
Revised documents and updated links
2 parents 7e83caa + 01d509c commit c45ed22

9 files changed

Lines changed: 107 additions & 77 deletions

File tree

data-platform/data-development/apex/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
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.
66

7-
Reviewed: 14.04.2025
7+
Reviewed: 01.12.2025
88

99
# Table of Contents
1010
1. [Team Publications](#team-publications)
@@ -25,6 +25,10 @@ Reviewed: 14.04.2025
2525
- [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)
2626
- [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)
2727

28+
## Team Member Blog Sites
29+
- [to_clob(hands_om.experience)](https://synuora.hashnode.dev/)
30+
31+
2832
# Useful Links
2933

3034
## Get Started

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

Lines changed: 76 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
Reviewed: 18.11.2024
5+
Reviewed: 01.12.2025
66

77
# When to use this asset?
88
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
1717

1818
# Team Publications
1919

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)
22+
- [APEX: OCI Speech Integration](https://synuora.hashnode.dev/apex-oci-speech-integration)
23+
- [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)
2126

2227
# Useful Links
2328

@@ -33,3 +38,72 @@ This asset enables the integration of Oracle APEX with OCI Cloud Services using
3338
Copyright (c) 2025 Oracle and/or its affiliates.
3439
Licensed under the Universal Permissive License (UPL), Version 1.0.
3540
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)
67+
68+
## Team Member Blog Sites
69+
- [to_clob(hands_om.experience)](https://synuora.hashnode.dev/)
70+
71+
72+
# Useful Links
73+
74+
## Get Started
75+
76+
- [APEX EVENTS](https://apex.oracle.com/pls/apex/r/apex_pm/apex-events/events)
77+
- [APEX Office Hours](https://apex.oracle.com/en/community/office-hours/)
78+
- [Official APEX Landing Page](https://apex.oracle.com/en/)
79+
- [What's New in the latest Release of APEX](https://apex.oracle.com/en/platform/features/)
80+
- [APEX best practice architecture](https://docs.oracle.com/solutions/?q=apex&cType=reference-architectures&sort=date-desc&lang=en)
81+
- [APEX Managing Application Performance](https://docs.oracle.com/en/database/oracle/apex/24.1/htmdb/managing-application-performance.html)
82+
- [APEX Managing Application Security](https://docs.oracle.com/en/database/oracle/apex/24.1/htmdb/managing-application-security.html)
83+
- [Training and Certification](https://apex.oracle.com/en/learn/training/)
84+
- [Tutorials](https://apex.oracle.com/en/learn/tutorials/)
85+
86+
## Documentation
87+
88+
- [APEX Documentation]https://docs.oracle.com/en/database/oracle/apex/24.1/index.html)
89+
- [APEX API Reference](https://docs.oracle.com/en/database/oracle/apex/24.1/api-references.html)
90+
- [APEX Universal Theme](https://apex.oracle.com/pls/apex/r/apex_pm/ut/getting-started)
91+
- [APEX Managing Application Backups](https://docs.oracle.com/en/database/oracle/apex/24.1/htmdb/managing-application-backups.html)
92+
- [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)
102+
- [Other APEX Blogs](https://blogs.oracle.com/apex/)
103+
- [APEX YouTube channel](https://www.youtube.com/channel/UCEpIXFjcQIztReQNLymvYrQ/playlists?view=1&sort=da)
104+
105+
# License
106+
107+
Copyright (c) 2025 Oracle and/or its affiliates.
108+
Licensed under the Universal Permissive License (UPL), Version 1.0.
109+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

data-platform/data-development/apex/oci-services-integration-non-rest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ REST APIs are used to integrate with OCI Cloud Services from APEX. However, ther
44

55
This section will highlight other integration considerations, posts and useful places to get a project going.
66

7-
Reviewed: 18.11.2024
7+
Reviewed: 01.12.2025
88

99
# When to use this asset?
1010
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.

data-platform/data-development/devops-database/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Every development team's goal: (Operations)
1010
- Delivering a few change requests at a time to end users
1111
- Through a series of high-quality releases on a regular cadence
1212

13-
Reviewed: 18.11.2024
13+
Reviewed: 01.12.2025
1414

1515
# Table of Contents
1616

@@ -24,6 +24,8 @@ Reviewed: 18.11.2024
2424
- DevOps with ADB using DBMS_CLOUD
2525
- [Part 1](https://medium.com/oracledevs/apex-service-can-devops-too-dbms-cloud-on-autonomous-72be9842d2f8)
2626
- [Part 2](https://medium.com/oracledevs/apex-service-devops-part-2-ed737a4fc583)
27+
- [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)
2729

2830
# Useful Links
2931

data-platform/data-development/devops-database/continuous-deployment/ora-containers/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,15 @@ Autonomous Database Free Container Image is now available on [Oracle Container R
1515

1616
If you are looking about information about Oracle Database running on Kubernetes check this content [here](../../../ora-database-microservices/ora-kubernetes/README.md)
1717

18-
Reviewed: 19.11.2024
18+
Reviewed: 01.12.2025
1919

2020
# Table of Contents
21-
22-
1. [Useful Links](#useful-links)
21+
1. [Team Publications](#team-publications)
22+
2. [Useful Links](#useful-links)
2323

24+
# Team Publications
25+
26+
- [DB Containers: Free Oracle Database for Developers](https://synuora.hashnode.dev/db-containers-free-oracle-database-for-developers)
2427
# Useful Links
2528

2629
- [Oracle Databases for Containers Home Page](https://www.oracle.com/uk/database/kubernetes-for-container-database/#containers)

data-platform/data-development/devops-database/continuous-deployment/pipelines/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Chef has a suite of automation solutions for both infrastructure as code, and de
1818
- [Puppet](https://www.puppet.com/)
1919
Puppet enables you to deploy and manage infrastructure.
2020

21-
Reviewed: 19.11.2024
21+
Reviewed: 01.12.2025
2222

2323
# Table of Contents
2424

@@ -34,6 +34,7 @@ The Jenkins SQLPlus Script Runner plugin enables you run Oracle SQL*Plus scripts
3434
## Tutorials / How To's
3535
- [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)
3636
- [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)
3738

3839
# License
3940

data-platform/data-development/devops-database/continuous-deployment/unit-testing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
It allows for automated testing of Packages, Functions, Procedures, Triggers, Views, and anything else that can be executed and observed from PL/SQL.
99

10-
Reviewed: 19.11.2024
10+
Reviewed: 01.12.2025
1111

1212
# Table of Contents
1313

data-platform/data-development/devops-database/continuous-integration/db-supporting-features/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The primary PL/SQL packages are:
1212
[DBMS_METADATA](https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/DBMS_METADATA.html#GUID-F72B5833-C14E-4713-A588-6BDF4D4CBA2A)
1313
- 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.
1414

15-
## [APEX_EXPORT](https://docs.oracle.com/en/database/oracle/apex/24.1/aeapi/APEX_EXPORT.html)
15+
## [APEX_EXPORT](https://docs.oracle.com/en/database/oracle/apex/24.2/aeapi/APEX_EXPORT.html)
1616
- The APEX_EXPORT package provides APIs to export the definitions of applications, files, feedback, and workspaces to text files.
1717

1818
## [DBMS_CLOUD_REPO](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/dbms-cloud-repo-package.html#GUID-F8F0037B-6451-4742-9144-9FCE44459F64)
@@ -24,7 +24,7 @@ The primary PL/SQL packages are:
2424

2525
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.
2626

27-
Reviewed: 20.11.2024
27+
Reviewed: 01.12.2025
2828

2929
# Table of Contents
3030
1. [Team Publications](#team-publications)
@@ -40,10 +40,11 @@ Reviewed: 20.11.2024
4040
## Documentation
4141
- [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")
4242
- [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")
4444
- [DBMS_CLOUD_REPO](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/dbms-cloud-repo-package.html#GUID-F8F0037B-6451-4742-9144-9FCE44459F64 "Autonomous Database Supplied Package Reference")
4545

4646
## Blogs
47+
### [ThatJeffSmith](https://www.thatjeffsmith.com/archive/tag/project/ "That Jeff Smith and SQLcl PRojects")
4748
### [ThatJeffSmith](https://www.thatjeffsmith.com/archive/tag/liquibase/ "That Jeff Smith and Liquibase")
4849
- [BLOG: How to Export Your RESTful Services](https://www.thatjeffsmith.com/archive/2018/12/how-to-export-your-restful-services/)
4950

0 commit comments

Comments
 (0)