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

Skip to content

Commit 83e4b0b

Browse files
committed
Revert "Added ut_output_reporter_base to synonyms and grants"
This reverts commit 8fefdcf
1 parent 8fefdcf commit 83e4b0b

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

source/create_synonyms_and_grants_for_public.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ 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;
6160
grant execute on &&ut3_owner..ut_coverage to public;
6261
grant execute on &&ut3_owner..ut_coverage_options to public;
6362
grant execute on &&ut3_owner..ut_coverage_helper to public;
@@ -112,7 +111,6 @@ create public synonym ut_reporters for &&ut3_owner..ut_reporters;
112111
create public synonym ut_varchar2_list for &&ut3_owner..ut_varchar2_list;
113112
create public synonym ut_varchar2_rows for &&ut3_owner..ut_varchar2_rows;
114113
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;
116114
create public synonym ut_coverage for &&ut3_owner..ut_coverage;
117115
create public synonym ut_coverage_options for &&ut3_owner..ut_coverage_options;
118116
create public synonym ut_coverage_helper for &&ut3_owner..ut_coverage_helper;

source/create_synonyms_and_grants_for_user.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ 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;
8180
grant execute on &&ut3_owner..ut_coverage to &ut3_user;
8281
grant execute on &&ut3_owner..ut_coverage_options to &ut3_user;
8382
grant execute on &&ut3_owner..ut_coverage_helper to &ut3_user;
@@ -131,7 +130,6 @@ create or replace synonym &ut3_user..ut_reporters for &&ut3_owner..ut_reporters;
131130
create or replace synonym &ut3_user..ut_varchar2_list for &&ut3_owner..ut_varchar2_list;
132131
create or replace synonym &ut3_user..ut_varchar2_rows for &&ut3_owner..ut_varchar2_rows;
133132
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;
135133
create or replace synonym &ut3_user..ut_coverage for &&ut3_owner..ut_coverage;
136134
create or replace synonym &ut3_user..ut_coverage_options for &&ut3_owner..ut_coverage_options;
137135
create or replace synonym &ut3_user..ut_coverage_helper for &&ut3_owner..ut_coverage_helper;

0 commit comments

Comments
 (0)