Post 12c Upgrade : ORA 68 Error
Recently after 12C database upgrade one of our customer complaints that they are facing ORA-00068: invalid value parameter _query_execution_time_limit error. .When we checked alert log, we noticed...
View ArticleWhere is EBS Heading Beyond R12.2.6
EBS Product Development has announced the roadmap for EBS.According to Cliff Godwin, Oracle SVP, release 12.3 will be, “a consumption and uptake of underlying latest database and middleware Java...
View ArticleORA-19815: WARNING: db_recovery_file_dest_size of 32212254720 bytes is 99.98%...
IssueORA-19815: WARNING: db_recovery_file_dest_size of 32212254720 bytes is 99.98% used, and has 5718016 remaining bytes available.ORA-19815: WARNING: db_recovery_file_dest_size of 1073741824 bytes is...
View ArticleWarning: ORA-16826: apply service state is inconsistent with the DelayMins...
Issue:Warning: ORA-16826: apply service state is inconsistent with the DelayMins propertyReason:This is because of the wrong configuration to time delay paramater in dataguardWork around:Please refere...
View ArticleDatabase goes down automatically after starts up.ORA-07445: exception...
ORA-07445: exception encountered: core dump [kmmlrl()+6723] [SIGSEGV] [ADDR:0x8] [PC:0x8BB9B2D] [Address not mapped to object] []Symptoms  After starting the database it goes down automatically with...
View ArticleWarning: ORA-16792: configurable property value is inconsistent with database...
Issue:Warning: ORA-16792: configurable property value is inconsistent with database settingReason:Mismatch of parameter values between spfile, Data Guard Broker configuration and the...
View ArticleORA-20100: ORA-20100: File o2127370.tmp creation failed.
Concurrent request failed with the following error in log file.Error--------ORA-20100: ORA-20100: File o2127370.tmp creation failed.File could not be opened or operated on as requested.Action: Make...
View ArticleFS-CANT OPEN TEMPFILE
Error While opening output file and logfile.Symptoms-------------Â Â Â Â After completion of the request we cant open the output file and logfile,we will face the below error.Solution:-----------Step 1:...
View ArticleFailover to a Physical Standby Database When data protection mode is in...
Step 1:Use the following procedure when the data protection mode is in MAXIMUM PROTECTION or MAXIMUM AVAILABILITY:Before starting the failover operation, update the initialization parameter file on the...
View ArticleFailover to a Physical Standby Database When data protection mode is in...
Step 1:If the primary database was running in MAXIMUM PERFORMANCE mode prior to failure,the procedure of failover is slightly different. In this case the following issues should be evaluated:Since the...
View ArticleSet up and control automatic failover using the Fast-Start Failover
Step 1:Fast-Start Failover: Installation. The FSFO application software is automatically loaded as part of thestandard installation when an Oracle 11g database home is created. Either DGMGRL or Oracle...
View ArticleScript to know the top sessions and locks
col machine for a40SELECT * FROM (SELECT TO_CHAR (s.logon_time,'mm/dd hh:mi:ssAM') loggedon, s.sid, s.status,FLOOR (last_call_et / 60)"Last Call Elapsed Time (m)", s.username, s.osuser, p.spid,...
View ArticleDeinstall of Grid Infrastructure Cluster
Step 1:How to clean up a failed Grid Infrastructure installation.It specifically focuses on what to do if the "root.sh" script fails during this process and you want to rewind and start again.On all...
View ArticleORA-01555 / ORA-600 in standby database after switchover
After doing a SwitchOver from Production to standby(open read only), We were facing frequent ORA-01555 error.This is a Oracle bug in 11.2 as per the below oracle doc.Bug 22241601 ORA-600 [kdsgrp1] /...
View ArticleLaunch EC2 Instance from AWSCLI
Launch EC2 Instance from AWSCLIIn this blogpost, I will show you how to launch EC2 instance from AWSCLI (AWS command line).  This is very quick when compared to creating instances with console.  Please...
View Articleopatchauto failed with error code 2
Opatchauto:In general, when we invoke opatchauto, opatch will patch both the GI stack and the database software stack. Since we do not have a database running, patch will skip the database software...
View ArticleOracle Application Testing Suite (OATS) Installation guide
Click the below link for the documentation.Oracle Application Testing Suite (OATS) Installation guide
View ArticleINSIGHT ABOUT ORACLE APPLICATION TESTING SUITE (OATS)
INSIGHT ABOUT ORACLE APPLICATION TESTING SUITE (OATS)
View ArticleArticle 20
PL/SQL Block to assign multiple responsibilities to a userdeclareres_user_name varchar2(100);res_app_sn varchar2(200);res_respkey varchar2(200);res_sgkey varchar2(200);res_desc varchar2(200);res_name...
View ArticleArticle 19
PL/SQL Block to replicate a user’s Active responsibilitydeclareres_user_name varchar2(100);res_app_sn varchar2(200);res_respkey varchar2(200);res_sgkey varchar2(200);res_desc varchar2(200);res_name...
View Article