Hello
I have problem with changing user password .. I am using Toad for Oracle, Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
I log in as SYS and when I do command
alter user PSK identified by "test1234"; and in output I get User altered i commit it, and after i try to log in as PSK with new password i get ora 01017 invalid username / password logon denied.
PSK user isnt locked i checked that ..
What could be the problem here ?