We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1343b6f commit cd05087Copy full SHA for cd05087
ojdbc-provider-samples/src/main/java/oracle/jdbc/provider/oci/configuration/ObjectStorageExample.java
@@ -83,7 +83,7 @@ public class ObjectStorageExample {
83
* @throws SQLException if an error occurs during the database calls
84
*/
85
public static void main(String[] args) throws SQLException {
86
- String url = "jdbc:oracle:thin:@config-ociobject:" + OBJECT_URI;
+ String url = "jdbc:oracle:thin:@config-ociobject://" + OBJECT_URI;
87
88
if (OCI_AUTHENTICATION == null)
89
System.out.println("oci_authentication property is empty. Default " +
0 commit comments