Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add grant for create synonyms in the file "create_user.sql" OraOpenSource#243
  • Loading branch information
lalejogg committed Oct 21, 2020
1 parent 600f0c4 commit 4c550aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/install/create_user.sql
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ create user &LOGGER_USER identified by &PASSWD default tablespace &LOGGER_TABLES
alter user &LOGGER_USER quota unlimited on &LOGGER_TABLESPACE
/

grant connect,create view, create job, create table, create sequence, create trigger, create procedure, create any context to &LOGGER_USER
grant connect,create view, create job, create table, create sequence, create trigger, create procedure, create any context , create synonym to &LOGGER_USER
/

prompt
Expand Down

0 comments on commit 4c550aa

Please sign in to comment.