Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Use these samples to deploy Autonomous Database on cloud providers using APIs. T
* Deploy Autonomous Database:
* [On OCI](./multicloud/oci-cli/README.md)
* [On Azure](./multicloud/azure-cli/README.md)
* On Google Cloud (deployment script coming soon)
* [On Google](./multicloud/gcloud-cli/README.md)
* Connect to your Autonomous Database
* [Learn about connectivity options](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/connect-preparing.html)
* Use these great VS Code extensions that help you develop and debug your database apps
Expand Down
6 changes: 3 additions & 3 deletions sql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Numerous SQL scripts are available to help you get started using Autonomous Data

Prerequisites:
* Create an Autonomous Database
* [On OCI](./multicloud/oci-cli/README.md)
* [On Azure](./multicloud/azure-cli/README.md)
* On Google Cloud (deployment script coming soon)
* [On OCI](../multicloud/oci-cli/README.md)
* [On Azure](../multicloud/azure-cli/README.md)
* [On Google Cloud](../multicloud/gcloud-cli/README.md)
* Azure and Google Cloud support private endpoints only; a VM must be deployed on the same VCN as Autonomous Database (or on a network that can access your Autonomous Database). OCI supports both public and private endpoints; ADB is deployed using public endpoints in our sample which means you can use your computer to access the database.
* Use these great VS Code extensions that help you develop and debug your database apps:
* SQL Developer for VS Code ([Learn More](https://www.oracle.com/database/sqldeveloper/vscode/) | [Marketplace](https://marketplace.visualstudio.com/items?itemName=Oracle.sql-developer))
Expand Down