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

Skip to content

Commit 3bd33d1

Browse files
committed
fix
1 parent 4dbf6e8 commit 3bd33d1

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.travis/install.sh

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ set verify off
1111
--@../source/create_utplsql_owner.sql $UT3_OWNER $UT3_OWNER_PASSWORD $UT3_TABLESPACE
1212
@../source/install_headless.sql
1313
14+
set feedback on
1415
--change the deafult password
1516
alter user $UT3_OWNER identified by $UT3_OWNER_PASSWORD;
1617
--needed for Mystats script to work
1718
grant select any dictionary to $UT3_OWNER;
1819
--Needed for testing a coverage outside ut3_owner.
1920
grant create any procedure, execute any procedure to $UT3_OWNER;
2021
22+
set feedback off
2123
@../source/create_utplsql_owner.sql $UT3_USER $UT3_USER_PASSWORD $UT3_TABLESPACE
2224
2325
cd ..
@@ -27,10 +29,10 @@ cd ..
2729
--@ut_debug_enable.sql
2830
--cd ..
2931
30-
cd source
31-
@install.sql $UT3_OWNER
32-
@create_synonyms_and_grants_for_user.sql $UT3_OWNER $UT3_USER
33-
cd ..
32+
--cd source
33+
--@install.sql $UT3_OWNER
34+
--@create_synonyms_and_grants_for_user.sql $UT3_OWNER $UT3_USER
35+
--cd ..
3436
3537
cd development
3638
conn $UT3_OWNER/$UT3_OWNER_PASSWORD@//$CONNECTION_STR

0 commit comments

Comments
 (0)