File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -111,9 +111,13 @@ grant execute on &&ut3_owner..ut_debug_reporter to &ut3_user;
111111grant execute on &&ut3_owner..ut_reporters to &ut3_user;
112112grant execute on &&ut3_owner..ut_reporter_base to &ut3_user;
113113grant 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
116118grant 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
119123grant execute on &&ut3_owner..ut_annotation_objs_cache_info to &ut3_user;
You can’t perform that action at this time.
0 commit comments