Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 74647cc

Browse files
authored
Merge pull request #411 from jgebal/bugfix/travis_install_headless
Bugfix/travis install headless
2 parents 48fc715 + 7128023 commit 74647cc

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.travis/install.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ pwd
88
set feedback off
99
set verify off
1010
11-
--@../source/create_utplsql_owner.sql $UT3_OWNER $UT3_OWNER_PASSWORD $UT3_TABLESPACE
12-
@../source/install_headless.sql
11+
@../source/install_headless.sql $UT3_OWNER $UT3_OWNER_PASSWORD
12+
SQL
1313

14+
"$SQLCLI" sys/$ORACLE_PWD@//$CONNECTION_STR AS SYSDBA <<-SQL
1415
set feedback on
15-
--change the deafult password
16-
alter user $UT3_OWNER identified by $UT3_OWNER_PASSWORD;
1716
--needed for Mystats script to work
1817
grant select any dictionary to $UT3_OWNER;
1918
--Needed for testing a coverage outside ut3_owner.

0 commit comments

Comments
 (0)