Skip to content

Commit 152187c

Browse files
authored
Update hello.js
1 parent 594171d commit 152187c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

javascript/nashorn/hello.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
function hello()
22
{
33
/*
4-
*This is a sample Javascript file that prints "Hello World".
4+
* This is a sample Javascript file that prints "Hello World".
55
*
6+
* As indicated, your database user must have been granted the DBJAVASCRIPT role
67
* Before invoking it, you must load it into your database user schema
78
* loadjava –v –r –u hr/hr hello.js
89
* then call hello.js from SQL*Plus

0 commit comments

Comments
 (0)