Skip to content

Commit 9b4635a

Browse files
authored
Update create_utplsql_owner.sql
Resolves #804
1 parent e4525aa commit 9b4635a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/create_utplsql_owner.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ define ut3_tablespace = &3
2727

2828
prompt Creating utPLSQL user &&ut3_user
2929

30-
create user &ut3_user identified by &ut3_password default tablespace &ut3_tablespace quota unlimited on &ut3_tablespace;
30+
create user &ut3_user identified by "&ut3_password" default tablespace &ut3_tablespace quota unlimited on &ut3_tablespace;
3131

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

0 commit comments

Comments
 (0)