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 8e26ed0 commit 239abdeCopy full SHA for 239abde
1 file changed
source/create_synonyms_and_grants_for_public.sql
@@ -69,6 +69,7 @@ grant select, insert, delete on &&ut3_owner..ut_cursor_data to public;
69
grant execute on &&ut3_owner..ut_sonar_test_reporter to public;
70
grant execute on &&ut3_owner..ut_annotations to public;
71
grant execute on &&ut3_owner..ut_annotation to public;
72
+grant execute on &&ut3_owner..ut_annotation_manager to public;
73
grant execute on &&ut3_owner..ut_annotated_object to public;
74
grant execute on &&ut3_owner..ut_annotated_objects to public;
75
grant select on &&ut3_owner..ut_annotation_cache_info to public;
0 commit comments