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 239abde commit 6acd2adCopy full SHA for 6acd2ad
1 file changed
source/create_synonyms_and_grants_for_user.sql
@@ -89,6 +89,7 @@ grant select, insert, delete on &&ut3_owner..ut_cursor_data to &ut3_user;
89
grant execute on &&ut3_owner..ut_sonar_test_reporter to &ut3_user;
90
grant execute on &&ut3_owner..ut_annotations to &ut3_user;
91
grant execute on &&ut3_owner..ut_annotation to &ut3_user;
92
+grant execute on &&ut3_owner..ut_annotation_manager to &ut3_user;
93
grant execute on &&ut3_owner..ut_annotated_object to &ut3_user;
94
grant execute on &&ut3_owner..ut_annotated_objects to &ut3_user;
95
grant select on &&ut3_owner..ut_annotation_cache_info to &ut3_user;
0 commit comments