Password Storage

mike

Member³
One of our passwords was changed and now has an "@" in it.

In version 9.0.6.1665, if the passwords are stored and I try to connect to the database, it gives an error like this:

Could not logon as username@MOST OF THE PASSWORD@database.

I've asked that the password be changed, but maybe this could be improved as well.

Thanks,
Mike
 
-----
SQL> CREATE USER PWD01 IDENTIFIED BY "P@$$w0rD" default TABLESPACE USERS temporary tablespace temp;
User created

SQL> grant create session to pwd01;
Grant succeeded
-----

Fixed User
pwd01/"P@$$w0rD"@ORCL

 
Last edited:
Back
Top