How to delete route in Linux.

Introduction:- Here’s how to delete route in Linux to access the server from client machine. To check the current entry in routing table in Linux use below command. To Check existing route entry. How to delete route in linux? If any unwanted ip address showing  in routing table, we must use below command to delete the ip from … 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

How to duplicate from active database using rman in oracle database.

Introduction: – RMAN duplicate from active database using rman in oracle database? | In this article, we will do Duplicate from active database using rman in oracle database 12c release 2. Duplicating oracle database from active database doesn’t require RMAN backup.   Steps to do RMAN duplicate from active database using rman. RMAN can easily … Read more

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

Introduction: – 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 … Read more

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

Introduction: – 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.               APPS:–   Useful Script for oracle database … 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

Simple steps to resolve AuthInfoRequired username password cups printing

Introduction:- AuthInfoRequired username password cups printing| While doing printing using SMB printer, authentication are not being passed automatically. so that cups print job ‘hold for authentication’ because of  AuthInfoRequired username password  while CUPS printing. The print job stucked in print queue with status ‘Held for authentication‘. It will print,Once we will manually click on release. … Read more

How to fix unable to start up the managed server forms server1.

Introduction: – Here we will see how to resolve ‘ERROR: Unable to start up the managed server forms_server1’. After that fixed the issue and started it as normally.   Identify the unable to start up the managed server. While forms_server1 failed to start below errors was showing in logs. Here we can see Unable to … Read more

Simple steps to resolve ORA-14287: cannot REBUILD a partition.

Introduction:- In this post we will cover ORA 14287 cannot REBUILD a partition. If any index status is unusable then we will have to identify the same and rebuilt as mentioned below. How to resolve ORA 14287 cannot REBUILD a partition?   SQL>SELECT OWNER, INDEX_NAME,” FROM DBA_INDEXES WHERE STATUS = ‘UNUSABLE’ UNION SELECT INDEX_OWNER, INDEX_NAME, PARTITION_NAME FROM … Read more