Skip to content

Commit 45b0b42

Browse files
committed
fixed image issue in OCI readme
1 parent d541f85 commit 45b0b42

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
1.26 MB
Loading

multicloud/oci-cli/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,10 @@ JDBC is a common way to connect to Autonomous Database. For example, you can use
7070

7171
Notice the `jdbc:oracle:thin:@` prefix followed by a connection string. You can find the connection string in different ways.
7272

73-
1. Go to your Autonomous Database blade in the Azure Portal and go to **Settings -> Connections**:
74-
![Azure Portal connections](../images/connections-portal.png)
75-
2. Use the Azure cli script [`show-adb-info.sh`](./show-adb-info.sh). That script will return information about your Autonomous Database, including connection details.
73+
1. Go to your Autonomous Database instance in the OCI Console and click **Database Connections**:
74+
<img src="../images/connection-console-oci.png" style="width75%; height:auto;" alt="ADB Connection in the OCI Console">
75+
76+
2. Use the OCI cli script [`show-adb-info.sh`](./show-adb-info.sh). That script will return information about your Autonomous Database, including connection details.
7677

7778
<hr>
7879
Copyright (c) 2024 Oracle and/or its affiliates.<br>

0 commit comments

Comments
 (0)