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

Duplicate from active database using rman

In this article, we will do Duplicate from active database using rman, we can do rman duplicate database using rman in oracle database. Duplicating oracle database from active database doesn’t require RMAN backup. Steps to restore database using duplicate from active database. RMAN can easily duplicate/restore/clone database to target database over the network without any … Read more

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

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 during quarter … Read more

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

Scripts for oracle database | 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. Below are the Script for oracle database and advanced dba scripts … 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

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. AuthInfoRequired … Read more

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