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 6d9cdad commit 6b8fc55Copy full SHA for 6b8fc55
spec/install_oracle.sh
@@ -12,6 +12,7 @@ fi
12
13
~/.travis/oracle/install.sh
14
15
+# in dev env: sqlplus system/password@localhost/XE
16
"$ORACLE_HOME/bin/sqlplus" -L -S / AS SYSDBA <<SQL
17
ALTER USER $USER IDENTIFIED BY $USER;
18
SQL
0 commit comments