-
Archives
- 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 11g Release 2
Do you know “chopt” ?
Starting with Oracle 11g Release 2 there is a new tool called “chopt” which lets you enable or disable database features such as partitioning, olap and so on without the need to re-install the bianries. You can read about the … Continue reading
Posted in Oracle 11g Release 2, Oracle in general
Leave a comment
MEMORY_TARGET (SGA_TARGET) or HugePages – which to choose?
Oracle 10g introduced the SGA_TARGET and SGA_MAX_SIZE parameter which dynamically resized many SGA components on demand. With 11g Oracle developed this feature further to include the PGA as well – the feature is now called “Automatic Memory Management” (AMM) which … Continue reading
Posted in Oracle 11g Release 2, Oracle in general
20 Comments
Oracle 11g Release 2 – RMAN compression comparison
Starting with Oracle 11g Oracle added several compression algorithms to compress data. They can be used for compressing tables, LOBs , compressed data pump exports or even RMAN backups. Unfortunately for some compression algorithms you need to purchase the “Advanced … Continue reading
Posted in Oracle 11g Release 2, Oracle in general
15 Comments
Calculate required kernel parameters for running Oracle 11g Release 2 on Linux
The following is a short guide on how to calculate the required kernel parameters for running Oracle 11g Release 2 database on Linux. In addition to that i add some parameters recommended by myself. Note that for running Oracle Grid … Continue reading
Posted in Oracle 11g Release 2, Oracle in general
4 Comments
ASM resilvering – or – how to recover your crashed cluster
In this and the following posts i will perform some crash and recover scenarios and show how to recover the cluster successfully. At the moment the following tests are planned and will be published during the next days: suddenly turning … Continue reading
Posted in Oracle 11g Release 2, Oracle ASM, Oracle in general
2 Comments
ASM resilvering – or – how to recover your crashed cluster – Test no 4
Test #4: Corrupting the ASM disk with ASM disk group being online and active After overwriting the ASM disk header while the disk group was offline we will now put some load on the full running cluster and corrupt the … Continue reading
Posted in Oracle 11g Release 2, Oracle ASM
3 Comments
The Oracle Database File System (DBFS)
The following post is a summary of my tests with DBFS on a 11g Release 2 RAC. DBFS – An Overview Since the introduction of LOBs the database was used to store all kinds of files, for instance images, audio … Continue reading
Posted in Oracle 11g Release 2, Oracle in general
6 Comments
Oracle 11g Release 2 – How to enable SSH equivalence
There is a problem with shared oracle homes on ACFS documented here. However if you have not configured SSH equivalence before this short guide shows how to do set up ssh equivalence between the nodes “rac1.regner.de” and “rac2.regner.de”: 1. Unpack … Continue reading
Posted in Oracle 11g Release 2
Leave a comment
Oracle 11 Release 2 Install Guide – Creating a RAC database
This is the final part of the Oracle 11g Release 2 installation guide. At this point you should have: Oracle database and grid infrastructure binaries installed at least ONE or better two disk groups configured for: database and binary files … Continue reading
Posted in Oracle 11g Release 2
3 Comments
Oracle 11g Release 2 – SCAN explained
Starting with Oracle 11g Release 2 Oracle introduced a new cluster database connection concept: SCAN – “Single Client Access Name”. SCAN on the server side When installing a 11g Release 2 grid infrastructure you are asked for the cluster name … Continue reading
Posted in Oracle 11g Release 2
9 Comments