Skip to content

Commit d1426cb

Browse files
authored
Merge pull request #13 from cjbj/driver-links
Add links to other examples
2 parents c2aa17b + 1d525ec commit d1426cb

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Oracle Autonomous Database Samples
22

3-
[![License: UPL](https://img.shields.io/badge/license-UPL-green)](https://img.shields.io/badge/license-UPL-green)
3+
[![License: UPL](https://img.shields.io/badge/license-UPL-green)](https://img.shields.io/badge/license-UPL-green)
44

55
## Introduction
6-
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.
6+
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.
77

88
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:
99
* 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
1313
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.
1414

1515
## Getting Started
16-
* Deploy Autonomous Database:
17-
* [On OCI](./multicloud/oci-cli/README.md)
16+
* Deploy Autonomous Database:
17+
* [On OCI](./multicloud/oci-cli/README.md)
1818
* [On Azure](./multicloud/azure-cli/README.md)
1919
* [On Google](./multicloud/gcloud-cli/README.md)
2020
* Connect to your Autonomous Database
@@ -29,6 +29,14 @@ Use these samples to deploy Autonomous Database on cloud providers using APIs. T
2929
* Build property graphs and run analytics over those graphs
3030
* .... and more
3131

32+
## Other Examples
33+
34+
You may be interested in other Oracle Database examples:
35+
* [Examples of applications and tool usage for Oracle Database](https://github.com/oracle-samples/oracle-db-examples/)
36+
* 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)
37+
* Python [python-oracledb examples](https://github.com/oracle/python-oracledb/tree/main/samples)
38+
* Node.js [node-oracledb examples](https://github.com/oracle/node-oracledb/tree/main/examples)
39+
3240
<!--
3341
3442
### Prerequisites
@@ -61,4 +69,4 @@ Licensed under the Universal Permissive License (UPL), Version 1.0.
6169

6270
See [LICENSE](LICENSE.txt) for more details.
6371

64-
ORACLE AND ITS AFFILIATES DO NOT PROVIDE ANY WARRANTY WHATSOEVER, EXPRESS OR IMPLIED, FOR ANY SOFTWARE, MATERIAL OR CONTENT OF ANY KIND CONTAINED OR PRODUCED WITHIN THIS REPOSITORY, AND IN PARTICULAR SPECIFICALLY DISCLAIM ANY AND ALL IMPLIED WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE. FURTHERMORE, ORACLE AND ITS AFFILIATES DO NOT REPRESENT THAT ANY CUSTOMARY SECURITY REVIEW HAS BEEN PERFORMED WITH RESPECT TO ANY SOFTWARE, MATERIAL OR CONTENT CONTAINED OR PRODUCED WITHIN THIS REPOSITORY. IN ADDITION, AND WITHOUT LIMITING THE FOREGOING, THIRD PARTIES MAY HAVE POSTED SOFTWARE, MATERIAL OR CONTENT TO THIS REPOSITORY WITHOUT ANY REVIEW. USE AT YOUR OWN RISK.
72+
ORACLE AND ITS AFFILIATES DO NOT PROVIDE ANY WARRANTY WHATSOEVER, EXPRESS OR IMPLIED, FOR ANY SOFTWARE, MATERIAL OR CONTENT OF ANY KIND CONTAINED OR PRODUCED WITHIN THIS REPOSITORY, AND IN PARTICULAR SPECIFICALLY DISCLAIM ANY AND ALL IMPLIED WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE. FURTHERMORE, ORACLE AND ITS AFFILIATES DO NOT REPRESENT THAT ANY CUSTOMARY SECURITY REVIEW HAS BEEN PERFORMED WITH RESPECT TO ANY SOFTWARE, MATERIAL OR CONTENT CONTAINED OR PRODUCED WITHIN THIS REPOSITORY. IN ADDITION, AND WITHOUT LIMITING THE FOREGOING, THIRD PARTIES MAY HAVE POSTED SOFTWARE, MATERIAL OR CONTENT TO THIS REPOSITORY WITHOUT ANY REVIEW. USE AT YOUR OWN RISK.

0 commit comments

Comments
 (0)