Skip to content

Commit 4d53f8d

Browse files
Merge pull request #1493 from oracle-devrel/data_development_compliant_changes2
Data development compliant changes - Final
2 parents eceb930 + a256c99 commit 4d53f8d

File tree

13 files changed

+151
-108
lines changed

13 files changed

+151
-108
lines changed

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

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,13 @@ Reviewed: 20.11.2024
1717
- [APEX with AI - a chat about the new landscape for Application Development](https://youtu.be/f1cBdLEGY00)
1818
- [Cloud Coaching - Unlock the Power of APEX](https://www.youtube.com/watch?v=6rG_tX8ScBc)
1919
- [APEX on Autonomous Rockin' Experience](https://medium.com/@paulbrad71/apex-on-autonomous-database-rockin-experience-e57c4c4dc4f3)
20-
21-
## Tutorials/ How-To's
22-
23-
- [APEX Integration with Azure AD](https://medium.com/@rana.saeed/can-your-external-users-authenticate-into-your-apex-apps-606e48f9417b)
24-
- [APEX Integration with Real Application Security(RAS)](https://medium.com/@rana.saeed/integrating-real-application-security-ras-with-oracle-apex-33892967beff)
25-
- [Uploading files to OCI Object Storage via APEX](https://medium.com/@devpiotrekk/uploading-files-to-oci-object-storage-via-apex-42ad396ec55d)
26-
- [APEX Devops with Liquibase](https://medium.com/@devpiotrekk/start-your-apex-devops-adventure-with-liquibase-f8e45c3d1e6a)
27-
- [APEX Service DevOps with DBMS_CLOUD](https://medium.com/oracledevs/apex-service-can-devops-too-dbms-cloud-on-autonomous-72be9842d2f88)
28-
- [Integrating Data Science with APEX](https://blogs.oracle.com/ai-and-datascience/post/yolov5-models-in-apex-using-oracle-data-science)
29-
- [Other APEX Blogs](https://blogs.oracle.com/apex/)
30-
- [APEX YouTube channel](https://www.youtube.com/channel/UCEpIXFjcQIztReQNLymvYrQ/playlists?view=1&sort=da)
20+
- [Embedding Oracle Analytics Cloud in Oracle APEX](https://medium.com/@cristina.varas98/embedding-oracle-analytics-cloud-in-oracle-application-express-apex-e973402cb9ff)
21+
- [Enhancing Data Analysis with Select AI in Oracle APEX](https://medium.com/@cristina.varas98/enhancing-data-analysis-with-select-ai-in-oracle-apex-9d00b070a073)
22+
- [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)
23+
- [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)
24+
- [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)
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+
- [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)
3127

3228
# Useful Links
3329

@@ -51,6 +47,17 @@ Reviewed: 20.11.2024
5147
- [APEX Managing Application Backups](https://docs.oracle.com/en/database/oracle/apex/24.1/htmdb/managing-application-backups.html)
5248
- [APEX Application Development Lifecycle Technical Paper](https://www.oracle.com/a/tech/docs/apex-lifecycle-management-v3.pdf)
5349

50+
## Tutorials/ How-To's
51+
52+
- [APEX Integration with Azure AD](https://medium.com/@rana.saeed/can-your-external-users-authenticate-into-your-apex-apps-606e48f9417b)
53+
- [APEX Integration with Real Application Security(RAS)](https://medium.com/@rana.saeed/integrating-real-application-security-ras-with-oracle-apex-33892967beff)
54+
- [Uploading files to OCI Object Storage via APEX](https://medium.com/@devpiotrekk/uploading-files-to-oci-object-storage-via-apex-42ad396ec55d)
55+
- [APEX Devops with Liquibase](https://medium.com/@devpiotrekk/start-your-apex-devops-adventure-with-liquibase-f8e45c3d1e6a)
56+
- [APEX Service DevOps with DBMS_CLOUD](https://medium.com/oracledevs/apex-service-can-devops-too-dbms-cloud-on-autonomous-72be9842d2f88)
57+
- [Integrating Data Science with APEX](https://blogs.oracle.com/ai-and-datascience/post/yolov5-models-in-apex-using-oracle-data-science)
58+
- [Other APEX Blogs](https://blogs.oracle.com/apex/)
59+
- [APEX YouTube channel](https://www.youtube.com/channel/UCEpIXFjcQIztReQNLymvYrQ/playlists?view=1&sort=da)
60+
5461
# License
5562

5663
Copyright (c) 2024 Oracle and/or its affiliates.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Reviewed: 18.11.2024
1616

1717
1. [Team Publications](#team-publications)
1818
2. [Useful Links](#useful-links)
19-
3. [Reusable Assets Overview](#reusable-assets-overview)
2019

2120
# Team Publications
2221

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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: 18.11.2024
18+
Reviewed: 19.11.2024
1919

2020
# Table of Contents
2121

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ Ansible is an open source IT automation engine that automates provisioning, conf
1515
- [Chef](https://www.chef.io/)
1616
Chef has a suite of automation solutions for both infrastructure as code, and deploy applications.
1717

18-
-[Puppet](https://www.puppet.com/)
18+
- [Puppet](https://www.puppet.com/)
1919
Puppet enables you to deploy and manage infrastructure.
2020

21-
Reviewed: 18.11.2024
21+
Reviewed: 19.11.2024
22+
2223
# Table of Contents
2324

2425
1. [Useful Links](#useful-links)

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: 18.11.2024
10+
Reviewed: 19.11.2024
1111

1212
# Table of Contents
1313

data-platform/data-development/ora-database-microservices/backend-springboot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Oracle Backend for Spring Boot is a powerful platform designed to streamline the
2323

2424
Oracle Backend for Spring Boot empowers developers to build, deploy, and manage modern applications with enhanced performance, reliability, and scalability, utilizing the comprehensive capabilities of Oracle's ecosystem.
2525

26-
Reviewed: 18.11.2024
26+
Reviewed: 19.11.2024
2727

2828
# Table of Contents
2929

data-platform/data-development/ora-database-microservices/microtx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ MicroTx Enterprise can handle a large number of transactions and scale horizonta
2929
MicroTx Enterprise includes dedicated support from Oracle, offering expert assistance and quicker resolution of issues to ensure smooth operation of mission-critical applications.
3030
Oracle Transaction Manager for Microservices provides a robust, high-performance solution for managing distributed transactions in a microservices architecture. By ensuring transactional integrity and offering flexible transaction models, MicroTx simplifies the development and operation of complex business processes, making it a powerful tool for modern applications.
3131

32-
Reviewed: 18.11.2024
32+
Reviewed: 19.11.2024
3333

3434
# Table of Contents
3535

data-platform/data-development/ora-database-microservices/ora-kubernetes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Oracle Supports Oracle Database running in Kubernetes, Furthermore, Oracle offer
88

99
In this way, developers can operate our database in the same manner as any other component of their applications, and utilize our best solutions (Exadata, Autonomous, etc.) to run these databases, and DBAs maintain control of such important topics as security, high availability, disaster recovery...
1010

11-
Reviewed: 18.11.2024
11+
Reviewed: 19.11.2024
1212

1313
# Table of Contents
1414

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Reviewed: 20.11.2024
99

1010
1. [Team Publications](#team-publications)
1111
2. [Useful Links](#useful-links)
12-
3. [Reusable Assets Overview](#reusable-assets-overview)
1312

1413
# Team Publications
1514

Lines changed: 34 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,51 @@
11
# SQL Repository
22

3-
Welcome to the SQL repository of the Data Development team at Oracle. This repository is designed to provide comprehensive resources, tips, and tools to help you master SQL and leverage the latest features of Oracle23ai. Below you'll find an index to all the sections available in this repository, along with a brief introduction to what you can expect in each section.
3+
Welcome to the SQL repository of the Data Development team at Oracle. This repository is designed to provide comprehensive resources, tips, and tools to help you master SQL and leverage the latest features of Oracle23ai.
44

55
Structured Query Language (SQL) is the standard programming language used for managing and manipulating relational databases. SQL allows you to perform a variety of operations such as querying data, updating records, creating and modifying schema, and controlling access to the database. It is a crucial skill for data developers and analysts, enabling efficient data retrieval and manipulation to support data-driven decision-making.
66

7-
PL/SQL, the Oracle procedural extension of SQL, is a portable, high-performance transaction-processing language. PL/SQL offers several advantages over other programming languages: from being tightly integrated with SQL to leveraging High Performance and High Productivity. PL/SQL is a portable and scalable Procedural Language which also increase Manageability and support for Object Oriented Programming.
7+
Below you'll find an index to all the sections available in this repository, along with a brief introduction to what you can expect in each section.
88

9-
Reviewed: 18.11.2024
9+
Reviewed: 20.11.2024
1010

11-
# Table of Contents
12-
- [Team Publications](#team-publications);
13-
- [Useful Links](#useful-links);
14-
15-
16-
# Team Publications
17-
- [23ai New Features Series - Part 1](https://www.linkedin.com/posts/sonnemeyer_23aispecialists-23ainewsabrpart1-developer-activity-7196221427056889856-3HF2?utm_source=share&utm_medium=member_desktop) - 23ai Database New Features on Linkedin Post - I
18-
- [23ai New Features Series - Part 2](https://www.linkedin.com/posts/cristina-varas-menadas-591825119_oracle-oracle23ai-sql-activity-7198945654272864256-wduQ/?utm_source=share&utm_medium=member_ios) - 23ai Database New Features on Linkedin Post - II
19-
- [23ai New Features Series - Part 3](https://www.linkedin.com/posts/sonnemeyer_23aispecialists-23ainewsabrpart3-developer-activity-7201958687005982721-Oo3B?utm_source=share&utm_medium=member_desktop) - 23ai Database New Features on Linkedin Post - III
20-
- [23ai New Features Series - Part 4](https://www.linkedin.com/posts/sonnemeyer_23aispecialists-23ainewsabrpart4-teammates-activity-7204946957843267584-x664?utm_source=share&utm_medium=member_desktop) - 23ai Database New Features on Linkedin Post - IV
21-
- [23ai New Features Series - Part 5](https://www.linkedin.com/posts/ppaolucci_cristinavarasmenadas-sonjameyer-activity-7207374755878887425-a--C?utm_source=share&utm_medium=member_desktop) - 23ai Database New Features on Linkedin Post - V
11+
# Table of contents
2212

13+
1. [SQL Tools](#sql-tools)
14+
2. [SQL Tips](#sql-tips)
15+
3. [SQL Oracle23ai](#sql-oracle23ai)
16+
4. [SQL Do It Yourself](#sql-do-it-yourself)
2317

2418
## SQL Tools
2519

26-
[SQL Tools](sql-tools/README.md): In this section, you'll find a collection of essential tools and utilities that can help streamline your SQL development process. This includes:
20+
In the [SQL Tools](SQL_Tools/README.md) section, you'll find a collection of essential tools and utilities that can help streamline your SQL development process. This includes:
2721
- SQL client software recommendations
2822
- Database management tools
2923
- Productivity-enhancing plugins and extensions
3024

31-
<!-- ## SQL Oracle 23ai -->
3225

33-
## SQL Do it yourself
34-
[SQL Do it yourself](sql-do-ityourself/images/SQL_Cheat_Sheet_Version1.1.png) : here you can reach the SQL Cheat Sheet containing all the SQL principles a Developer should know.
26+
## SQL Tips
27+
28+
The [SQL Tips](SQL_Tips/README.md) section is dedicated to providing practical advice and best practices for writing efficient and effective SQL queries. Topics covered include:
29+
- Query optimization techniques
30+
- Common pitfalls and how to avoid them
31+
- Advanced SQL functions and their use cases
32+
33+
34+
## SQL Oracle23ai
35+
36+
Explore the latest advancements with Oracle's cutting-edge AI capabilities in the [SQL Oracle23ai](SQL_Oracle23ai/README.md) section. Here, you will find:
37+
- New features and enhancements in Oracle23ai
38+
- Tutorials on integrating AI with your SQL queries
39+
- Case studies and real-world applications of Oracle23ai
40+
41+
42+
## SQL Do It Yourself
43+
44+
The [SQL Do It Yourself](SQL_Do_It_Yourself/README.md) section encourages hands-on learning by providing a variety of exercises and projects. This includes:
45+
- Practice problems with solutions
46+
- Step-by-step project guides
47+
- Interactive SQL challenges to test your skills
48+
3549

3650
# Useful Links
3751

@@ -46,12 +60,12 @@ To support your development journey, here are some valuable resources related to
4660
- [The Magic of SQL by Chris Saxon - YouTube Channel](https://www.youtube.com/c/TheMagicofSQL)
4761
- [SQL and Database explained! By Connor McDonald - YouTube Channel](https://www.youtube.com/@DatabaseDude)
4862

49-
63+
We hope you find these resources helpful in your SQL journey. If you have any questions or suggestions, please feel free to contribute or reach out to the team. Happy querying!
5064

5165
# License
5266

5367
Copyright (c) 2024 Oracle and/or its affiliates.
5468

5569
Licensed under the Universal Permissive License (UPL), Version 1.0.
5670

57-
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
71+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

0 commit comments

Comments
 (0)