Skip to content

Commit 09bab91

Browse files
authored
Update TrimLob.sql
Remove Scott user
1 parent 2269e67 commit 09bab91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ojvm/TrimLob.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
REM replace scott/tiger with you database username/password
1+
REM Create a table basic_lob_table
22
REM
3-
connect scott/tiger;
3+
connect testuser/<your_db_password>;
44
drop table basic_lob_table;
55
create table basic_lob_table (x varchar2 (30), b blob, c clob);

0 commit comments

Comments
 (0)