Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a54de9a

Browse files
authored
Merge pull request #805 from utPLSQL/bugfix/quoted_password
Update create_utplsql_owner.sql
2 parents e4525aa + 9b4635a commit a54de9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)