Skip to content

Commit 7fc8d2c

Browse files
committed
Recovered grant execute on ut_output_reporter_base
1 parent dd9afb0 commit 7fc8d2c

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

source/create_synonyms_and_grants_for_public.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ grant execute on &&ut3_owner..ut_debug_reporter to public;
8989
--reporters - base types
9090
grant execute on &&ut3_owner..ut_reporters to public;
9191
grant execute on &&ut3_owner..ut_reporter_base to public;
92+
grant execute on &&ut3_owner..ut_output_reporter_base to public;
9293

9394
--outputs
9495
grant 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
176177
create public synonym ut_reporters for &&ut3_owner..ut_reporters;
177178
create 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
180182
create public synonym dbmspcc_blocks for &&ut3_owner..dbmspcc_blocks;

source/create_user_grants.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ grant execute on &&ut3_owner..ut_debug_reporter to &ut3_user;
108108
--reporters - base types
109109
grant execute on &&ut3_owner..ut_reporters to &ut3_user;
110110
grant 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
113114
grant execute on &&ut3_owner..ut_output_buffer_base to &ut3_user;

source/create_user_synonyms.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ create or replace synonym &ut3_user..ut_debug_reporter for &&ut3_owner..ut_debug
111111
--reporters - base types
112112
create or replace synonym &ut3_user..ut_reporters for &&ut3_owner..ut_reporters;
113113
create 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
116117
create or replace synonym &ut3_user..dbmspcc_blocks for &&ut3_owner..dbmspcc_blocks;

0 commit comments

Comments
 (0)