Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4525aa + 9b4635a commit a54de9aCopy full SHA for a54de9a
1 file changed
source/create_utplsql_owner.sql
@@ -27,7 +27,7 @@ define ut3_tablespace = &3
27
28
prompt Creating utPLSQL user &&ut3_user
29
30
-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;
31
32
grant create session, create sequence, create procedure, create type, create table, create view, create synonym to &ut3_user;
33
0 commit comments