Skip to content

Commit

Permalink
Merge 9b4635a into e4525aa
Browse files Browse the repository at this point in the history
  • Loading branch information
jgebal committed Dec 10, 2018
2 parents e4525aa + 9b4635a commit 553a855
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 553a855

Please sign in to comment.