Yearly Archives: 2021

Node Manager associated with machine Admin server is not reachable

1)Check if Machine is configured in console against Node where Managed Server is running. 2) Check Node Manager IP and port number configured for that Machine. 3)Check firewall and antivirus …

Read More

Deferred Cost of Goods Sold Report

Introduction: This report will provide deferred cost of the good sold. Cause of the issue: Every month needs to be run the lot of programs to process the transaction for…

Read More

How to take thread dumb in JVM

1)Verify java installed.   2) find the required process of PID sing below command can take thread dumb.   jstack -l <pid> >> threaddumps.log        

Read More

How to Identify If a Disk/Partition Is Still Used by ASM

How to Identify If a Disk/Partition Is Still Used by ASM Introduction: To find whether an ASM disk is still used by ASM, or has Been used by ASM or…

Read More

Oracle Clusterware (CRS/GI) – ASM – Database Version Compatibility

Oracle Clusterware (CRS/GI) – ASM – Database Version Compatibility Introduction: You can have different release combinations of Oracle Clusterware, ASM and database software running on your cluster. However all cluster…

Read More

What is ocssd.bin, how To Stop-Start This Process To Apply A Patch in non-RAC

What is ocssd.bin ? How To Stop/Start This Process To Apply A Patch in non-RAC Introduction: You have installed Oracle Database 10g Products into the Oracle Home. Now you’re trying…

Read More

Troubleshooting ASMLIB on Linux

Troubleshooting ASMLIB on Linux     ASMLIB Disk Discovery troubleshooting checklist ———————————————— In Oracle10g, storage management and provisioning for Oracle databases is more simplified with a new feature called Automatic…

Read More

ASM is Unable to Detect ASMLIB Disks-Devices

ASM is Unable to Detect ASMLIB Disks/Devices   Introduction: We can detect ASMLIB devices/disks thru the ASM instance using the below steps. How to detect ASM devices/disks: 1) First of…

Read More

Purging Strategy for E-Business Suite

Purging Strategy for E-Business Suite Introduction: There is no single Archive/Purge routine that is called by all modules within E-Business Suite, instead each module has module specific archive/purge procedures. This…

Read More

How to run a cron in background

How to run a cron in background Login to the server where the cron exists sudo as root check the cront list –>  crontab -l then select cron and run…

Read More