diff --git a/README.md b/README.md index 40628ff..cb1e44a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Oracle Autonomous Database Samples -[![License: UPL](https://img.shields.io/badge/license-UPL-green)](https://img.shields.io/badge/license-UPL-green) +[![License: UPL](https://img.shields.io/badge/license-UPL-green)](https://img.shields.io/badge/license-UPL-green) ## Introduction -Oracle Autonomous Database provides a fully automated cloud database service that eliminates manual database management tasks, reduces operational costs, enhances security through automatic patching and encryption, and enables businesses to rapidly scale and optimize their data processing and analytics. +Oracle Autonomous Database provides a fully automated cloud database service that eliminates manual database management tasks, reduces operational costs, enhances security through automatic patching and encryption, and enables businesses to rapidly scale and optimize their data processing and analytics. Autonomous Database runs natively on OCI, Azure (Oracle Database@Azure) and Google Cloud (Oracle Database@Google Cloud). Modernize and deliver powerful new apps that leverage Oracle Database 23ai with other cloud services services: * Build new cloud native apps using built-in integrations, such as Kubernetes, AI, DevOps and more @@ -13,8 +13,8 @@ Autonomous Database runs natively on OCI, Azure (Oracle Database@Azure) and Goog Use these samples to deploy Autonomous Database on cloud providers using APIs. Then, check out the SQL samples that leverage both Autonomous Database cloud integration and converged database capabiltities. ## Getting Started -* Deploy Autonomous Database: - * [On OCI](./multicloud/oci-cli/README.md) +* Deploy Autonomous Database: + * [On OCI](./multicloud/oci-cli/README.md) * [On Azure](./multicloud/azure-cli/README.md) * [On Google](./multicloud/gcloud-cli/README.md) * Connect to your Autonomous Database @@ -29,6 +29,14 @@ Use these samples to deploy Autonomous Database on cloud providers using APIs. T * Build property graphs and run analytics over those graphs * .... and more +## Other Examples + +You may be interested in other Oracle Database examples: +* [Examples of applications and tool usage for Oracle Database](https://github.com/oracle-samples/oracle-db-examples/) +* Oracle .NET [Autonomous Database code examples](https://github.com/oracle/dotnet-db-samples/tree/master/samples/autonomous-db) and [general code examples](https://github.com/oracle/dotnet-db-samples/tree/master/samples) +* Python [python-oracledb examples](https://github.com/oracle/python-oracledb/tree/main/samples) +* Node.js [node-oracledb examples](https://github.com/oracle/node-oracledb/tree/main/examples) +