Hi,
I am updating Solman with SUM and error occurred.
ERROR: Password for 'SYSTEM' does not work, please reenter
I changed password with sqlplus
SQL> ALTER USER SYSTEM IDENTIFIED BY “password”;
User altered.
No luck
SQL> connect system
Enter password:
ERROR:
ORA-12154: TNS:could not resolve the connect identifier specified
Warning: You are no longer connected to ORACLE
Solman is UP and running perfectly also listener.
System user is not locked
SQL> SELECT username,
2 account_status
3 FROM dba_users;
USERNAME ACCOUNT_STATUS
------------------------------ --------------------------------
SYSTEM OPEN
SYS OPEN
OPS$SAPSERVICESMP OPEN
OPS$ORASMP OPEN
OPS$SMPADM OPEN
SAPSR3 OPEN
SAPSR3DB OPEN
OUTLN LOCKED
DIP EXPIRED & LOCKED
ORACLE_OCM EXPIRED & LOCKED
DBSNMP EXPIRED & LOCKED
USERNAME ACCOUNT_STATUS
------------------------------ --------------------------------
APPQOSSYS EXPIRED & LOCKED
OS AIX 6.1 on Oracle 11g
Any clue?