Skip to content

Commit

Permalink
Update create_utplsql_owner.sql
Browse files Browse the repository at this point in the history
Resolves #804
  • Loading branch information
jgebal committed Dec 10, 2018
1 parent e4525aa commit 9b4635a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/create_utplsql_owner.sql
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ define ut3_tablespace = &3

prompt Creating utPLSQL user &&ut3_user

create user &ut3_user identified by &ut3_password default tablespace &ut3_tablespace quota unlimited on &ut3_tablespace;
create user &ut3_user identified by "&ut3_password" default tablespace &ut3_tablespace quota unlimited on &ut3_tablespace;

grant create session, create sequence, create procedure, create type, create table, create view, create synonym to &ut3_user;

Expand Down

0 comments on commit 9b4635a

Please sign in to comment.