From 9b4635a2e90037fe69bcfbb0dd4f660227b78245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacek=20G=C4=99bal?= Date: Mon, 10 Dec 2018 10:15:04 +0000 Subject: [PATCH] Update create_utplsql_owner.sql Resolves #804 --- source/create_utplsql_owner.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/create_utplsql_owner.sql b/source/create_utplsql_owner.sql index 6bdda5611..740acddf5 100644 --- a/source/create_utplsql_owner.sql +++ b/source/create_utplsql_owner.sql @@ -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;