Article 15
R12.2: OUI CLI Cloning Failed While Running adcfgclone appstier dualfs With Registration Driver regclone.drv Missing.Error: When attempting to run command adcfgclone.pl appsTier dualfs while cloning...
View ArticleScript To Monitor Concurrent Managers
#!/bin/bash########################################################################### Script Name : CMStatusCheck.sh...
View ArticleScript to Monitor Output Post Processor (OPP) Concurrent Manager
#!/bin/bash############################################################################ Script Name : MonOPPMgr.sh...
View ArticleScript To Monitor "Gather Schema Statistics" concurrent request
#!/bin/bash############################################################################################################## Script Name : MonGSSRequest.sh...
View ArticleScript to check workflow mailer service components status and send...
#!/bin/bash#################################################################################### Script Name : WorkflowStatusCheck.sh ## ## Description: ## Script to check workflow mailer service...
View ArticleScript to Monitor Long Running Concurrent Requests
#!/bin/bash############################################################################################## Script Name : LongRunningReq.sh ## ## Description: # # Script to check Concurrent requests...
View ArticleScript to Monitor Cost Manager and other Inventory Interface Managers
#!/bin/bash################################################################################ Script Name : MonInterfaceMgr.sh...
View ArticleWSHPSGL: Pick Selection List Generation Errors Out : ORA-06508: PL/SQL: could...
Issue:WSHPSGL: Pick Selection List Generation Errors Out : ORA-06508: PL/SQL: could not find program unit being calledSymptoms:On : 12.1.1 version, Pick Release ProcessWhen attempting to pick...
View ArticleXML Publisher Bursting Failing with error:...
Issue:XML Publisher Bursting program - XDOBURSTREP errors with:Exception null java.lang.NullPointerException at...
View ArticleBursting Fails With File Is Not Accessible From Node/Machine
BI Publisher (formerly XML Publisher) - Version 12.0 to 12.2 [Release 12.0 to 12.2]Information in this document applies to any platform.Issue:Bursting program failing with the following message:null...
View ArticleShow the High Water Mark for Specific Table
SET LINESIZE 300SET SERVEROUTPUT ONSET VERIFY OFFDECLARE CURSOR cu_tables IS SELECT a.owner, a.table_name FROM all_tables a WHERE a.table_name =...
View ArticleDeconfig Oracle RAC Grid Installation
Steps to deconfig GRID Installation :-To cleanup the failed installation of GRID,run the script of failed node.[root@test ~]# cd /u01/app/grid/crs/install/rootcrs.pl -deconfig -force[root@test ~]# rm...
View ArticleSize need to check as DBAs
How to find database size?SQL> select sum(bytes)/1024/1024 from dba_data_files; (OR)SQL>select sum(result) from (select 'dba_data_files',sum(bytes)/1024/1024/1024...
View ArticleQuery to check Table Full Scan
Query:spool large_table_scans.txt--Find Large Table Scans set linesize 132SELECT substr(table_owner,1,10) Owner, substr(table_name,1,15) Table_Name, size_kb, statement_count,...
View ArticleASM - ORA-00020: maximum number of processes
The Oracle parameter PROCESSES has been exceeded as a result of multiple database instances connecting to the ASM instance. The default value (often 40) is insufficient to support more than one...
View ArticleEXPDP Failed with ORA-39065, ORA-39079, ORA-06512, ORA-06512, ORA-24033
ERROR :Error Description: IMPDP fails or terminate with following errors.ORA-39065: unexpected master process exception in SENDORA-39079: unable to enqueue message...
View ArticleORA-28041 Occurs Attempting to Change an Expired Password through Forms
The error occurs when changing expired password after database upgrade to 12cR2.Cause:The SQL client used in Forms 11.1.1.x is not supported against the 12.2.x databaseSolution:Upgrade the forms to 12c...
View ArticleORA-16188: LOG_ARCHIVE_CONFIG settings inconsistent with previously started...
Cause:Setting log_archive_config to null in RAC standby database and Startup of node 2 fails with ORA-16188.Alter system set log_archive_config='' scope=both sid='*'Solution:This is due to...
View ArticleORA-1017 after DB upgrade to 12cR2
Symptoms:After db upgrade to 12cR2 user log in fails with ORA-1017.Cause:This is due to sec_case_sensitive_logon set to false. sec_case_sensitive_logon parameter is set to true by default in release 12...
View ArticleORA-00600: internal error code, arguments: [krcgrsz_bad_shrink]
Symptoms:When issued alter database open the below error occurs.ORA-00600: internal error code, arguments: [krcgrsz_bad_shrink]Cause:The issue occurs when Block Change Tracking is...
View Article