Create new user

ewilde

Member
When creating a new user or modifying a new user, if i enter a long password eg. 123lavaDomE i recieve an error message. Entering a short password eg. lava does not caouse this error to occur. Any ideas?
 
The problem is not that the password is long, but that it starts with a numeric character. In this case you need to add double quotes to the password:

alter user scott identifierd by "123AB"

We'll automate this in 5.1.4.

------------------
Marco Kalter
Allround Automations
 
Back
Top