Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
install.sh
1 parent 04c209f commit 7128023Copy full SHA for 7128023
1 file changed
.travis/install.sh
@@ -8,12 +8,11 @@ pwd
8
set feedback off
9
set verify off
10
11
---@../source/create_utplsql_owner.sql $UT3_OWNER $UT3_OWNER_PASSWORD $UT3_TABLESPACE
12
-@../source/install_headless.sql
+@../source/install_headless.sql $UT3_OWNER $UT3_OWNER_PASSWORD
+SQL
13
14
+"$SQLCLI" sys/$ORACLE_PWD@//$CONNECTION_STR AS SYSDBA <<-SQL
15
set feedback on
---change the deafult password
16
-alter user $UT3_OWNER identified by $UT3_OWNER_PASSWORD;
17
--needed for Mystats script to work
18
grant select any dictionary to $UT3_OWNER;
19
--Needed for testing a coverage outside ut3_owner.
0 commit comments