Support non-simple characters.
This commit is contained in:
parent
2c6468d992
commit
89aea21176
@ -49,7 +49,7 @@ end;
|
||||
/
|
||||
|
||||
accept pw char prompt 'Enter password for &user: ' hide
|
||||
alter user &user identified by &pw;
|
||||
alter user &user identified by "&pw";
|
||||
|
||||
prompt
|
||||
prompt Database user &user has been created.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user