Skip to content

Commit 24e9f34

Browse files
authored
Update UCPDBTokenSample.java
1 parent dc25b2c commit 24e9f34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/jdbc/ConnectionSamples/UCPDBTokenSample.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ connection to the Autonomous Database (ADB) using database token
66
issued by the OCI Identity service.
77
88
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.
9+
Step 2: Make sure to have either 21.4.0.0.1 or 19.13.0.0.1 or later versions of
10+
JDBC driver and UCP (ucp.jar) in the classpath. Both must be from the same version.
1111
Step 2: Compile and Run the sample UCPDBTokenSample
1212
1313
NOTES

0 commit comments

Comments
 (0)