Skip to content

Commit aac5e2c

Browse files
Merge pull request #1006 from oracle-devrel/uschwinn-patch-19
Uschwinn patch 19
2 parents 12bfdff + 5aac0a6 commit aac5e2c

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

data-platform/core-converged-db/db-json/README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
11
# JSON in the Oracle Database
22

33
The Oracle Database provides various perspectives for viewing and accessing JSON data. One can view it from the SQL database point of view or from the document or collection view that comes with tools and APIs like SODA (short for Simple Oracle Document Access). With SODA you can create and store collections of documents in the Oracle Database, and retrieve, without needing to know SQL or how the documents are stored in the database. Documents can be fetched from the database by key lookup or by using query-by-example (QBE) pattern-matching. Regardless of the chosen perspective, the benefits of using Oracle Database as a Converged Database are always included.
4-
In 23c, JSON Relational Duality, one of the highlights for JSON developers delivers a solution that provides the benefits of both relational tables and JSON documents, without the tradeoffs of either model. Using Duality Views, data is still stored in relational tables in a highly efficient normalized format but is accessed by apps in the form of JSON documents.
4+
In release 23, JSON Relational Duality, one of the highlights for JSON developers delivers a solution that provides the benefits of both relational tables and JSON documents, without the tradeoffs of either model. Using Duality Views, data is still stored in relational tables in a highly efficient normalized format but is accessed by apps in the form of JSON documents.
55

6-
Reviewed Date: 04.04.2024
6+
Reviewed Date: 2.5.2024
77

88
# Useful Links
99

1010
## Documentation
1111

1212
- [JSON Developer's Guide 19c](https://docs.oracle.com/en/database/oracle/oracle-database/19/adjsn/json-in-oracle-database.html#GUID-A8A58B49-13A5-4F42-8EA0-508951DAE0BB)
13-
- [JSON Developer's Guide 23c](https://docs.oracle.com/en/database/oracle/oracle-database/23/adjsn/index.html#Oracle%C2%AE-Database)
14-
- [JSON-Relational Duality Developer's Guide 23c](https://docs.oracle.com/en/database/oracle/oracle-database/23/jsnvu/index.html#Oracle%C2%AE-Database)
13+
- [JSON Developer's Guide 23](https://docs.oracle.com/en/database/oracle/oracle-database/23/adjsn/index.html#Oracle%C2%AE-Database)
14+
- [JSON-Relational Duality Developer's Guide 23](https://docs.oracle.com/en/database/oracle/oracle-database/23/jsnvu/index.html#Oracle%C2%AE-Database)
1515
- [Simple Oracle Document Access (SODA)](https://docs.oracle.com/en/database/oracle/simple-oracle-document-access)
16+
- [Using SQL/JSON Function JSON_VALUE With a Boolean JSON Value](https://docs.oracle.com/en/database/oracle/oracle-database/23/adjsn/function-JSON_VALUE.html#GUID-FD4E6FFA-8865-4682-B66A-79F77CBACD50)
1617

1718
## Blogs
1819

1920
- [JSON in Oracle Database Insider](https://blogs.oracle.com/database/category/db-json)
2021

21-
## LiveLabs Workshops
22+
## LiveLabs and Live SQL Workshops
2223

23-
- [JSON topic](https://apexapps.oracle.com/pls/apex/f?p=133:100:108826594708002::::SEARCH:JSON)
24+
- [JSON LiveLabs](https://apexapps.oracle.com/pls/apex/f?p=133:100:108826594708002::::SEARCH:JSON)
25+
- [JSON Live SQL Tutorials](https://livesql.oracle.com/apex/f?p=590:49::::RP::)
2426

2527

2628
# Team Publications
@@ -29,11 +31,10 @@ Reviewed Date: 04.04.2024
2931
- [Tutorial: JSON in the Oracle Database](https://blogs.oracle.com/coretec/post/tutorial1-json-in-oracle)
3032
- [NoSQL-style API SODA for beginners](https://blogs.oracle.com/coretec/post/nosql-style-api-soda-for-beginners)
3133
- [JSON Relational Duality Views on Github](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/core-converged-db/database-23c/json-relational-duality-views)
32-
- [MongoDB API 23c Workshop] (https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/core-converged-db/mongodb-api/workshop)
34+
- [MongoDB API 23c Workshop](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/core-converged-db/mongodb-api/workshop)
3335

3436
# License
3537

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

3840
Licensed under the Universal Permissive License (UPL), Version 1.0.
39-

data-platform/core-converged-db/db-json/db-json-presentations renamed to data-platform/core-converged-db/db-json/db-json-presentations/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## JSON in Oracle Database Presentation
2-
This presentation provides information about JSON in the Oracle Database, about Autonomous JSON Database and MongoDB API including release 23 features.
1+
## JSON in Oracle Database Presentations
2+
These presentations provide information about JSON in the Oracle Database, new features, and MongoDB API.
33

44
Reviewed: 02.05.2024
55

66
# When to use this asset?
77

8-
To present or to learn about JSON in Oracle Database
8+
To present or to learn about JSON in Oracle Database.
99

1010
# How to use this asset?
1111

0 commit comments

Comments
 (0)