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

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
Pazus committed Jul 3, 2017
commit 3bd33d1ceeb4ecb58e87dee5e50938f19b2c45f5
10 changes: 6 additions & 4 deletions .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ set verify off
--@../source/create_utplsql_owner.sql $UT3_OWNER $UT3_OWNER_PASSWORD $UT3_TABLESPACE
@../source/install_headless.sql

set feedback on
--change the deafult password
alter user $UT3_OWNER identified by $UT3_OWNER_PASSWORD;
--needed for Mystats script to work
grant select any dictionary to $UT3_OWNER;
--Needed for testing a coverage outside ut3_owner.
grant create any procedure, execute any procedure to $UT3_OWNER;

set feedback off
@../source/create_utplsql_owner.sql $UT3_USER $UT3_USER_PASSWORD $UT3_TABLESPACE

cd ..
Expand All @@ -27,10 +29,10 @@ cd ..
--@ut_debug_enable.sql
--cd ..

cd source
@install.sql $UT3_OWNER
@create_synonyms_and_grants_for_user.sql $UT3_OWNER $UT3_USER
cd ..
--cd source
--@install.sql $UT3_OWNER
--@create_synonyms_and_grants_for_user.sql $UT3_OWNER $UT3_USER
--cd ..

cd development
conn $UT3_OWNER/$UT3_OWNER_PASSWORD@//$CONNECTION_STR
Expand Down