Skip to content

Commit fedb062

Browse files
Merge pull request #1360 from oracle-devrel/uschwinn-patch-45
Update README.md
2 parents bcbddc6 + e734ec5 commit fedb062

File tree

1 file changed

+5
-4
lines changed
  • data-platform/core-converged-db/hybrid-partitioned/dbms_cloud

1 file changed

+5
-4
lines changed

data-platform/core-converged-db/hybrid-partitioned/dbms_cloud/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# DBMS_CLOUD: API for Accessing the Data Stored in the Object Storage
1+
## DBMS_CLOUD API
22

33
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
44

5-
Review Date: 24.01.2024
5+
Review Date: 30.10.2024
66

77
# When to use this asset?
88

@@ -16,8 +16,8 @@ Follow PDF instructions.
1616

1717
## Documentation
1818

19-
- [Managing Hybrid Partitioned Tables](https://docs.oracle.com/en/database/oracle/oracle-database/19/vldbg/manage_hypt.html#GUID-ACBDB3B2-0A16-4CFD-8FF1-A57C9B3D907F)
20-
- [DBMS_CLOUD documentation](https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/DBMS_CLOUD.html#GUID-6CCC322D-26A9-47E7-8FF5-5FF23807C968)
19+
- [Managing Hybrid Partitioned Tables](https://docs.oracle.com/en/database/oracle/oracle-database/23/vldbg/manage_hypt.html#GUID-ACBDB3B2-0A16-4CFD-8FF1-A57C9B3D907F)
20+
- [DBMS_CLOUD documentation](https://docs.oracle.com/en/database/oracle/oracle-database/23/arpls/DBMS_CLOUD.html#GUID-6CCC322D-26A9-47E7-8FF5-5FF23807C968)
2121

2222
## Blogs
2323

@@ -32,6 +32,7 @@ Follow PDF instructions.
3232
- [Hybrid Partitioned Tables - an introduction with examples](https://blogs.oracle.com/coretec/post/hybrid-partitioned-tables-introduction)
3333
- [Hybrid Partitioned Tables and Lifecycle Management](https://blogs.oracle.com/coretec/post/hybrid-partitioned-tables-and-lifecycle-management)
3434
- [ORAWORLD magazine article page 26-31](https://www.oraworld.org/fileadmin/documents/27-ORAWORLD.pdf)
35+
- [Oracle Object Storage Access for all Oracle Databases with DBMS_CLOUD](https://blogs.oracle.com/coretec/post/oracle-object-storage-access-for-all-oracle-databases-with-dbmscloud)
3536

3637

3738
# License

0 commit comments

Comments
 (0)