posted 10 years ago
Hi there
I try to change my SYSDBA password using Oracle Enterprise Manager.But I am not able to change Password from "Prefences" in oracle Enterprise Manager.
But I can change that from Command Prompt using
"ALTER USER abc IDENTIFIED BY "newpassword";
Why password is not changing using Oracle Enterprise Manager?
Thanks