diff --git a/apex-native-map-regions/change_pw/change_pw.md b/apex-native-map-regions/change_pw/change_pw.md index ad92031e..65d7a7c0 100644 --- a/apex-native-map-regions/change_pw/change_pw.md +++ b/apex-native-map-regions/change_pw/change_pw.md @@ -15,7 +15,7 @@ In this lab, you will: ### Prerequisites This lab assumes you have: -* Oracle Database 23c Free Developer Release +* Oracle Database 23ai Free Developer Release * A terminal or console access to the database ## Task 1: Resetting database user password @@ -48,7 +48,7 @@ This lab assumes you have: Connected to: - Oracle Database 23c Free, Release 23.0.0.0.0 - Developer-Release + Oracle Database 23ai Free, Release 23.0.0.0.0 - Developer-Release Version 23.2.0.0.0 SQL> @@ -87,7 +87,7 @@ This lab assumes you have: ``` SQL> exit - Disconnected from Oracle Database 23c Free, Release 23.0.0.0.0 - Developer-Release + Disconnected from Oracle Database 23ai Free, Release 23.0.0.0.0 - Developer-Release Version 23.2.0.0.0 [FREE:oracle@hol23cfdr:~]$ ``` diff --git a/apex-native-map-regions/explore-native-map-regions/explore-native-map-regions.md b/apex-native-map-regions/explore-native-map-regions/explore-native-map-regions.md index 27b11d03..722176aa 100644 --- a/apex-native-map-regions/explore-native-map-regions/explore-native-map-regions.md +++ b/apex-native-map-regions/explore-native-map-regions/explore-native-map-regions.md @@ -17,7 +17,7 @@ Learn how to: ### Prerequisites This lab assumes you have: -- Oracle Database 23c Free Developer Release +- Oracle Database 23ai Free Developer Release - Completed all previous labs successfully - ORDS still running so that you can open APEX @@ -157,8 +157,8 @@ Watch the video below for a quick walk through of the lab. ## Learn More * [Oracle APEX 23.1: Creating Maps](https://docs.oracle.com/en/database/oracle/apex/23.1/htmdb/creating-maps.html#GUID-ACA5ED1C-7031-42BF-90B1-98938FB6DC17) -* [Oracle Database 23c: Spatial Concepts](https://docs.oracle.com/en/database/oracle/oracle-database/23/spatl/spatial-concepts.html#GUID-67E4037F-C40F-442A-8662-837DD5539784) -* [Oracle Database 23c: SDO_WITHIN_DISTANCE](https://docs.oracle.com/en/database/oracle/oracle-database/23/spatl/indexing-querying-spatial-data.html#GUID-3839BEE8-7743-46F4-B573-667ADC7FEB3E) +* [Oracle Database 23ai: Spatial Concepts](https://docs.oracle.com/en/database/oracle/oracle-database/23/spatl/spatial-concepts.html#GUID-67E4037F-C40F-442A-8662-837DD5539784) +* [Oracle Database 23ai: SDO_WITHIN_DISTANCE](https://docs.oracle.com/en/database/oracle/oracle-database/23/spatl/indexing-querying-spatial-data.html#GUID-3839BEE8-7743-46F4-B573-667ADC7FEB3E) ## Acknowledgements - **Author** - Jim Czuprynski, LiveLabs Contributor, Zero Defect Computing, Inc. diff --git a/apex-native-map-regions/prepare-database-objects/prepare-database-objects.md b/apex-native-map-regions/prepare-database-objects/prepare-database-objects.md index 3270132e..7f3d8418 100644 --- a/apex-native-map-regions/prepare-database-objects/prepare-database-objects.md +++ b/apex-native-map-regions/prepare-database-objects/prepare-database-objects.md @@ -2,7 +2,7 @@ ## Introduction -Before we can begin using APEX to visualize and analyze our geospatial data, we must first create and populate tables and other database objects containing our data sources. This lab assumes that you have already installed the Oracle Database 23c Free Developer Release and configured and installed ORDS on a pluggable database. +Before we can begin using APEX to visualize and analyze our geospatial data, we must first create and populate tables and other database objects containing our data sources. This lab assumes that you have already installed the Oracle Database 23ai Free Developer Release and configured and installed ORDS on a pluggable database. Estimated Time: 10 minutes @@ -16,7 +16,7 @@ In this lab, you will: ### Prerequisites This lab assumes you have: -- Oracle Database 23c Free Developer Release +- Oracle Database 23ai Free Developer Release - Completed all previous labs successfully Watch the video below for a quick walk through of the lab. diff --git a/mle-javascript/0-sign-up-apex/0-sign-up-apex.md b/mle-javascript/0-sign-up-apex/0-sign-up-apex.md index 0f5eea94..741f2ded 100644 --- a/mle-javascript/0-sign-up-apex/0-sign-up-apex.md +++ b/mle-javascript/0-sign-up-apex/0-sign-up-apex.md @@ -4,7 +4,7 @@ Oracle APEX is a low-code application platform for Oracle Database. APEX Application Development, Autonomous Data Warehouse (ADW) and Autonomous Transaction Processing (ATP) are fully managed services, pre-integrated and pre-configured with APEX, for rapidly building and deploying modern data-driven applications in Oracle Cloud. Business users, citizen and application developers can create enterprise apps 20X faster with 100X less code—without having to learn complex web technologies with just a browser. To start, you will need to decide on the service you are going to use for this workshop, and then create an APEX workspace accordingly. -If you already have an APEX 23.1 Workspace provisioned on Oracle Database 23c, you can skip this lab. +If you already have an APEX 23.1 Workspace provisioned on Oracle Database 23ai, you can skip this lab. Estimated Time: 5 minutes @@ -26,10 +26,10 @@ To determine which release of Oracle APEX you are currently running, do one of t ![version](images/version.png) ### Where to Run the Lab -You can run this lab in Oracle Database 23c with APEX 23.1 installed. +You can run this lab in Oracle Database 23ai with APEX 23.1 installed. Click one of the options below to proceed. -## **Option 1**: Oracle Database 23c Free - Developer Release VirtualBox Appliance +## **Option 1**: Oracle Database 23ai Free - Developer Release VirtualBox Appliance You need to have [VirtualBox](https://www.oracle.com/virtualization/technologies/vm/downloads/virtualbox-downloads.html) installed in your system to use this option. diff --git a/mle-javascript/intro/intro.md b/mle-javascript/intro/intro.md index 469cd513..459de0b2 100644 --- a/mle-javascript/intro/intro.md +++ b/mle-javascript/intro/intro.md @@ -1,7 +1,7 @@ # APEX + Server-Side JavaScript ## **Introduction** -In this workshop you will use In-Database JavaScript feature available in Oracle Database 23c. You will create a quick application from a Spreadsheet and then extend the application using Server-Side JavaScript instead of PL/SQL. +In this workshop you will use In-Database JavaScript feature available in Oracle Database 23ai. You will create a quick application from a Spreadsheet and then extend the application using Server-Side JavaScript instead of PL/SQL. Next, you will learn how to load external JavaScript modules and leverage some of the useful libraries in your APEX application. Estimated Workshop Time: 55 minutes @@ -14,7 +14,7 @@ Estimated Workshop Time: 55 minutes * Extending APEX Application Using JavaScript * Use External Modules -*Note: This workshop assumes you are using Oracle Database 23c and Oracle APEX 23.1.* +*Note: This workshop assumes you are using Oracle Database 23ai and Oracle APEX 23.1.* ### Labs diff --git a/mle-javascript/prepare-report-javascript-pseudo-code/prepare-report-javascript-pseudo-code.md b/mle-javascript/prepare-report-javascript-pseudo-code/prepare-report-javascript-pseudo-code.md index 602c2445..8d576901 100644 --- a/mle-javascript/prepare-report-javascript-pseudo-code/prepare-report-javascript-pseudo-code.md +++ b/mle-javascript/prepare-report-javascript-pseudo-code/prepare-report-javascript-pseudo-code.md @@ -31,7 +31,7 @@ Reviewing the above requirement, we can test the In-Database JavaScript code usi ![query-table](images/1-query-table.png " ") -4. Examine the following code. The code is utilizing the DBMS_MLE package in Oracle Database 23c. The package will allow developers to switch the context from PL/SQL to JavaScript. +4. Examine the following code. The code is utilizing the DBMS_MLE package in Oracle Database 23ai. The package will allow developers to switch the context from PL/SQL to JavaScript. It will allow them as well to evaluate and run In-Database JavaScript code. Copy the code. diff --git a/mle-javascript/sandbox/sandbox.md b/mle-javascript/sandbox/sandbox.md index 18791118..1f9b2610 100644 --- a/mle-javascript/sandbox/sandbox.md +++ b/mle-javascript/sandbox/sandbox.md @@ -4,7 +4,7 @@ Oracle APEX is a low-code application platform for Oracle Database. APEX Application Development, Autonomous Data Warehouse (ADW) and Autonomous Transaction Processing (ATP) are fully managed services, pre-integrated and pre-configured with APEX, for rapidly building and deploying modern data-driven applications in Oracle Cloud. Business users, citizen and application developers can create enterprise apps 20X faster with 100X less code—without having to learn complex web technologies with just a browser. To start, you will need to decide on the service you are going to use for this workshop, and then create an APEX workspace accordingly. -If you already have an APEX 23.1 Workspace provisioned on Oracle Database 23c, you can skip this lab. +If you already have an APEX 23.1 Workspace provisioned on Oracle Database 23ai, you can skip this lab. Estimated Time: 5 minutes @@ -26,7 +26,7 @@ To determine which release of Oracle APEX you are currently running, do one of t ![version](../0-sign-up-apex/images/version.png) ### Where to Run the Lab -You can run this lab in Oracle Database 23c with APEX 23.1 installed. +You can run this lab in Oracle Database 23ai with APEX 23.1 installed. Click one of the options below to proceed. ## **Option 1**: LiveLabs Sandbox