Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b39c5be commit 641b3b4Copy full SHA for 641b3b4
1 file changed
.travis/install.sh
@@ -74,6 +74,8 @@ PROMPT Creating $UT3_TESTER - Power-user for testing internal framework code
74
create user $UT3_TESTER identified by "$UT3_TESTER_PASSWORD" default tablespace $UT3_TABLESPACE quota unlimited on $UT3_TABLESPACE;
75
grant create session, create procedure, create type, create table to $UT3_TESTER;
76
77
+grant execute on dbms_lock to $UT3_TESTER;
78
+
79
PROMPT Granting $UT3_OWNER code to $UT3_TESTER
80
81
begin
0 commit comments