File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ grant execute on &&ut3_owner..ut_debug_reporter to public;
8989-- reporters - base types
9090grant execute on &&ut3_owner..ut_reporters to public;
9191grant execute on &&ut3_owner..ut_reporter_base to public;
92+ grant execute on &&ut3_owner..ut_output_reporter_base to public;
9293
9394-- outputs
9495grant execute on &&ut3_owner..ut_output_buffer_base to public;
@@ -175,6 +176,7 @@ create public synonym ut_debug_reporter for &&ut3_owner..ut_debug_reporter;
175176-- reporters - base types
176177create public synonym ut_reporters for &&ut3_owner..ut_reporters;
177178create public synonym ut_reporter_base for &&ut3_owner..ut_reporter_base;
179+ create public synonym ut_output_reporter_base for &&ut3_owner..ut_output_reporter_base;
178180
179181-- other synonyms
180182create public synonym dbmspcc_blocks for &&ut3_owner..dbmspcc_blocks;
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ grant execute on &&ut3_owner..ut_debug_reporter to &ut3_user;
108108-- reporters - base types
109109grant execute on &&ut3_owner..ut_reporters to &ut3_user;
110110grant execute on &&ut3_owner..ut_reporter_base to &ut3_user;
111+ grant execute on &&ut3_owner..ut_output_reporter_base to &ut3_user;
111112
112113-- outputs
113114grant execute on &&ut3_owner..ut_output_buffer_base to &ut3_user;
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ create or replace synonym &ut3_user..ut_debug_reporter for &&ut3_owner..ut_debug
111111-- reporters - base types
112112create or replace synonym &ut3_user..ut_reporters for &&ut3_owner..ut_reporters;
113113create or replace synonym &ut3_user..ut_reporter_base for &&ut3_owner..ut_reporter_base;
114+ create or replace synonym &ut3_user..ut_output_reporter_base for &&ut3_owner..ut_output_reporter_base;
114115
115116-- other synonyms
116117create or replace synonym &ut3_user..dbmspcc_blocks for &&ut3_owner..dbmspcc_blocks;
You can’t perform that action at this time.
0 commit comments