Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 202e697

Browse files
committed
Reapply "Added ut_output_reporter_base to synonyms and grants""
This reverts commit 83e4b0b
1 parent d792fec commit 202e697

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

source/create_synonyms_and_grants_for_public.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ grant execute on &&ut3_owner..ut_varchar2_list to public;
5858
grant execute on &&ut3_owner..ut_varchar2_rows to public;
5959
grant execute on &&ut3_owner..ut_integer_list to public;
6060
grant execute on &&ut3_owner..ut_reporter_base to public;
61+
grant execute on &&ut3_owner..ut_output_reporter_base to public;
6162
grant execute on &&ut3_owner..ut_coverage to public;
6263
grant execute on &&ut3_owner..ut_coverage_options to public;
6364
grant execute on &&ut3_owner..ut_coverage_helper to public;
@@ -113,6 +114,7 @@ create public synonym ut_varchar2_list for &&ut3_owner..ut_varchar2_list;
113114
create public synonym ut_varchar2_rows for &&ut3_owner..ut_varchar2_rows;
114115
create public synonym ut_integer_list for &&ut3_owner..ut_integer_list;
115116
create public synonym ut_reporter_base for &&ut3_owner..ut_reporter_base;
117+
create public synonym ut_output_reporter_base for &&ut3_owner..ut_output_reporter_base;
116118
create public synonym ut_coverage for &&ut3_owner..ut_coverage;
117119
create public synonym ut_coverage_options for &&ut3_owner..ut_coverage_options;
118120
create public synonym ut_coverage_helper for &&ut3_owner..ut_coverage_helper;

source/create_synonyms_and_grants_for_user.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ grant execute on &&ut3_owner..ut_varchar2_list to &ut3_user;
7878
grant execute on &&ut3_owner..ut_varchar2_rows to &ut3_user;
7979
grant execute on &&ut3_owner..ut_integer_list to &ut3_user;
8080
grant execute on &&ut3_owner..ut_reporter_base to &ut3_user;
81+
grant execute on &&ut3_owner..ut_output_reporter_base to &ut3_user;
8182
grant execute on &&ut3_owner..ut_coverage to &ut3_user;
8283
grant execute on &&ut3_owner..ut_coverage_options to &ut3_user;
8384
grant execute on &&ut3_owner..ut_coverage_helper to &ut3_user;
@@ -132,6 +133,7 @@ create or replace synonym &ut3_user..ut_varchar2_list for &&ut3_owner..ut_varcha
132133
create or replace synonym &ut3_user..ut_varchar2_rows for &&ut3_owner..ut_varchar2_rows;
133134
create or replace synonym &ut3_user..ut_integer_list for &&ut3_owner..ut_integer_list;
134135
create or replace synonym &ut3_user..ut_reporter_base for &&ut3_owner..ut_reporter_base;
136+
create or replace synonym &ut3_user..ut_output_reporter_base for &&ut3_owner..ut_output_reporter_base;
135137
create or replace synonym &ut3_user..ut_coverage for &&ut3_owner..ut_coverage;
136138
create or replace synonym &ut3_user..ut_coverage_options for &&ut3_owner..ut_coverage_options;
137139
create or replace synonym &ut3_user..ut_coverage_helper for &&ut3_owner..ut_coverage_helper;

0 commit comments

Comments
 (0)