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 235c777 commit a67dcf5Copy full SHA for a67dcf5
.travis/install_utplsql.sh
@@ -8,11 +8,8 @@ curl -L -O "https://github.com/utPLSQL/utPLSQL/releases/download/$UTPLSQL_VERSIO
8
cat > install.sh.tmp <<EOF
9
tar -xzf $UTPLSQL_FILE.tar.gz
10
rm $UTPLSQL_FILE.tar.gz
11
-
12
cd /$UTPLSQL_FILE/source
13
14
-sqlplus -S -L system/oracle@//$CONNECTION_STR @install_headless.sql
15
-sqlplus -S -L system/oracle@//$CONNECTION_STR @install.sql ut3
+sqlplus -S -L sys/oracle@//$CONNECTION_STR AS SYSDBA @install_headless.sql
16
EOF
17
18
# Copy utPLSQL files to the container and install it.
0 commit comments