Skip to content

Commit 05a43bc

Browse files
committed
fixing image
1 parent 45b0b42 commit 05a43bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
-794 KB
Loading

multicloud/oci-cli/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ JDBC is a common way to connect to Autonomous Database. For example, you can use
7171
Notice the `jdbc:oracle:thin:@` prefix followed by a connection string. You can find the connection string in different ways.
7272

7373
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-
74+
![connection dialog](../images/connection-console-oci.png)
75+
7676
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.
7777

7878
<hr>

0 commit comments

Comments
 (0)