We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25488ac commit 45df996Copy full SHA for 45df996
source/install.sql
@@ -103,7 +103,10 @@ set echo off
103
set feedback off
104
whenever sqlerror continue
105
create or replace public synonym ut_annotation_parser for &&utplsql_v3_owner..ut_annotation_parser;
106
+grant execute on &&utplsql_v3_owner..ut_annotation_parser to public;
107
create or replace public synonym ut_annotations for &&utplsql_v3_owner..ut_annotations;
108
+grant execute on &&utplsql_v3_owner..ut_annotations to public;
109
+
110
prompt &&sep
111
PROMPT Installation completed successfully
112
0 commit comments