Yearly Archives: 2021

Workflow notification goes down frequently

Error: Workflow notification mailer goes down frequently. While we checking at the workflow log file in $APPLCSF/log location(FNDCPGSC786733.txt), we can able to see below error Thread[outboundThreadGroup1,5,outboundThreadGroup]:1236469374:48520:1626634875670:61:UNEXPECTED:[SVC-GSM-WFMLRSVC-786733-10006 : oracle.apps.fnd.cp.gsc.Processor.run()]:java.lang.NumberFormatException: For input…

Read More

Failed to write core dump. Core dumps have been disabled. To enable core dumping, try “ulimit -c unlimited” before starting Java again

ERROR: Concurrent program error-ed out with below error, Failed to write core dump. Core dumps have been disabled. To enable core dumping, try “ulimit -c unlimited” before starting Java again…

Read More

ASM Instance cloning using RMAN in same host

Description: In this article step by step Cloning the asm instance in same host.Earlier we use to clone database using rman backup. After adding the database service entry and restore…

Read More

How to fix INVALID status for RAC component in dba_registry

Before upgrade or after upgrade, database may show INVALID status for component Real Application Clusters in dba_registry as below .   SQL> select comp_name,version,status from dba_registry; … Oracle Real Application…

Read More

Unable to change apps password due to ORA-29548

Recently I have faced below error, while running FNDCPASS for changing apps password. ORA-29548: Java system class reported: release of Java system classes in the database (12.1.0.2.201020 1.6) does not…

Read More

To Enable & Disable ADDM reports in Pluggable Database Oracle

Enable & Disable ADDM reports in Pluggable Database Oracle you can configure ADDM reports for Pluggable database(PDBs). By default it is disabled. You need to enable it manually by executing…

Read More

Utilities-Recycle Bin In Apex,Restore dropping Objects

As You know that The role of Recycle Bin ,in Apex, Recycle bin also works in similar way. From a developer prospective it is really helpful to get back the…

Read More

Apex String Split with APEX_STRING.SPLIT

This is very helpful.  optimizing-member-of-with-apex_string.split_ is a great utility that allows you to take a delimited list and make it query able. By help of this you can split comma…

Read More

Kinsing (kdevtmpfsi and dbused) malware in linux impacting oracle

Introduction: Do you know there is malware in Linux that impacts your Oracle Database and Oracle Applications environment?  This malware impacting critical Linux/Oracle systems is by Kinsing. The Malware’s primary…

Read More

adop prepare phase failing with the error [UNEXPECTED]Nodes are listed in the ADOP_VALID_NODES table but not in the FND_NODES table.

In this post we will fix the error ‘[UNEXPECTED]Nodes are listed in the ADOP_VALID_NODES table but not in the FND_NODES table’. [applmgr@ebstest ~]$ adop phase=prepare Enter the APPS password: Enter…

Read More