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
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,17 +18,6 @@ Reviewed: 18.11.2024
18
18
-[Cloud Coaching - Unlock the Power of APEX](https://www.youtube.com/watch?v=6rG_tX8ScBc)
19
19
-[APEX on Autonomous Rockin' Experience](https://medium.com/@paulbrad71/apex-on-autonomous-database-rockin-experience-e57c4c4dc4f3)
20
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)
-[APEX Application Development Lifecycle Technical Paper](https://www.oracle.com/a/tech/docs/apex-lifecycle-management-v3.pdf)
53
42
43
+
## Tutorials/ How-To's
44
+
45
+
-[APEX Integration with Azure AD](https://medium.com/@rana.saeed/can-your-external-users-authenticate-into-your-apex-apps-606e48f9417b)
46
+
-[APEX Integration with Real Application Security(RAS)](https://medium.com/@rana.saeed/integrating-real-application-security-ras-with-oracle-apex-33892967beff)
47
+
-[Uploading files to OCI Object Storage via APEX](https://medium.com/@devpiotrekk/uploading-files-to-oci-object-storage-via-apex-42ad396ec55d)
48
+
-[APEX Devops with Liquibase](https://medium.com/@devpiotrekk/start-your-apex-devops-adventure-with-liquibase-f8e45c3d1e6a)
49
+
-[APEX Service DevOps with DBMS_CLOUD](https://medium.com/oracledevs/apex-service-can-devops-too-dbms-cloud-on-autonomous-72be9842d2f88)
50
+
-[Integrating Data Science with APEX](https://blogs.oracle.com/ai-and-datascience/post/yolov5-models-in-apex-using-oracle-data-science)
- Video: [Transaction patterns for mission-critical microservices in Kubernetes](https://www.youtube.com/watch?v=fBXowP7X92k)
51
49
- Video: [Oracle Transaction Manager for Microservices High-Level Introduction](https://www.youtube.com/watch?v=4j74C4GobzY)
52
50
53
-
54
51
# Reusable Assets Overview
55
52
- Oracle LiveLabs [Tutorials / How To's]: [Maintain data consistency across microservices using Oracle MicroTx](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3445)
56
53
- Oracle LiveLabs [Tutorials / How To's]: [Simplify distributed transactions with Oracle MicroTx to prevent inconsistent data and financial losses](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3725)
57
54
- Oracle LiveLabs [Tutorials / How To's]: [Ensure data consistency in distributed transactions across ORDS applications using Oracle MicroTx](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3886)
58
55
-[Software project: Creating a real-life transactional microservices application on Kubernetes](https://medium.com/@mika.rinne/software-project-creating-a-real-life-transactional-microservices-application-on-kubernetes-ea490e9cdfa1)
Copy file name to clipboardExpand all lines: data-platform/data-development/sql/sql-oracle23ai/README.md
+4-72Lines changed: 4 additions & 72 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
2
2
# SQL Oracle Database 23ai
3
3
This section covers the new features introduced in the Oracle Database 23ai release, focusing on enhancements and functionalities in SQL for application development.
4
+
This asset contains a brief set of Oracle Database 23ai new features examples which are then included in a specific asset file for consultation.
5
+
The list of New Features will be periodically updated and adjusted.
4
6
5
7
## Features
6
8
@@ -74,73 +76,6 @@ Reviewed: 18.11.2024
74
76
75
77
1.[Team Publications](#team-publications)
76
78
2.[Useful Links](#useful-links)
77
-
=======
78
-
# Oracle 23ai
79
-
80
-
This section covers the new features introduced in the Oracle Database 23ai release, focusing on enhancements and functionalities in SQL for application development.
81
-
82
-
Reviewed: 24.10.2024
83
-
84
-
# When to use this asset?
85
-
86
-
To look for examples and deep dive into Oracle 23ai New Features in Database specific areas for Developers.
87
-
88
-
# How to use this asset?
89
-
90
-
This asset contains a brief set of Oracle Database 23ai new features examples which are then included in a specific asset file for consultation.
91
-
The list of New Features will be periodically updated and adjusted.
92
-
93
-
--## Features
94
-
--### Aggregation over INTERVAL Data Types
95
-
-- - **Description**: Pass INTERVAL data types to SUM and AVG aggregate functions.
96
-
-- - **Example**: ```sqlSELECT SUM(interval_column) FROM table_name;`
97
-
--### Client Describe Call Support for Tag Options
98
-
-- - **Description**: Store and retrieve metadata about database objects using annotations.
-[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)
@@ -149,16 +84,13 @@ The list of New Features will be periodically updated and adjusted.
149
84
-[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)
150
85
-[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)
151
86
152
-
153
-
154
-
155
87
# Useful Links
156
88
-[Oracle Database 23ai New Features](https://apex.oracle.com/database-features/)
157
89
158
-
159
90
# Release Information
160
91
-**Version**: 23ai
161
-
-**Applicable Offerings**: All Oracle Database offerings .................
92
+
-**Applicable Offerings**: All Oracle Database offerings
93
+
162
94
For more detailed information, please visit the [Oracle Database Features](https://apex.oracle.com/database-features/) page.
0 commit comments