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

PRCD 1119 failed to create database while using dbca

PRCD 1119 failed to create database DEVDEB because the database unique name matches that of database DEVDEB in the first 8 characters. Identify error PRCD 1119 failed to create database. While trying to create CDB using dbca, recently we faced error PRCD-1119. Here will cover how to resolve it. As we can see, the error … Read more

How to set default gateway in Linux.

How to set default gateway in linux | It’s very important to setup default gateway in linux/solaris/unix server to access the server from client machine. You can configure the static or temporary routing. Setup default gateway in linux. Before going to add default gateway in your operating system, delete your existing default gateway if you intend to change … 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