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

How to fix Import Standard Purchase Orders Error cannot read the file PO_PDOI_GRP.start_process issue.

In this post we will fix this error with very simple steps. While running “Import Standard Purchase Orders”, showing below error cannot read PO_PDOI_GRP.start_process. Import standard purchase orders:- Our programs failing with below error, You may check the concurrent request logs, Will see the error as below. Concurrent Request logs:- You can check the concurrent … Read more

mta stopped postfix is not running.

Suddenly mta stopped postfix is not running on Zimbra server. After that try to restart the Zimbra services but it does not succeed. Zimbra is SMTP server for oracle workflow notification. If you’re encountering an issue where the MTA (Mail Transfer Agent) service, specifically Postfix, is not running, there could be several reasons for this … Read more

How to fix Adop cutover failed pre_cutover_checks_completed.

ADOP Cutover failed

Introduction:- In this post we going to cover the ‘How to fix ADOP Cutover failed PRE_CUTOVER_CHECKS_COMPLETED’ while applying the adop patch in our EBS. After applying a patch with adop: (prepare/apply/finalize), the cutover failed. 👉Why ADOP Cutover failed PRE_CUTOVER_CHECKS?. The services on primary node possibly partially up, but services down on the secondary node due … Read more