Skip to content

Commit 7633dcb

Browse files
authored
Update hello.sql
1 parent 152187c commit 7633dcb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

javascript/nashorn/hello.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
REM
22
REM Script for running hello.js in the database
33
REM
4-
SQL>set serveroutput on
5-
SQL>call dbms_java.set_output(20000);
6-
SQL>call dbms_javascript.run("hello.js");
7-
4+
set serveroutput on
5+
call dbms_java.set_output(20000);
6+
call dbms_javascript.run("hello.js");
7+

0 commit comments

Comments
 (0)