Skip to content

Commit 93457c9

Browse files
Merge pull request #1397 from oracle-devrel/uschwinn-patch-44
Update README.md
2 parents f8cd361 + 58ce2f6 commit 93457c9

File tree

1 file changed

+3
-3
lines changed
  • data-platform/core-converged-db/db-json

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.
44
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: 19.8.2024
6+
Reviewed Date: 30.10.2024
77

88
# Useful Links
99

@@ -13,7 +13,7 @@ Reviewed Date: 19.8.2024
1313
- [JSON Developer's Guide 23](https://docs.oracle.com/en/database/oracle/oracle-database/23/adjsn/index.html#Oracle%C2%AE-Database)
1414
- [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)
16+
- [New Features in 23ai Release Updates](https://docs.oracle.com/en/database/oracle/oracle-database/23/nfcoa/release_updates.html)
1717

1818
## Blogs
1919

@@ -35,10 +35,10 @@ Reviewed Date: 19.8.2024
3535
- [Tutorial: JSON in the Oracle Database](https://blogs.oracle.com/coretec/post/tutorial1-json-in-oracle)
3636
- [NoSQL-style API SODA for beginners](https://blogs.oracle.com/coretec/post/nosql-style-api-soda-for-beginners)
3737
- [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)
38-
- [MongoDB API 23c Workshop](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/core-converged-db/mongodb-api/workshop)
3938

4039
## Videos
4140

41+
- [Lock-Free Row Updates in Oracle Database using ETAGs](https://youtu.be/zfurzMlY3iI)
4242
- [JSON Relational Duality Views](https://youtu.be/YMftyjrEpnU)
4343
- [JSON in Oracle Database 23ai](https://www.youtube.com/watch?v=KMgsb-BWWc0&list=PLHA__TOeNI7MNBND0JWQUqTYOQ1up-VHX&pp=gAQBiAQB)
4444
- [Materialized Views on JSON Collection Tables](https://youtu.be/C2wXcJyJjUE)

0 commit comments

Comments
 (0)