Skip to content

Commit

Permalink
Update 23ai JSONRelationalDuality Tutorial using SQL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RanjanHub authored Jun 18, 2024
1 parent 1256b75 commit 331233f
Showing 1 changed file with 47 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,51 @@
**JSON Relational Duality Views** using Formula-1 (auto-racing) season data
through SQL.


## License

```
/*
** Copyright (c) 2024 Oracle and/or its affiliates
** The Universal Permissive License (UPL), Version 1.0
**
** Subject to the condition set forth below, permission is hereby granted to any
** person obtaining a copy of this software, associated documentation and/or data
** (collectively the "Software"), free of charge and under any and all copyright
** rights in the Software, and any and all patent rights owned or freely
** licensable by each licensor hereunder covering either (i) the unmodified
** Software as contributed to or provided by such licensor, or (ii) the Larger
** Works (as defined below), to deal in both
**
** (a) the Software, and
** (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
** one is included with the Software (each a "Larger Work" to which the Software
** is contributed by such licensors),
**
** without restriction, including without limitation the rights to copy, create
** derivative works of, display, perform, and distribute the Software and make,
** use, sell, offer for sale, import, export, have made, and have sold the
** Software and the Larger Work(s), and to sublicense the foregoing rights on
** either these or other terms.
**
** This license is subject to the following condition:
** The above copyright notice and either this complete permission notice or at
** a minimum a reference to the UPL must be included in all copies or
** substantial portions of the Software.
**
** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
** IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
** AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
** LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
** OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** SOFTWARE.
*/
```


## PREREQUISITES
Ensure that you have Oracle database 23c installed and running on a
Ensure that you have Oracle database 23ai installed and running on a
port. Ensure that the compatible parameter is set to `23.0.0.0.`

## USAGE
Expand All @@ -19,13 +62,6 @@
DIRECTORY, DROP ANY DIRECTORY, DBA TO janus IDENTIFIED BY janus;
```

## NOTES
Oracle Database 23c Free - Developer Release is the first release of
the next-generation Oracle Database, allowing developers a head-start
on building applications with innovative 23c features that simplify
development of modern data-driven apps. The entire feature set of
Oracle Database 23c is planned to be generally available within the
next 12 months.

## DOCUMENTATION
(https://docs.oracle.com/en/database/oracle/oracle-database/23/jsnvu/index.html)
Expand All @@ -35,8 +71,9 @@
Duality Views using Oracle Database API for MongoDB) tutorials.

## ADDITIONAL RESOURCE:
*[JSON Relational Duality: The Revolutionary Unification of Document, Object, and Relational Models](https://blogs.oracle.com/database/post/json-relational-duality-app-dev)
*[Oracle CloudWorld 2022 keynote](https://www.youtube.com/watch?v=e8-jBkO1NqY&t=17s)
1. [JSON Relational Duality: The Revolutionary Unification of Document, Object, and Relational Models](https://blogs.oracle.com/database/post/json-relational-duality-app-dev)
2. [Oracle Announces General Availability of JSON Relational Duality in Oracle Database 23ai](https://blogs.oracle.com/database/post/oracle-announces-general-availability-of-json-relational-duality-in-oracle-database-23ai)
3. [Oracle CloudWorld 2022 keynote](https://www.youtube.com/watch?v=e8-jBkO1NqY&t=17s)

## RUNNING THE TUTORIAL

Expand Down

0 comments on commit 331233f

Please sign in to comment.