Adop Failed At Prepare Stage With Invalid Credential 12.2

adop give below error at prepare stage when trying to apply patch with phase=prepare optin

*******FATAL ERROR*******
PROGRAM : (/test/app01/appl/fs1/EBSapps/appl/ad/12.0.0/bin/adzdoptl.pl)
TIME : Sat Apr 6 20:02:22 2013
FUNCTION: ADOP::Phase::executeSQL [ Level 1 ]
ERRORMSG: Invalid Credentials
adop patch log file has below error:
AutoPatch error:
The following ORACLE error:
ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
Procedure to Solve the Problem

There may be multiple reasons for this error, Following are known causes:
1) ebs_patch service is not registered in listener due to local_listener parameter set .
2.local_listener is not define in init.ora.

Solution:
1. Add following line to init.ora:

local_listener = SID_LOCAL
In this SID is database instance name.

e.g

local_listener = test_LOCAL
SQL> alter system set service_names='test','ebs_patch','test_patch' scope=memory;

System altered.


2. Restart database.

3. Retest the issue.

Comments

Popular posts from this blog

Steps to run Autoconfig for patch File system 12.2

ADOP fs_clone failing with ERROR: Managed Server's are not in sync between file system context and DB context

txkCfgUtlfileDir.pl -mode=getUtlFileDir as per Cloning Oracle E-Business Suite Release 12.1 with Multitenant Database using Rapid Clone (Doc ID 2560690.1) errors with ERRORMSG: Invalid APPS database user credentials