TNS 00583 Valid node checking unable to parse configuration parameters

TNS-12560: TNS:protocol adapter error, TNS 00583 Valid node checking unable to parse configuration parameters facing error while trying to start listener. Fixing TNS 00583 configuration parameters. Error: – dbuatsrv$ lsnrctl start DBUAT TNSLSNR for Linux: Version 19.0.0.0.0 – Production System parameter file is /dbuat/oracle/DBUAT/db/tech_st/19.3.0/network/admin/listener.ora Log messages written to /dbuat/oracle/DBUAT/db/tech_st/19.3.0/log/diag/tnslsnr/dbuatsrv/dbuatc/alert/log.xml Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=dbuatsrv)(PORT=1590))) TNS-12560: TNS: … Read more

PRCR-1001 Resource does not exist

PRCR-1001 Resource does not exist while recreating password during cloning database. How to fix PRCR-1001 Resource does not exist. Error:- [dbqc@dbsqcsvr]$ orapwd file=’+DATANC1/DBQCC/orapwdbqcc’ asm=y force=y entries=12 format=12 Enter password for SYS: KGFCHECK kgfnStmtExecute01c: (ret == OCI_SUCCESS): FAILED at kgfn.c:3698 [dbqc@dbsqcsvr .rman]$ srvctl modify database -db DBQCC -pwfile ‘+DATANC1/DBQCC/orapwdbqcc’ PRCD-1120 The resource for database DBQCC could … Read more

Synchronize FND_NODES ADOP_VALID_NODES FND_OAM_CONTEXT_FILES in 12.2 when adop fails. 

Here will discuss how to Synchronize FND_NODES ADOP_VALID_NODES FND_OAM_CONTEXT_FILES in 12.2 How to Synchronize FND_NODES ADOP_VALID_NODES FND_OAM_CONTEXT_FILES. Error 1:- adop phase=prepare FATAL ERROR PROGRAM : (/data01/ad/12.0.0/bin/adzdoptl.pl)TIME : Fri Oct 2 22:06:45 2015FUNCTION: ADOP::GlobalVars::_GetMandatoryArgs [ Level 1 ]ERRORMSG: adop is not able to detect any valid application tier nodes in ADOP_VALID_NODES table. Ensure autoconfig is run … Read more

Ora-20100 temporary file creation failed for fnd_file

Introduction: – Ora-20100 temporary file creation failed for fnd_file| ORA-20100: ORA-20100: File o00031194568.tmp creation failed for fnd_file. File could not be opened or operated on as requested. Action: Make sure the directory – /usr/tmp/RMDBUAT – is a valid directory with write permissions and is accessible from the database server node for write operation. Concurrent Request … Read more

ORA-00001 unique constraint violated

Introduction: – While cloning, we just faced the error as ORA-00001 unique constraint violated. In autoconfig log showing as java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (APPLSYS.FND_DATABASE_INSTANCES_U1) violated ORA-06512: at “APPS.FND_APP_SYSTEM”, line 507 ORA-06512: at “APPS.FND_NET_SERVICES”, line 951 ORA-06512: at line 1. Why ORA-00001 unique constraint APPLSYS.FND_DATABASE_INSTANCES_U1 violated? After looking through many autoconfig logs, we came to the … Read more

How to Mount Windows Share in Linux using CIFS

Mount Windows Share in Linux.| Common Internet File System(CISF) is file sharing network protocol mainly used to provide shared access to files, printers, serial ports, and miscellaneous communications between nodes on a network. You can easily access CIFS share from Linux and mount them as a regular filesystem. Steps to Mount Windows Share in Linux. Examples:-  mount … Read more

How to fix in best way IAS Cache initialization failed R12

In this article, we will cover how to fix ‘IAS Cache initialization failed‘ using best way. We are facing this is issue while starting the EBS services. Earlier it was working fine.   We are facing encountered unexpected error while login in EBS. Here will cover this error and login successfully smoothly. Error: – Why … Read more

Login Fails With Error Oacore Logs Shows oracle.apps.fnd.common.EBSLoggerHandler

In this article, we will resolve the login fails with error oacore Logs Shows oracle.apps.fnd.common.EBSLoggerHandler. Oacore Logs Shows ClassNotFoundException. Seems request failed for oa_html/appslogin resp code 500. Why login fails with error oacore:- The likely cause of this issue is CPU patch. Maybe we are facing this issue due to CPU patching, patches were applied during quarter … Read more

Scripts for oracle database 10g,11g,12c,18c &19c.

Scripts for oracle database | In this post we will discuss best and useful script for oracle database for oracle database and EBS to administration and monitor. So that we can proactively monitor oracle DB and Oracle Apps R12 using oracle db monitoring scripts. Below are the Script for oracle database and advanced dba scripts … Read more

Steps to enable trace for concurrent programs in oracle EBS apps R12

Introduction: –Steps to enable trace | As we know that tracing the Concurrent program is very mandatory option to Debug any issue while running the concurrent program long. Here we will discuss about how to enable trace for concurrent programs in oracle apps r12 and generate tkprof file to diagnose the ongoing issue. What does … Read more