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

Skip to content

Commit 37e5533

Browse files
committed
fixed references in test_suite_manager.pkb
Added additional grants to UT_TESTER user
1 parent 2155b99 commit 37e5533

2 files changed

Lines changed: 227 additions & 240 deletions

File tree

.travis/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ set feedback off
3030
3131
set feedback on
3232
--Needed for testing coverage outside of main UT3 schema.
33-
grant create any procedure, drop any procedure, execute any procedure, execute any type, select any table, delete any table to $UT3_TESTER;
33+
grant create any procedure, drop any procedure, execute any procedure, create any type, drop any type, execute any type, under any type, select any table, delete any table, create any table, drop any table, alter any table, select any dictionary to $UT3_TESTER;
3434
exit
3535
SQL

0 commit comments

Comments
 (0)