You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--Needed for testing coverage outside of main UT3 schema.
73
-
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, update any table, insert any table, delete any table, create any table, drop any table, alter any table, select any dictionary to $UT3_TESTER;
74
-
revoke execute on dbms_crypto from $UT3_TESTER;
75
-
grant create job to $UT3_TESTER;
76
67
exit
77
68
SQL
78
69
79
-
#Create additional UT3$USER# to test for special characters
70
+
#Create additional UT3$USER# to test for special characters and front end API testing
80
71
time"$SQLCLI" sys/$ORACLE_PWD@//$CONNECTION_STR AS SYSDBA <<-SQL
grant create public database link to $UT3_TESTER_HELPER;
85
+
grant drop public database link to $UT3_TESTER_HELPER;
86
+
set feedback on
87
+
--Needed for testing coverage outside of main UT3 schema.
88
+
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, update any table, insert any table, delete any table, create any table, drop any table, alter any table, select any dictionary to $UT3_TESTER_HELPER;
89
+
revoke execute on dbms_crypto from $UT3_TESTER_HELPER;
0 commit comments