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 alter