-
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
Author Archives: Ronny Egner
Storing Oracle database connection strings in OpenLDAP instead of OID
Storing Oracle database connection strings in OpenLDAP – or – “Oracle Names for the masses” Typically Oracle stores it´s database connection strings in a file called TNSNAMES.ORA. Among storing every database connection string in this file there are other different … Continue reading
Posted in Oracle in general
21 Comments
Oracle 11g Release 2 – SSH equivalence gone after reboot
Today i came across a strange phenomenon: I set up ssh equivalence during database installation but after rebooting the system some tool complained about misconfigured ssh equivalence. So i digged a little bit. I found out SSH is complaining about … Continue reading
Posted in Oracle 11g Release 2, Oracle in general
5 Comments
Partition layout on Linux – Recommendations
Partition recommendations for Oracle on Linux Every system engineer or even every DBA comes along the following question from time to time: “How do i arrange my partitions for using oracle on linux?” In the following i am blogging my … Continue reading
Posted in Oracle in general
4 Comments
Increasing data checks performed by RMAN with "check logical" switch
By default RMAN checks for physical corruptions in data files when performing backups. For a logical check you can add “check logical” to your rman backup command. With this clause rman also checks the block integrity logically. A few examples … Continue reading
Posted in Oracle in general
Leave a comment
RMAN in Data Guard configurations – Problems of restoring rman disk backups and standby site and vice versa
… or: the problem of backup association From time to time i come across the same problems in data guard configurations using rman-to-disk: Backups taken on the standby database are not taken into account when trying to perform an rman … Continue reading
Posted in Oracle in general
3 Comments
Managing the AWR (automatic workload repository)
Overview on the AWR The automatic workload repository “AWR” was introduced with Oracle 10g. It collects performance data in intervals (default: 60 minutes) and keeps them by default for one week. The data is stored in the SYSAUX tablespace. The … Continue reading
Posted in Oracle in general
1 Comment
Oracle 11 Release 2 Install Guide – Install Oracle RAC
System configuration Hardware configuration two virtual machines (VMWARE) 1 vCPU 4 GB RAM 40 GB local Disk Storage exported via ISCSI 4 LUNs with 10 GB each 2 LUNs with 30 GB each Operating system configuration Oracle Enterprise Linux 5.3 … Continue reading
Posted in Oracle 11g Release 2
6 Comments
Oracle Dataguard – automatic archive log file management on primary site
System Environment Suppose you have an oracle data guard environment with one primary database and one physical standby database running. You perform online backups with RMAN from the PRIMARY database. Your users complain about slowness during the night. You notice … Continue reading
Posted in Oracle in general
Leave a comment
Oracle 11 Release 2 Install Guide – ACFS and ADVM
ACFS and ADVM System configuration We will use the system configured and installed in part 2 General information ADVM = ASM dynamic volume manager ACFS = ASM cluster file system Basic layout (Source: Oracle Database Storage Administrator’s Guide 11g Release … Continue reading
Posted in Oracle 11g Release 2, Oracle ASM
9 Comments
Calculate IOPS (or IO/s) for hard disks
From time to time i spend time looking for information how to calculate IOPS (or IO operations per second) for hard drives. In the following table i outlined how to calculate the IOPS a disk can handle. For this calculation … Continue reading
Posted in Uncategorized
Leave a comment