Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb95cfb commit ac50650Copy full SHA for ac50650
1 file changed
source/create_synonyms_and_grants_for_public.sql
@@ -107,6 +107,7 @@ create public synonym ut_documentation_reporter for &&ut3_owner..ut_documentatio
107
create public synonym ut_coverage_html_reporter for &&ut3_owner..ut_coverage_html_reporter;
108
create public synonym ut_coverage_sonar_reporter for &&ut3_owner..ut_coverage_sonar_reporter;
109
create public synonym ut_coveralls_reporter for &&ut3_owner..ut_coveralls_reporter;
110
+create public synonym ut_coverage_cob_reporter for &&ut3_owner..ut_coverage_cob_reporter;
111
create public synonym ut_reporters for &&ut3_owner..ut_reporters;
112
create public synonym ut_varchar2_list for &&ut3_owner..ut_varchar2_list;
113
create public synonym ut_varchar2_rows for &&ut3_owner..ut_varchar2_rows;
0 commit comments