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 810be07 commit e7c9567Copy full SHA for e7c9567
java/ojvm/Workers_jdbc.java
@@ -60,7 +60,7 @@ public static void main (String args []) throws SQLException {
60
61
DriverManager.registerDriver(new oracle.jdbc.OracleDriver());
62
conn = DriverManager.getConnection("jdbc:oracle:thin:",
63
- "scott", "tiger");
+ "testuser", "<your_db_password>");
64
System.out.println ("Running in JDK VM, outside the database!");
65
}
66
0 commit comments