Skip to content

Commit e7c9567

Browse files
authored
Remove Scott
1 parent 810be07 commit e7c9567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ojvm/Workers_jdbc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static void main (String args []) throws SQLException {
6060

6161
DriverManager.registerDriver(new oracle.jdbc.OracleDriver());
6262
conn = DriverManager.getConnection("jdbc:oracle:thin:",
63-
"scott", "tiger");
63+
"testuser", "<your_db_password>");
6464
System.out.println ("Running in JDK VM, outside the database!");
6565
}
6666

0 commit comments

Comments
 (0)