Skip to content

Commit 45df996

Browse files
author
Gebal, Jacek
committed
Fixing unit tet failures
1 parent 25488ac commit 45df996

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/install.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,10 @@ set echo off
103103
set feedback off
104104
whenever sqlerror continue
105105
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;
106107
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+
107110
prompt &&sep
108111
PROMPT Installation completed successfully
109112
prompt &&sep

0 commit comments

Comments
 (0)