Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-72-2227599.1
Update Date:2017-01-30
Keywords:

Solution Type  Problem Resolution Sure

Solution  2227599.1 :   Unable To Modify Database Password With modifyPassword.sh After Ixp Upgrade  


Related Items
  • Oracle Communications Performance Intelligence Center (PIC) Software
  •  
Related Categories
  • PLA-Support>Sun Systems>CommsGBU>Global Signaling Solutions>SN-SND: Tekelec PIC
  •  




In this Document
Symptoms
Changes
Cause
Solution


Created from <SR 3-14126973234>

Applies to:

Oracle Communications Performance Intelligence Center (PIC) Software - Version 10.1.5 and later
Information in this document applies to any platform.

Symptoms

When executing the modifyPassword.sh script on NSP and error is returned even if the credential used are correct:

-ERROR: Password or service name incorrect for sys user. Nothing changed.ease try again.

Changes

The IXP subsystem has just been upgraded to PIC 10.2.

Cause

The script is failing to change the IXP user password because the access to the DWS oracle database as sysdba is rejected.

A test to connect to the IXP DWS database from the NSP is generating the following error:

ORA-01017 invalid username/password; logon denied.

However a connection from the DWS server as sysdba works fine. 

Solution

In order to fix the issue the SYS user account on the DWS server must be reset, here is the procedure:

  1. Login as oracle user on the DWS
  2. Log onto sqlplus:
    sqlplus / as sysdba
  3. Reset sys user password (where xxxxx is the sys password):
    alter user SYS identified by xxxxx;
  4. Unlock sys account:
    alter user SYS account unlock;
  5. Exit sqlplus and run again the modifyPassword script on the NSP.

 


Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback