![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||
Solution Type Problem Resolution Sure Solution 2398659.1 : NSP 10.2.1.1.0 Upgrade Failed To Kick Start While Executing Application Upgrade Script.
In this Document
Created from <SR 3-17478062361> Applies to:Oracle Communications Performance Intelligence Center (PIC) Software - Version 10.2.0 and laterInformation in this document applies to any platform. SymptomsUpgrade failed to kick start due to non creation of wallet. ChangesThere are changes in DB versions from 11g to 12c which is the cause of the issue. CauseThe cause of the issue is non compatibility of 11g and 12c for wallet. SolutionPlease try the below steps: cd /u01/app/oracle/product/12.2.0/dbhome_1/wallet
rm -rf * (Please take backup before delete) su - oracle mkstore -wrl /u01/app/oracle/product/12.2.0/dbhome_1/wallet -create
mkstore -wrl <wallet_location> -createCredential <db_connect_string> <username> <password>
sqlplus /@NSP
exit;
Attachments This solution has no attachment |
||||||||||||||||||
|