Skip to content

Commit 49068e4

Browse files
authored
Update TrimLob.java
1 parent 4db5160 commit 49068e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ojvm/TrimLob.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ public static void main (String args []) throws SQLException {
4444

4545
DriverManager.registerDriver(new oracle.jdbc.OracleDriver());
4646
conn =
47-
DriverManager.getConnection("jdbc:oracle:thin:@localhost:1522/orcl", "scott",
48-
"tiger");
47+
DriverManager.getConnection("jdbc:oracle:thin:@localhost:1522/orcl", "testuser",
48+
"<your_db_password>");
4949
}
5050
long t0,t1;
5151
/*

0 commit comments

Comments
 (0)