-
Archives
- February 2026
- January 2026
- April 2019
- March 2019
- September 2018
- August 2016
- July 2016
- May 2015
- April 2015
- December 2014
- November 2014
- August 2014
- February 2014
- January 2014
- November 2013
- July 2013
- June 2013
- March 2013
- December 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- March 2012
- October 2011
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
- December 2010
- November 2010
- October 2010
- August 2010
- July 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
-
Meta
Category Archives: Oracle in general
“Exiting Time2Retain handler because session_reinstatement=1” with LIO (linux-iscsi.org iSCSI implementation)
I just migrated my Ubuntu iSCSI storage server to Ubuntu 12.04 which ships with a new iSCSI implementation: LIO (linux-iscsi.org). Aside from the fact that this project lacks a HUGE amount of documentation I want to share this problem with … Continue reading
Posted in Oracle in general
1 Comment
RMAN-10008/RMAN-04006: error from auxiliary database: ORA-12537: TNS:connection closed
Just a short note: When doing a “duplicate from active database” with a larger amount of channels you need to set the PROCESSES setting in your parameter file to a reasonable high value (i.e. 500). Otherwise the duplicate will fail … Continue reading
Posted in Oracle in general
Leave a comment
Oracle announces support for 11g R2 databases on OEL 6
Oracle just released a statement which states the immediate availability and support using Oracle database 11g R2 with Oracle Enterprise Linux 6. You can read the official announce here.
Posted in Oracle in general
Leave a comment
PRVF-5300: Failed to retrieve active version for CRS on this node when installing 11.2.0.2 DB on 11.2.0.3.0 Grid Infrastructure
I just played with 11.2.0.3.0 patchset on Linux x86_64 (in my testcase Oracle Enterprise Linux 5.6) and tried to install a 11.2.0.2.0 database on it. It fails with: PRVF-5300: Failed to retrieve active version for CRS on this node The … Continue reading
Posted in Oracle in general
9 Comments
INFO: task blocked for more than 120 seconds.
When running some high workloads on UEK kernels on systems with a lot of memory you might see the following errors in /var/log/messages: INFO: task bonnie++:31785 blocked for more than 120 seconds. “echo 0 > /proc/sys/kernel/hung_task_timeout_secs” disables this message. … Continue reading
Posted in Oracle in general
23 Comments
11.2.0.3.0 is out
Since almost two week Oracle released Oracle database patchset 11.2.0.3.0. I am a little bit late with this news. Martin Bach already posted a lot of stuff about this so let me link to his guides: – Release Accouncement … Continue reading
Posted in Oracle in general
Leave a comment
When patching is not enough: Oracle 11g R2 on Solaris SPARC requires fresh base installation of Solaris 10 U6
While checking MOS i found an interesting note (ID 964976.1) which states: Applying a kernel patch or a Solaris patch bundle is not the equivalent to installing the specific Solaris 10 “update 6” image. 11gR2 RDBMS software is only certified … Continue reading
Posted in Oracle in general
Leave a comment
11.2.0.2: two critical bugs
Just found two nice bugs in Metalink for 11.2.0.2.x: Bug #1 (10205230) [Note ID 1318986.1]: ORA-00600 or DATA CORRUPTION in RAC Environments when using shutdown mode “normal”, “transactional” or “immediate” on 11.2.0.2.1 and 11.2.0.2.0. This Bug is fixed in … Continue reading
Posted in Oracle in general
1 Comment
Removing NFS Locks on Opensolaris / Nexenta (or handling ORA-27086: unable to lock file – already in use when using Oracle over NFS)
Facts Oracle running on Linux / Solaris Oracle data files and control file are stored on NFS NFS server used Opensolaris or Nexenta Symptom ORA-00205: error in identifying controlfile, check alert log for more info ORA-00210: cannot open the specified … Continue reading
Posted in Oracle in general
1 Comment
ORA-27154: post/wait create failed / ORA-27301: OS failure message: No space left on device when starting ASM or database instance
Today i came accross a very strange error. After rebooting one cluster node (which ran flawlessly before!) ASM instance came up fine but database instance failed with: ORA-27154: post/wait create failed ORA-27300: OS system dependent operation:semget failed with status: 28 … Continue reading
Posted in Oracle in general
16 Comments