Skip to content

Commit c83f419

Browse files
authored
Update create_grants.sql
1 parent 32728c0 commit c83f419

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/create_grants.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,13 @@ grant execute on &&ut3_owner..ut_debug_reporter to &ut3_user;
111111
grant execute on &&ut3_owner..ut_reporters to &ut3_user;
112112
grant execute on &&ut3_owner..ut_reporter_base to &ut3_user;
113113
grant execute on &&ut3_owner..ut_output_reporter_base to &ut3_user;
114+
grant execute on &&ut3_owner..ut_coverage_reporter_base to &ut3_user;
115+
grant execute on &&ut3_owner..ut_console_reporter_base to &ut3_user;
114116

115117
--outputs
116118
grant execute on &&ut3_owner..ut_output_buffer_base to &ut3_user;
119+
grant execute on &&ut3_owner..ut_output_table_buffer to &ut3_user;
120+
grant execute on &&ut3_owner..ut_output_clob_table_buffer to &ut3_user;
117121

118122
--needed internally for selecting from annotation objects within packages that use invoker rights
119123
grant execute on &&ut3_owner..ut_annotation_objs_cache_info to &ut3_user;

0 commit comments

Comments
 (0)