We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd9dff commit 5ca390fCopy full SHA for 5ca390f
.travis/install_utplsql_v2.3.1.sh
@@ -16,4 +16,7 @@ alter user utp quota unlimited on users;
16
exit
17
SQL
18
19
-sqlplus -S -L utp/utp @ut_i_do.sql install
+sqlplus -S -L utp/utp <<SQL
20
+@ut_i_do.sql install
21
+exit
22
+SQL
0 commit comments