-
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
How to determine FC HBA WWN on Oracle Enterprise Linux 5
To determine the FC HBA WWN on Oracle Enterprise Linux (OEL) use: cat /sys/class/fc_host/host<number>/port_name For example: [root@host sys]# cat /sys/class/fc_host/host6/port_name 0x2100001b329308df [root@host sys]# cat /sys/class/fc_host/host5/port_name 0x2100001b329388d9
Posted in Oracle in general
Leave a comment
Less know features: Alternate Archive Log Destination
Oracle offers the ability to specify so called ‘alternative’ archive log destinations in case the primary archive log destination gets full. You can enable this feature by setting: log_archive_dest_1=’location=+FRA REOPEN=0 MANDATORY alternate=log_archive_dest_2′ log_archive_dest_2=’location=/some_path MANDATORY’ log_archive_dest_state_1=ENABLE log_archive_dest_state_2=ALTERNATE A configuration often used … Continue reading
Posted in Oracle in general
Leave a comment
Oracle 11.2.0.2.0 released
Few weeks ago Oracle released the first patchset for 11g Release 2 database. This is a summaization of other blog posts regarding upgrading or installating 11.2.0.2.0. At the moment (4th November 2011) 11.2.0.2.0 is available for the following platforms: Linux … Continue reading
Posted in Oracle in general
Leave a comment
Busy
I am pretty busy the last weeks so i had no time for updates. I will have more time next week.
Posted in Oracle in general
Leave a comment
Using variables in RMAN scripts
Ever wanted to use variables in your RMAN scripts? Until and including 10g R2 this was impossible. Starting with 11g R1 it is possible. Lets me show you a short example how to do it: First we create a simple … Continue reading
Posted in Oracle in general
Leave a comment
Tuning Linux for Oracle
This is a short post on how to tune Linux for running Oracle. It wont cover the background directly but i am trying to give some links with further informations. I am planning to improve it over the time. Currently … Continue reading
Posted in Oracle in general
5 Comments
Bye bye Oracle 10g Release 2
With end of July 2010 support for Oracle 10g Release 2 ends. You can order (at additional costs of course) so called extended support to get support until July 2011. After this date there is so called “Sustaining Support” which … Continue reading
Posted in Oracle in general
6 Comments
Patch News – Oracle Patchset 10.2.0.5.0 released
I just found Oracle released 10.2.0.5.0 patchset for the following platforms: Linux x86_64 Linux x86 See Doc ID 1088172.1 for a list of fixed problems.
Posted in Oracle in general
1 Comment
Oracle 11g R2: Deferred Segment Creation + imp + table with LOB column = Bug
This is a short posting about an error i found today. This errors prevents the import of tables with lob columns when using traditional import, deferred segment creation and an altered tablespace name. For this i created a test case … Continue reading
Posted in Oracle in general
2 Comments
ASM Volumes on thin-provisioned SAN dirtying all blocks?
Some time ago i´ve seen a discussion on OTN about ASM and thin provisioned volumes. Hi there, sorry for the x-post from database-general but it was suggested that I do so. Anyhow, we’ve got 11g (11.1.0.7 with the 6851110 ASM … Continue reading
Posted in Oracle in general
Leave a comment