|
1 |
| -# Oracle Database@Azure Samples |
| 1 | +# Oracle Autonomous Database Samples |
2 | 2 |
|
3 | 3 | [](https://img.shields.io/badge/license-UPL-green)
|
4 | 4 |
|
5 | 5 | ## Introduction
|
6 |
| -Oracle Database@Azure brings Oracle's best databases - Exadata and Autonomous Database - to Microsoft Azure as a native Azure services. Modernize and deliver powerful new apps that leverage Oracle Database 23ai and Azure services: |
7 |
| -* Build new cloud native apps using Azure services, such as Azure Kubernetes and Azure OpenAI, with Oracle Autonomous Database. |
| 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. |
| 7 | + |
| 8 | +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: |
| 9 | +* Build new cloud native apps using built-in integrations, such as Kubernetes, AI, DevOps and more |
8 | 10 | * Enhance existing apps with natural language and other generative AI capabilities.
|
9 | 11 | * Quickly react to business demands using one converged, fully automated database that’s optimized for all workloads and data formats.
|
10 | 12 |
|
| 13 | +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. |
| 14 | + |
11 | 15 | ## Getting Started
|
12 |
| -* [Subscribe to Oracle Database@Azure](https://www.youtube.com/watch?v=MEB8kB_TI2I) |
13 |
| -* Deploy a new Oracle Autonomous Database |
14 |
| - * [Using the Azure Portal](https://youtu.be/QOCvRr5CfeQ) |
15 |
| - * [Using Terraform scripts](https://github.com/oci-landing-zones/terraform-oci-multicloud-azure/tree/main) |
16 |
| - * [Using the Azure CLI](azure-cli/README.md) |
| 16 | +* Deploy Autonomous Database: |
| 17 | + * [On OCI](./multicloud/oci-cli/README.md) |
| 18 | + * [On Azure](./multicloud/azure-cli/README.md) |
| 19 | + * On Google Cloud (deployment script coming soon) |
17 | 20 | * Connect to your Autonomous Database
|
18 | 21 | * [Learn about connectivity options](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/connect-preparing.html)
|
19 | 22 | * Use these great VS Code extensions that help you develop and debug your database apps
|
20 | 23 | * SQL Developer for VS Code ([Learn More](https://www.oracle.com/database/sqldeveloper/vscode/) | [Marketplace](https://marketplace.visualstudio.com/items?itemName=Oracle.sql-developer))
|
21 | 24 | * Oracle Developer Tools for VS Code ([Learn More](https://docs.oracle.com/en/database/oracle/developer-tools-for-vscode/getting-started/gettingstarted.html) | [Marketplace](https://marketplace.visualstudio.com/items?itemName=Oracle.oracledevtools))
|
22 | 25 | * [Sample SQL code](./sql/README.md)
|
23 | 26 | * Create a database user and add sample data
|
24 |
| - * Work with data in Azure Storage |
| 27 | + * Work with data in cloud storage |
25 | 28 | * Get started with Select AI
|
| 29 | + * Build property graphs and run analytics over those graphs |
26 | 30 | * .... and more
|
27 | 31 |
|
28 | 32 | <!--
|
|
0 commit comments