Skip to content

Commit cd05087

Browse files
Add missing '//'
1 parent 1343b6f commit cd05087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ojdbc-provider-samples/src/main/java/oracle/jdbc/provider/oci/configuration/ObjectStorageExample.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public class ObjectStorageExample {
8383
* @throws SQLException if an error occurs during the database calls
8484
*/
8585
public static void main(String[] args) throws SQLException {
86-
String url = "jdbc:oracle:thin:@config-ociobject:" + OBJECT_URI;
86+
String url = "jdbc:oracle:thin:@config-ociobject://" + OBJECT_URI;
8787

8888
if (OCI_AUTHENTICATION == null)
8989
System.out.println("oci_authentication property is empty. Default " +

0 commit comments

Comments
 (0)