Skip to content

Commit ecb9ac9

Browse files
committed
Adding grant for creating procedure outside ut3_owner user
1 parent ab0fe52 commit ecb9ac9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis/install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ set verify off
1111
@../source/create_utplsql_owner.sql $UT3_OWNER $UT3_OWNER_PASSWORD $UT3_TABLESPACE
1212
--needed for Mystats script to work
1313
grant select any dictionary to $UT3_OWNER;
14+
--Needed for testing a coverage outside ut3_owner.
15+
grant create any procedure, execute any procedure to $UT3_OWNER;
16+
1417
@../source/create_utplsql_owner.sql $UT3_USER $UT3_USER_PASSWORD $UT3_TABLESPACE
18+
1519
cd ..
1620
1721
--enable plsql debug

tests/RunAll.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ create table ut$test_table (val varchar2(1));
2525
@@helpers/utplsql_test_reporter.typ
2626
@@helpers/test_reporters.pks
2727
@@helpers/test_reporters.pkb
28+
@@helpers/html_coverage_test.pck
2829
@@helpers/test_reporters_1.pks
2930
@@helpers/test_reporters_1.pkb
3031

0 commit comments

Comments
 (0)