8000 Update install.sh · utPLSQL/utPLSQL@641b3b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 641b3b4

Browse files
authored
Update install.sh
1 parent b39c5be commit 641b3b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ PROMPT Creating $UT3_TESTER - Power-user for testing internal framework code
7474
create user $UT3_TESTER identified by "$UT3_TESTER_PASSWORD" default tablespace $UT3_TABLESPACE quota unlimited on $UT3_TABLESPACE;
7575
grant create session, create procedure, create type, create table to $UT3_TESTER;
7676
77+
grant execute on dbms_lock to $UT3_TESTER;
78+
7779
PROMPT Granting $UT3_OWNER code to $UT3_TESTER
7880
7981
begin

0 commit comments

Comments
 (0)
0