You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sql/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@ Numerous SQL scripts are available to help you get started using Autonomous Data
3
3
4
4
Prerequisites:
5
5
* Create an Autonomous Database
6
-
*[On OCI](./multicloud/oci-cli/README.md)
7
-
*[On Azure](./multicloud/azure-cli/README.md)
8
-
* On Google Cloud (deployment script coming soon)
6
+
*[On OCI](../multicloud/oci-cli/README.md)
7
+
*[On Azure](../multicloud/azure-cli/README.md)
8
+
*[On Google Cloud](../multicloud/gcloud-cli/README.md)
9
9
* 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.
10
10
* Use these great VS Code extensions that help you develop and debug your database apps:
11
11
* SQL Developer for VS Code ([Learn More](https://www.oracle.com/database/sqldeveloper/vscode/) | [Marketplace](https://marketplace.visualstudio.com/items?itemName=Oracle.sql-developer))
0 commit comments