Skip to content

Commit 9a7d1d8

Browse files
Create README.md
1 parent 4482a5b commit 9a7d1d8

File tree

1 file changed

+35
-0
lines changed
  • data-platform/core-converged-db/dbms_cloud

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# DBMS_CLOUD. API for accessing the data stored in the object storage
2+
3+
DBMS_CLOUD is a PL/SQL package, which allows for accessing the data stored in an object storage bucket. It supports not only Oracle Object Storage but also AWS S3 and Azure Blob. Can be used to read and write data stored outside of the database. To read the data we can create external tables or hybrid partitioned tables
4+
5+
Review Date: 24.01.2024
6+
7+
## Useful Links
8+
9+
### Documentation
10+
11+
- [Managing Hybrid Partitioned Tables](https://docs.oracle.com/en/database/oracle/oracle-database/19/vldbg/manage_hypt.html#GUID-ACBDB3B2-0A16-4CFD-8FF1-A57C9B3D907F)
12+
- [DBMS_CLOUD documentation](https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/DBMS_CLOUD.html#GUID-6CCC322D-26A9-47E7-8FF5-5FF23807C968)
13+
14+
15+
### Team Publications
16+
17+
- [Hybrid Partitioned Tables - an introduction with examples](https://blogs.oracle.com/coretec/post/hybrid-partitioned-tables-introduction)
18+
- [Hybrid Partitioned Tables and Lifecycle Management](https://blogs.oracle.com/coretec/post/hybrid-partitioned-tables-and-lifecycle-management)
19+
- [ORAWORLD magazine article page 26-31](https://www.oraworld.org/fileadmin/documents/27-ORAWORLD.pdf)
20+
21+
### Blogs
22+
23+
- [Oracle Autonomous Data Warehouse - Access Parquet Files in Object Stores](https://blogs.oracle.com/datawarehousing/post/oracle-autonomous-data-warehouse-access-parquet-files-in-object-stores)
24+
25+
### LiveLabs Workshops
26+
27+
- [Database 19c - Hybrid Partitioning](https://apexapps.oracle.com/pls/apex/dbpm/r/livelabs/view-workshop?wid=568)
28+
29+
# License
30+
31+
Copyright (c) 2023 Oracle and/or its affiliates.
32+
33+
Licensed under the Universal Permissive License (UPL), Version 1.0.
34+
35+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

0 commit comments

Comments
 (0)