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

Skip to content

Commit a67b853

Browse files
authored
Merge branch 'develop' into feature/pure_sql
2 parents 6f830dc + f69d65c commit a67b853

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

source/core/ut_utils.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ create or replace package ut_utils authid definer is
2121
*
2222
*/
2323

24-
gc_version constant varchar2(50) := 'v3.1.4.2419-develop';
24+
gc_version constant varchar2(50) := 'v3.1.4.2443-develop';
2525

2626
/* Constants: Event names */
2727
subtype t_event_name is varchar2(30);

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)