Oracle Corner

Oracle fixes, problems that are not on the web, DBA notes, interesting observations.

02 February 2021

›
Cloning a database where source Oracle Home has a higher DST patch than a destination Oracle home  Example: Source database has a DST patch ...
18 June 2019

OEM repository commands

›
OEM13c occasionally leaves orphaned alerts or targets in suspended mode, that clearstate can't remove.  After some investigation, I...
18 June 2018

Convert single instance database to a clustered database

›
Clusterize the database oh; cd dbs cp initDBNAME.ora initDBNAME.ora.singleinstance create pfile='/oracle/DBNAME/121/dbs/initDBNAM...

Duplicate database to a diferent server

›
Prepare OLD database cd $ORACLE_HOME/dbs; cp orapwDBNAME orapwDBNAME.beforemigration orapwd file=/oracle/DBNAME/12102/dbs/orapwDBNAME s...

Standby Catchup with incremental SCN backup

›
If standby is considerably lagging behind production, “roll it forward” using the incremental backup. DR DGMGRL> edit database 'D...
29 May 2018

Migration of OEM to another hosts fails with "Setup EM infrastructure failed!"

›
This was a tricky one. I migrated OEM 13c from Linux 5 to Linux 6 without any issues. When I tried the same migration, just this time fro...
14 March 2018

›
OEM target stuck in "Notification Blackout" This is OMS 13c bug. As there is no emctl or emcli command that can fix this probl...
08 November 2017

ORA-15137 cluster in rolling patch

›
This happened during the apply of PSU 26610308 on GI. The opatch script rolled back 2 patches on one node of the cluster, but not on the ot...
26 July 2017

OEM: Metric "Redo Apply Rate (KB/second)" shows 0

›
We received an alert for one of our cluster standby databases, with OEM metric "Redo Apply Rate (KB/second) " showing 0, indicati...
19 July 2017

Oracle bug: wrong spfile in init*.ora

›
This is a pretty simple problem, and there is an Oracle bug explained in Doc ID 2145349.1, but Oracle support doesn't offer solution, ...
17 May 2017

Error while using OEM to create RAC standby

›
When you use OEM to create a standby on RAC, it will create a single instance on one standby node, which you later need to convert to a clus...
25 November 2016

Two after-12c-upgrade Oracle bugs

›
Note After upgrading to 12.1.0.2 on RAC cluster, we had a very slow SQL below that was reading column group statistics:      select count(...
22 July 2015

OEM: create wallet and import trusted certificates

›
Create wallet mkdir $ORACLE_HOME/wallets cd  $ORACLE_HOME/wallets orapki wallet create -wallet $ORACLE_HOME/wallets -pwd xxx -auto...
25 May 2015

Switch off parallelism in Tuning Advisor profile recommendations

›
BEGIN  DBMS_AUTO_SQLTUNE.set_auto_tuning_task_parameter(  parameter => '_sqltune_control',  value => 15);  END;  / 
30 April 2015

SQL Tuning Advisor - Switch off plan recommendations with parallelism

›
Symptoms SQL Tuning Advisor recommends lots of plans with PX hints, claiming that parallelism puts the cost down. That might be a case, ...
10 April 2015

ASM Disk - Wrong Label

›
Symptoms After a RAC node reboot, one of the ASM disks didn't get mounted. We could see the disk (partition) /dev/> with ...
06 March 2015

Oracle RAC Listener relink "Linux Error: 32: Broken pipe"

›
Symptoms TNS-12518: TNS:listener could not hand off client connection TNS-12547: TNS:lost contact TNS-12560: TNS:protocol adapter ...
30 January 2015

Oracle OEM 12c 2-system upgrade - Notes on bugs/issues

›
The upgrade had quite a few bugs/problems, for which we couldn't find solutions either on Oracle support site or Google, therefore list...
18 October 2014

TDP SAP for Oracle 5.5 library errors

›
I couldn't find this error anywhere on Google, and IBM Support has been looking into it for 2 days without help. I found the workaround,...
07 October 2014

INS-10331 Oracle 12c runInstaller on a Linux server from NFS mounted disk

›
I was installing 12c database from the NFS mounted share, and the installation failed at the second step with the INS-10331 error. O...
19 September 2014

Default value for _sys_logon_delay Oracle 12c parameter

›
I couldn't find this anywhere else on the Internet, therefore worth posting. Default value of  _sys_logon_delay 12c parameter is 1. ...
02 September 2014

Using OEM 12c - notes from Oracle course

›
2 products exist for managing: Cc + Ops Center (host management) Oracle HTTP server is started up implicitly when OMS is started. Managed ...

OEM 12c Installation and Upgrade - notes from Oracle course

›
OMS is a J2EE app deployed via Web Logic. It has 3 apps: 1 - The Console serves up all the /em URLs. 2 - PBS (Platform Background Services...

Software enhancement request for Oracle 12c +

›
Idea Flashback to be enabled per pluggable database, instead of per the whole instance. Why? Because I like flashback and use ...

12c New Features - Notes

›
Latest patch right now: 12.1.0.2 OEM CC Chargeback basaed on capacity App Mgmt: based on APIs: PS, VMware,...             Plugg-ins ...
›
Home
View web version
Powered by Blogger.