Skip to content

Commit

Permalink
23ai changes (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamryn-v authored May 2, 2024
1 parent 663434f commit 25fab36
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions json/mongodb-api/dbactions/dbactions-ocw23.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Watch the video below for a quick walk through of the workshop.
In this lab, you will:

* Use Mongo and Oracle tools interchangeably
* Experience some of the new MongoDB API capabilities with Oracle Database 23c
* Experience some of the new MongoDB API capabilities with Oracle Database 23ai

### Prerequisites

* Oracle Database 23c Free Developer Release
* Oracle Database 23ai Free Developer Release
* ORDS started with MongoDB API enabled
* Password of database user hol23c known

Expand Down Expand Up @@ -111,7 +111,7 @@ The data is stored in a **single** location - the Oracle database - and transact
## Task 2: Use Mongo Compass to build an aggregation pipeline
With Oracle MongoDB API in the newest ORDS and Oracle Database 23c, the compatibility of Oracle MongoDB API and MongoDB have significantly increased. The most notable enhancement is the support for Aggregation Pipelines.
With Oracle MongoDB API in the newest ORDS and Oracle Database 23ai, the compatibility of Oracle MongoDB API and MongoDB have significantly increased. The most notable enhancement is the support for Aggregation Pipelines.
The following lab will focus on aggregation pipelines, illustrate its functionality and give a view under the hood of how you use the power of Oracle's database JSON processing capabilities to speed up MongoDB requests.
Expand Down Expand Up @@ -304,7 +304,7 @@ There's more to cover for the Oracle Database API for MongoDB or the unified acc
* [Oracle Database API for MongoDB](https://blogs.oracle.com/database/post/mongodb-api)
* [Oracle Database API for MongoDB - Documentation](https://docs.oracle.com/en/database/oracle/mongodb-api/index.html)
* [Oracle Database API for MongoDB - YouTube](https://www.youtube.com/watch?v=EVDn4b6u628&ab_channel=Oracle)
* [SQL, JSON, and MongoDB API: Unify worlds with Oracle Database 23c Free](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3635)
* [SQL, JSON, and MongoDB API: Unify worlds with Oracle Database 23ai Free](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3635)
## Acknowledgements
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
* A terminal or console access to the database

## Task 1: Setting database user password and ensure you can connect properly
Expand Down Expand Up @@ -49,7 +49,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
8 changes: 4 additions & 4 deletions json/mongodb-api/introduction/introduction-ocw23.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In this workshop, we'll show you how you can replace your MongoDB database with

Once you're using Oracle Database to store your document collections, you have access to that very same data from all the advanced tools provided by Oracle, such as machine learning, graph analytics and many others. Your data can remain in document collections, but be accessed from the SQL language as well as using MongoDB commands. You can join JSON and relational data, without any need to export the JSON data to relational format first.

In the workshop, you will use Oracle Database 23c Free and a local ORDS installation to connect to the database using MongoDB tools. You'll learn how you can work with JSON data using both standard MongoDB tools, and using Oracle Database tools.
In the workshop, you will use Oracle Database 23ai Free and a local ORDS installation to connect to the database using MongoDB tools. You'll learn how you can work with JSON data using both standard MongoDB tools, and using Oracle Database tools.

This lab is organized into different topics, each topic consists of multiple steps. Some steps are a bit more advanced, they're marked as 'advanced' and you can skip them. After completing this workshop a user has a very good understanding of what JSON features are available in Oracle Database and when to use them. A user will also have learned why Oracle database is better suited for JSON Development than MongoDB, etc.

Expand All @@ -21,7 +21,7 @@ Watch the video below for a quick walk through of the workshop.

In this workshop, we'll implement a very simple employee database.

We'll use Oracle Database 23c Free and connect to it using the standard "MongoDB Shell" tool. We'll use that to create an employee collection, and populate it with some employee records.
We'll use Oracle Database 23ai Free and connect to it using the standard "MongoDB Shell" tool. We'll use that to create an employee collection, and populate it with some employee records.

We'll then explore the same data using "Database Actions" powered by our local ORDS installation.

Expand Down Expand Up @@ -81,9 +81,9 @@ Now you know what JSON is and also why so many people love it. Enough theory for
### Objectives

In this workshop, you will explore:
* How to use our sandbox environment with a pre-installed Oracle Database 23c Free environment
* How to use our sandbox environment with a pre-installed Oracle Database 23ai Free environment
* How to install MongoDB Shell and Mongo tools on a linux environment
* How to connect to Oracle Database 23c Free from MongoDB Shell and work with collections
* How to connect to Oracle Database 23ai Free from MongoDB Shell and work with collections
* How to access the MongoDB collection from JSON Workshop and SQL


Expand Down
2 changes: 1 addition & 1 deletion json/mongodb-api/json-mongo/json-mongo-ocw23.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In this lab, you will:

### Prerequisites

- Oracle Database 23c Free Developer Release
- Oracle Database 23ai Free Developer Release
- ORDS started with MongoDB API enabled
- Password of database user hol23c is set and known

Expand Down
2 changes: 1 addition & 1 deletion json/mongodb-api/json-mongo/json-mongo.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In this lab, you will:

### Prerequisites

- Oracle Database 23c Free Developer Release
- Oracle Database 23ai Free Developer Release
- All previous labs successfully completed


Expand Down
2 changes: 1 addition & 1 deletion json/mongodb-api/workshops/ocw23-livelabs/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"workshoptitle": "Using the Database API for MongoDB with Oracle Database 23c",
"workshoptitle": "Using the Database API for MongoDB with Oracle Database 23ai",
"help": "[email protected]",
"tutorials": [
{
Expand Down

0 comments on commit 25fab36

Please sign in to comment.