From 47af461fa459cdebd8d7096f93de6e35db7d7bd4 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 11 Feb 2025 11:25:31 +1100 Subject: [PATCH 1/2] Add links to other examples. Fix trailing whitespace Signed-off-by: Christopher Jones --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 40628ff..247643f 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,13 @@ 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/) +* 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) +