Skip to content

Commit

Permalink
23ai changes (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamryn-v authored May 2, 2024
1 parent e53a929 commit 0654786
Show file tree
Hide file tree
Showing 908 changed files with 372 additions and 372 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Bank Transfers Graph Example with SQL/PGQ in 23c
# Bank Transfers Graph Example with SQL/PGQ in 23ai

## Introduction

Expand Down Expand Up @@ -129,7 +129,7 @@ This lab assumes:
## Learn More
* [Oracle Property Graph](https://docs.oracle.com/en/database/oracle/property-graph/index.html)
* [SQL Property Graph syntax in Oracle Database 23c Free - Developer Release](https://docs.oracle.com/en/database/oracle/property-graph/23.1/spgdg/sql-ddl-statements-property-graphs.html#GUID-6EEB2B99-C84E-449E-92DE-89A5BBB5C96E)
* [SQL Property Graph syntax in Oracle Database 23ai Free - Developer Release](https://docs.oracle.com/en/database/oracle/property-graph/23.1/spgdg/sql-ddl-statements-property-graphs.html#GUID-6EEB2B99-C84E-449E-92DE-89A5BBB5C96E)
## Acknowledgements
- **Author** - Kaylien Phan, Thea Lazarova, William Masdon
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Get up and running using Chance with JS with 23c Free
# Get up and running using Chance with JS with 23ai Free

## Introduction

Expand All @@ -11,21 +11,21 @@ Estimated Time: 15 minutes
### Objectives

In this lab you will have:
* Oracle Database 23c Free Developer Release
* Oracle Database 23ai Free Developer Release
* All previous labs successfully completed
* Populate data with JS/Chance

### Prerequisites

This labs assumes you have:
* Oracle Database 23c Free Developer Release
* Oracle Database 23ai Free Developer Release
* All previous labs successfully completed
* SQL Developer Web 23.1 or a compatible tool for running SQL statements

## Task 1: Setup

1. First things first, let's start
Remark: The following scripts are run on an Oracle database 23c FREE - Developer Release using sqlplus.
Remark: The following scripts are run on an Oracle database 23ai FREE - Developer Release using sqlplus.

```
<copy>
Expand Down Expand Up @@ -561,21 +561,21 @@ If you've taken a look at the extended MLE module above, you may have seen some
![Selecting two fictitious races](images/lab2_task6_step3.png " _")
* This would bring some interesting ability to populate the [JSON Relational Duality Views](https://docs.oracle.com/en/database/oracle/oracle-database/23/jsnvu/loe.html) examples from the 23c FREE documentation.
* This would bring some interesting ability to populate the [JSON Relational Duality Views](https://docs.oracle.com/en/database/oracle/oracle-database/23/jsnvu/loe.html) examples from the 23ai FREE documentation.
## Conclusion
* We've seen how to import an ES Module inside the Oracle database 23c FREE Developer Release thanks to the JavaScript MultiLingual Engine. We've also seen how dependencies resolution work using an MLE environment.
* We've seen how to import an ES Module inside the Oracle database 23ai FREE Developer Release thanks to the JavaScript MultiLingual Engine. We've also seen how dependencies resolution work using an MLE environment.
* As you can see, the possibilities are infinite and benefiting from such a data generator for both simple values but also JSON documents is incredibly useful. This could be used for [Oracle Application Express](https://apex.oracle.com/en/) (APEX) applications, demos, random data for unit testing, etc.
* And now, it's up to you!
## Learn More
* As Jeff Smith said in his [blog post on MLE JS Modules & Snippets](https://www.thatjeffsmith.com/archive/2023/04/oracle-23c-free-developer-release-mle-js-modules-snippets/), we _highly_ recommend reading the [23c JavaScript Developer Guide (Docs.)](https://docs.oracle.com/en/database/oracle/oracle-database/23/mlejs/).
* As Jeff Smith said in his [blog post on MLE JS Modules & Snippets](https://www.thatjeffsmith.com/archive/2023/04/oracle-23c-free-developer-release-mle-js-modules-snippets/), we _highly_ recommend reading the [23ai JavaScript Developer Guide (Docs.)](https://docs.oracle.com/en/database/oracle/oracle-database/23/mlejs/).
* You may want also to review Martin Bach's [blog post on Using JavaScript community modules in Oracle Database 23c Free - Developer Release](https://blogs.oracle.com/developers/post/using-javascript-community-modules-in-oracle-database-23c-free-developer-release) which I've stolen some of the commands used here.
* You may want also to review Martin Bach's [blog post on Using JavaScript community modules in Oracle Database 23ai Free - Developer Release](https://blogs.oracle.com/developers/post/using-javascript-community-modules-in-oracle-database-23c-free-developer-release) which I've stolen some of the commands used here.
* Don't forget to provide us your feedback on the [23c FREE community forum](https://forums.oracle.com/ords/apexds/domain/dev-community/category/oracle-database-free) that we monitor and where you can provide feedback.
* Don't forget to provide us your feedback on the [23ai FREE community forum](https://forums.oracle.com/ords/apexds/domain/dev-community/category/oracle-database-free) that we monitor and where you can provide feedback.
## Acknowledgements
<b>Quote by Loïc Lefèvre: "I would never have discovered the possibilities highlighted here without the help of Martin Bach and Lucas Victor Braun-Lohrer, respectively Product Manager for JavaScript MLE and Program Manager at Oracle Labs; so thanks a lot"!!!</b>
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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: Setting database user password and starting ORDS
Expand Down Expand Up @@ -46,7 +46,7 @@ This lab assumes you have:
Copyright (c) 1982, 2023, Oracle. All rights reserved.
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>
Expand Down Expand Up @@ -80,7 +80,7 @@ This lab assumes you have:
```
SQL> <copy>exit</copy>
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:~]$
```
Expand Down Expand Up @@ -131,7 +131,7 @@ You may now **proceed to the next lab**.
## Learn More
* [Introducing Oracle Database 23c Free – Developer Release](https://blogs.oracle.com/database/post/oracle-database-23c-free)
* [Introducing Oracle Database 23ai Free – Developer Release](https://blogs.oracle.com/database/post/oracle-database-23c-free)
## Acknowledgements
* **Author** - Kaylien Phan, William Masdon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In this lab, you will:
### Prerequisites

This lab assumes you have:
* Oracle Database 23c Free Developer Release
* Oracle Database 23ai Free Developer Release
* ORDS 23.1.0 or higher installed with enabled MongoDB API
* A terminal or console access to the database

Expand Down Expand Up @@ -71,7 +71,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>
Expand Down Expand Up @@ -105,7 +105,7 @@ This lab assumes you have:
```
SQL> <copy>exit</copy>
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:~]$
```
Expand All @@ -124,7 +124,7 @@ Version 23.2.0.0.0
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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: Setting database user password
Expand Down Expand Up @@ -43,7 +43,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>
Expand Down Expand Up @@ -77,7 +77,7 @@ This lab assumes you have:
```
SQL> <copy>exit</copy>
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:~]$
```
Expand All @@ -88,7 +88,7 @@ You may now **proceed to the next lab**.
## Learn More
* [Introducing Oracle Database 23c Free – Developer Release](https://blogs.oracle.com/database/post/oracle-database-23c-free)
* [Introducing Oracle Database 23ai Free – Developer Release](https://blogs.oracle.com/database/post/oracle-database-23c-free)
## Acknowledgements
* **Author** - Kaylien Phan, William Masdon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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

<if type="livelabs">
Expand Down Expand Up @@ -50,7 +50,7 @@ Watch the video below for a quick walk-through of the lab. The lab instructions
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>
Expand Down Expand Up @@ -84,7 +84,7 @@ Watch the video below for a quick walk-through of the lab. The lab instructions
```
SQL> <copy>exit</copy>
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:~]$
```
Expand All @@ -108,7 +108,7 @@ Version 23.2.0.0.0
## Learn More
* [Introducing Oracle Database 23c Free – Developer Release](https://blogs.oracle.com/database/post/oracle-database-23c-free)
* [Introducing Oracle Database 23ai Free – Developer Release](https://blogs.oracle.com/database/post/oracle-database-23c-free)
## Acknowledgements
* **Author** - Kaylien Phan, William Masdon
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In this lab, you will:

This lab assumes you have:
* Completed all previous workshops
* Have a Linux VM running Oracle 23c Free Database
* Have a Linux VM running Oracle 23ai Free Database
* Have access to a GUI on the Linux VM to run Database Actions (SQL Developer Web)

[Lab Walkthrough](videohub:1_17wvzaf1)
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In this lab, you will:
### Prerequisites (Optional)

This lab assumes you have:
* Oracle Database 23c Free Developer Release
* Oracle Database 23ai Free Developer Release
* Eclipse or a compatible IDE for executing Java code
* All previous labs successfully completed

Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In this lab, you will:
### Prerequisites

This lab assumes you have:
* Oracle Database 23c Free Developer Release installed
* Oracle Database 23ai Free Developer Release installed
* Terminal or console access to the database
* Internet access

Expand Down Expand Up @@ -200,7 +200,7 @@ Congratulations! You have finished the setup for this workshop. You may now **pr
## Learn More
* [Introducing Oracle Database 23c Free – Developer Release](https://blogs.oracle.com/database/post/oracle-database-23c-free)
* [Introducing Oracle Database 23ai Free – Developer Release](https://blogs.oracle.com/database/post/oracle-database-23c-free)
## Acknowledgements
* **Author** - Killian Lynch, Oracle Database Product Management, Product Manager
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In this lab, you will:

This lab assumes you have:

* Oracle Database 23c Free Developer Release
* Oracle Database 23ai Free Developer Release
* All previous labs successfully completed
* SQL Developer Web 23.1 or a compatible tool for running SQL statements

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -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
* All previous labs successfully completed
* SQL Developer Web 23.1 or a compatible tool for running SQL statements

Expand Down Expand Up @@ -213,7 +213,7 @@ In the next lab we'll look at queries against our index.
## Learn More
* [Using JSON documents and don’t know what you’re looking for? 23c Search Indexes to the rescue](https://blogs.oracle.com/database/post/23c-search-index)
* [Using JSON documents and don’t know what you’re looking for? 23ai Search Indexes to the rescue](https://blogs.oracle.com/database/post/23c-search-index)
## Acknowledgements
* **Author** - Roger Ford
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
* All previous labs successfully completed
* SQL Developer Web 23.1 or a compatible tool for running SQL statements

Expand Down Expand Up @@ -120,7 +120,7 @@ So far we've just fetched back metadata telling us where the search terms can be
## Learn More
* [Using JSON documents and don’t know what you’re looking for? 23c Search Indexes to the rescue](https://blogs.oracle.com/database/post/23c-search-index)
* [Using JSON documents and don’t know what you’re looking for? 23ai Search Indexes to the rescue](https://blogs.oracle.com/database/post/23c-search-index)
## Acknowledgements
* **Author** - Roger Ford
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In this lab, you will:
### Prerequisites

This lab assumes you have:
* Oracle Database 23c Free Developer Release
* Oracle Database 23ai Free Developer Release
* All previous labs successfully completed
* SQL Developer Web 23.1 or a compatible tool for running SQL statements

Expand Down Expand Up @@ -169,7 +169,7 @@ We're going to allow the HR user to access some of the tables in the SH schema.
## Learn More
* [Using JSON documents and don’t know what you’re looking for? 23c Search Indexes to the rescue](https://blogs.oracle.com/database/post/23c-search-index)
* [Using JSON documents and don’t know what you’re looking for? 23ai Search Indexes to the rescue](https://blogs.oracle.com/database/post/23c-search-index)
## Acknowledgements
* **Author** - Roger Ford
Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

This lab demonstrates the extreme flexibility of JSON Duality Views in the Oracle 23c database. You will learn how to work with SQL data and JSON documents simultaneously, leveraging the true duality of the views. With JSON Duality Views, you have the flexibility and data access benefits of the JSON document model combined with the storage efficiency and power of the relational model.
This lab demonstrates the extreme flexibility of JSON Duality Views in the Oracle 23ai database. You will learn how to work with SQL data and JSON documents simultaneously, leveraging the true duality of the views. With JSON Duality Views, you have the flexibility and data access benefits of the JSON document model combined with the storage efficiency and power of the relational model.

Estimated Time: 20 minutes

Expand All @@ -18,7 +18,7 @@ In this lab, you will:

This lab assumes you have:

* Oracle Database 23c Free Developer Release
* Oracle Database 23ai Free Developer Release
* All previous labs successfully completed
* SQL Developer Web 23.1 or a compatible tool for running SQL statements

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In this lab, you will:

This lab assumes you have:

* Installed Oracle Database 23c Free Developer Release
* Installed Oracle Database 23ai Free Developer Release
* Successfully completed all previous labs
* SQL Developer Web 23.1 or a compatible tool for running SQL statements*

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading

0 comments on commit 0654786

Please sign in to comment.