You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-platform/core-converged-db/db-json/README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,28 @@
1
1
# JSON in the Oracle Database
2
2
3
3
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.
-[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
17
17
18
## Blogs
18
19
19
20
-[JSON in Oracle Database Insider](https://blogs.oracle.com/database/category/db-json)
Copy file name to clipboardExpand all lines: data-platform/core-converged-db/db-json/db-json-presentations/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
3
3
4
4
Reviewed: 02.05.2024
5
5
6
6
# When to use this asset?
7
7
8
-
To present or to learn about JSON in Oracle Database
8
+
To present or to learn about JSON in Oracle Database.
0 commit comments