Skip to content

Commit 1c2c71b

Browse files
Create README.md
1 parent 28c70d4 commit 1c2c71b

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

  • data-platform/autonomous-ai-database/autonomous-ai-json/ai-json-cloud-demo
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
This repository contains demo presenting capabilities of Oracle Database related to processing external JSON data stored in Object Storage buckets.
2+
It consists of the following files:
3+
* utl_json_cloud.* - this is the definition of PL/SQL package UTL_JSON_CLOUD, which is used in the demo
4+
this package provides
5+
wrappers for credential creation procedures allowing to create a credential object in the same way regardless of the flavour of the database
6+
procedures automatizing creation of JSON collection views pointing to external JSON data
7+
* demo.sql - demo presenting reading, importing, exporting and managing the external JSON data
8+
9+
# License
10+
11+
Copyright (c) 2025 Oracle and/or its affiliates.
12+
13+
Licensed under the Universal Permissive License (UPL), Version 1.0.
14+
15+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

0 commit comments

Comments
 (0)