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

Skip to content

Commit 8fefdcf

Browse files
committed
Added ut_output_reporter_base to synonyms and grants
1 parent b8dc2a6 commit 8fefdcf

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
@@ -57,6 +57,7 @@ grant execute on &&ut3_owner..ut_reporters to public;
5757
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_reporter_base to public;
60+
grant execute on &&ut3_owner..ut_output_reporter_base to public;
6061
grant execute on &&ut3_owner..ut_coverage to public;
6162
grant execute on &&ut3_owner..ut_coverage_options to public;
6263
grant execute on &&ut3_owner..ut_coverage_helper to public;
@@ -111,6 +112,7 @@ create public synonym ut_reporters for &&ut3_owner..ut_reporters;
111112
create public synonym ut_varchar2_list for &&ut3_owner..ut_varchar2_list;
112113
create public synonym ut_varchar2_rows for &&ut3_owner..ut_varchar2_rows;
113114
create public synonym ut_reporter_base for &&ut3_owner..ut_reporter_base;
115+
create public synonym ut_output_reporter_base for &&ut3_owner..ut_output_reporter_base;
114116
create public synonym ut_coverage for &&ut3_owner..ut_coverage;
115117
create public synonym ut_coverage_options for &&ut3_owner..ut_coverage_options;
116118
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
@@ -77,6 +77,7 @@ grant execute on &&ut3_owner..ut_reporters to &ut3_user;
7777
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_reporter_base to &ut3_user;
80+
grant execute on &&ut3_owner..ut_output_reporter_base to &ut3_user;
8081
grant execute on &&ut3_owner..ut_coverage to &ut3_user;
8182
grant execute on &&ut3_owner..ut_coverage_options to &ut3_user;
8283
grant execute on &&ut3_owner..ut_coverage_helper to &ut3_user;
@@ -130,6 +131,7 @@ create or replace synonym &ut3_user..ut_reporters for &&ut3_owner..ut_reporters;
130131
create or replace synonym &ut3_user..ut_varchar2_list for &&ut3_owner..ut_varchar2_list;
131132
create or replace synonym &ut3_user..ut_varchar2_rows for &&ut3_owner..ut_varchar2_rows;
132133
create or replace synonym &ut3_user..ut_reporter_base for &&ut3_owner..ut_reporter_base;
134+
create or replace synonym &ut3_user..ut_output_reporter_base for &&ut3_owner..ut_output_reporter_base;
133135
create or replace synonym &ut3_user..ut_coverage for &&ut3_owner..ut_coverage;
134136
create or replace synonym &ut3_user..ut_coverage_options for &&ut3_owner..ut_coverage_options;
135137
create or replace synonym &ut3_user..ut_coverage_helper for &&ut3_owner..ut_coverage_helper;

0 commit comments

Comments
 (0)