|
| 1 | +# oracle-json sample sql scripts |
| 2 | +### JSON Collection tables |
| 3 | +- Loading JSON documents via external tables and DBMS_CLOUD |
| 4 | +- Sample queries using SQL/JSON functions: JSON_VALUE,JSON_EXISTS,JSON_QUERY |
| 5 | +### JSON Collection Views |
| 6 | +- JSON Collection views |
| 7 | +- Using JSON_TABLE function to map JSON data to columns |
| 8 | +- Automatic creation of JSON Collection Views using DATA_GUIDE |
| 9 | +- Using JSON collection Views with Aggregate and Window functions |
| 10 | +### JSON Relational Duality Views |
| 11 | +- Customer / Products /Sales relational data model via a duality view |
| 12 | +- Updating a Duality View |
| 13 | +### Materizalized Views over JSON Data |
| 14 | +- Using Materialized views over JSON data for performance |
| 15 | +- Automatic Query rewrite of Materialized Views |
| 16 | +- Using Materialized Views for aggregation |
| 17 | +### Partitioning JSON Data |
| 18 | +- Partitioning and Indexing JSON Collections |
| 19 | +### JSON Dataguide |
| 20 | +- Creating Views using DATA_GUIDE. Views from Path Expressions |
| 21 | +### OLTP Compression for JSON Data |
| 22 | +- Creating JSON Collection Tables using COMPRESSION MEDIUM and COMPRESSION HIGH |
| 23 | +### JSON Schema |
| 24 | +- Generating JSON schemas with data guide |
| 25 | +- Generating JSON schemas with BMS_JSON_SCHEMA.describe |
| 26 | +- Validating a JSON doc against a schema |
1 | 27 |
|
| 28 | +### Users and Roles in Autonomous JSON |
| 29 | +- Creating dev and administrative users in Autonomous JSON |
| 30 | +### Loading JSON Collections |
| 31 | +- Using External Tables |
| 32 | +- Using Object Storage |
| 33 | + |
0 commit comments