Changing password on Oracle 11g from 10g clients (ORA-28001 -> ORA-01017)
Bit of an odd one this. Oracle 11g database, a user’s password has expired. But when I try to change it, I can’t: [sourcecode language=“bash”] $sqlplus MYUSER/oldPW@oraDBServer
SQL*Plus: Release 10.2.0.1.0 - Production on Wed Sep 23 07:57:41 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR: ORA-28001: the password has expired
Changing password for MYUSER New password: Retype new password: ERROR: ORA-01017: invalid username/password; logon denied
Password unchanged [/sourcecode]