Skip to content

Commit 20f5975

Browse files
Add missing '//'
1 parent 9750ec9 commit 20f5975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ojdbc-provider-oci/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ Provider can now support Database Tools Connections with Proxy Authentication,
7070
only if username is provided in Proxy Authentication Info, without the password and roles.
7171

7272
## OCI Object Storage Config Provider
73-
The Oracle DataSource uses a new prefix `jdbc:oracle:thin:@config-ociobject:` to be able to identify that the configuration parameters should be loaded using OCI Object Storage. Users only need to indicate the URL Path of the Object containing the JSON payload, with the following syntax:
73+
The Oracle DataSource uses a new prefix `jdbc:oracle:thin:@config-ociobject://` to be able to identify that the configuration parameters should be loaded using OCI Object Storage. Users only need to indicate the URL Path of the Object containing the JSON payload, with the following syntax:
7474

7575
<pre>
76-
jdbc:oracle:thin:@config-ociobject:{url_path}[?option1=value1&option2=value2...]
76+
jdbc:oracle:thin:@config-ociobject://{url_path}[?option1=value1&option2=value2...]
7777
</pre>
7878

7979
The insturctions of obtaining a URL Path can be found in [Get the URI or Pre-Authenticated Request URL to Access the Object Store](https://docs.oracle.com/en/cloud/paas/autonomous-database/csgru/get-uri-access-object-store.html).

0 commit comments

Comments
 (0)