Sunday, August 23, 2020

ERRORMSG: Invalid APPS database user credentials. No updates Performed


Today we faced below issue in  Adcfgclone log file .

But Adcfgclone got completed successfully.

Error Details : 

===========================================================================================

stty: standard input: Inappropriate ioctl for device

stty: standard input: Inappropriate ioctl for device

/ua1001/nadhans/EBS_12.2/fs1/EBSapps/10.1.2/bin/sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory

*******FATAL ERROR*******

PROGRAM : (/ua1001/nadhans/EBS_12.2/fs1/EBSapps/appl/fnd/12.0.0/patch/115/bin/txkManageDBConnectionPool.pl)

TIME    : Sat Aug 13 05:58:52 2020

FUNCTION: main::validateAppsSchemaCredentials [ Level 1 ]

ERRORMSG: Invalid APPS database user credentials. No updates Performed

===========================================================================================



Cause :

 

Issue happens only on Oracle Linux 7 and Red Hat Enterprise Linux 7

binutils RPM is on higher version 2.27 whereas as per document Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for Linux x86-64 (Doc ID 1330701.1) below version is expected.

binutils-2.23.52.0.1-16.el7.x86_64


Soulution :

 

To implement the solution, please execute the following steps:

1. Check version of binutils RPM using below command

rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE}(%{ARCH})\n" | grep binutils

2. If the version of RPM is higher than binutils-2.23.52.0.1-16.el7.x86_64 version then

3. Download the rpm below 

binutils-2.23.52.0.1-16.el7.x86_64.rpm

4. Install RPM

rpm -U --force binutils-2.23.52.0.1-16.el7.x86_64.rpm

5. Retest the issue

ORACLE DATABASE CONTENT

ORACLE DATABASE 11gR2 & 12C  CONTENT Pre-Requisite: UNIX, SQL Basics Introduction to Oracle Database §   Introduction of Database ...