We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc25b2c commit 24e9f34Copy full SHA for 24e9f34
java/jdbc/ConnectionSamples/UCPDBTokenSample.java
@@ -6,8 +6,8 @@ connection to the Autonomous Database (ADB) using database token
6
issued by the OCI Identity service.
7
8
Step 1: Enter the DB_URL to pointing to your Autonomous Database (ADB)
9
- Step 2: Make sure to have either 21.4.0.0.1 or 19.13.0.0.1 JDBC driver
10
- and UCP (ucp.jar) in the classpath. Both must be from the same version.
+ Step 2: Make sure to have either 21.4.0.0.1 or 19.13.0.0.1 or later versions of
+ JDBC driver and UCP (ucp.jar) in the classpath. Both must be from the same version.
11
Step 2: Compile and Run the sample UCPDBTokenSample
12
13
NOTES
0 commit comments