NoCOUG: Celebrating 25 years and 100 conferences

by Eric Jenkinson on October 25, 2011

Categories: announcements

Tagged:

This year marks the 25th anniversary of the Northern California Oracle Users Group (NoCOUG) and on November 9th 2011 they will hold their 100th conference.

If you are in the Northern California area you should consider attending Conference 100 on November 9th. Steven Feuerstein will provide the opening keynote followed by sessions from Craig Shallahamer, Kyle Haily, Alex Gorbachev, Greg Rahn, and Dan Tow. Conference 100 will be held at the Computer History Museum in Mountain View CA and if you RSVP by October 31 you will receive a free pass to the exhibition at the Computer History Museum. RSVP today at http://www.nocoug.org/rsvp.html.

Also this month NoCOUG released the 100th issue of their journal which can be downloaded from their web site at http://bit.ly/rC2gRA. Issue 100 features an interview with Michael Stonebreaker as well as a reprint of the paper written by Dr. Edgar Codd, A Shared Model of Data for Large Shared Data Banks, which sparked the relational database revolution.

2011 marks a significant milestone for NoCOUG, come celebrate with them November 9th!

EM Configuration issue. $ORACLE_HOME/odprimary_PRIDB not found

by Eric Jenkinson on October 17, 2011

Categories: Grid Control

Tagged: , ,

We noticed that some of our databases monitored in Oracle Enterprise Manager Grid Control were showing a status of Agent Unreachable. When checking the status of the Agent on the server the following error was returned.
Read more »

Installing Oracle Enterprise Manager Cloud Control 12c Release 1

by Eric Jenkinson on October 12, 2011

Categories: Cloud Control

Tagged: ,

Oracle Enterprise Manager Cloud Control 12c Release 1 is the next release in the Enterprise Manager Product line. This document will detail the installation steps on Oracle Enterprise Linux 5.5 with an Oracle 11gR2 repository database.
Read more »

Removing Database Control (dbconsole) from a database

by Eric Jenkinson on October 10, 2011

Categories: Database Control

Tagged: , , , ,

Oracle Database 10g introduced Database Control (dbconsole) to aid in day to day administration tasks and monitoring. When building a database for use as a repository for Oracle Enterprise Manager Grid Control or the recently released Oracle Enterprise Manager Cloud Control 12c, you will need to remove Database Control and its associated repository from the database.
Read more »

Preparing Drives for ASM using ASMLib

by Eric Jenkinson on September 30, 2011

Categories: Grid Infrastructure

Tagged: , ,

This document will detail the steps to configure disks for ASM and the installation of ASMLib on Oracle Enterprise Linux 5.5 running in Oracle VM VirtualBox 4.1.2. The drives were created as shared drives. See the post: Creating Shared Drives in Oracle VM VirtualBox for more information on creating shared drives in Oracle VM VirtualBox.
Read more »

PRVF-5439: NTP daemon does not have slewing option “-x” set on node

by Eric Jenkinson on September 29, 2011

Categories: Grid Infrastructure

Tagged: , ,

When installing Oracle 11gR2 Grid Infrastructure either the cluster verify utility or the prerequisite checks find that the NTP daemon does not have the slewing option set.
Read more »

Quick Manual Database Creation

Using Oracle Managed Files you can quickly create a database manually with very little upfront effort. Oracle Managed Files greatly simplifies the database creation process because all that is needed is the location in which to write the database files.
Read more »

Changing the HOSTNAME on Oracle Enterprise Linux

by Eric Jenkinson on September 27, 2011

Categories: Linux

Tagged: ,

Either due to cloning or corporate naming standards, you may find the need to change the hostname of an Oracle Enterprise Linux System.

Read more »

ORA-00354 corrupt redo log block header

by Eric Jenkinson on September 26, 2011

Categories: Troubleshooting

Tagged: , ,

I ran in to an issue recently where a database was reporting ORA-00257 archiver error, connect internal only, until freed. However when looking at the system I could not find evidence to support the ORA-00257.

Read more »

Cloning a VirtualBox VM in VirtualBox 4.1

by Eric Jenkinson on July 19, 2011

Categories: VirtualBox

Tagged: ,

With Oracle VirtualBox 4.1 cloning a VM is now available from the user interface making the process much simpler. In prior releases cloning a VM was a multi step process in which you needed to use the command line utility VBoxManage clonehd to create a clone of the virtual device and then attach that new image to new virtual machine.
Read more »

Cloning an Oracle Database Home

by Eric Jenkinson on June 28, 2011

Categories: Oracle Database

Tagged: , ,

Starting with Oracle Database 10g you are able to easily clone an existing Oracle Home. Why would you want to be able to do this? For one it is faster to clone an existing Oracle install than to install fresh. The clone includes all patches that might have been installed thus removing the problem of missing patches when building a new server.
Read more »

Numerous m000 trace files in which KEWROCISTMTEXEC encountered ORA-12899

by Eric Jenkinson on June 20, 2011

Categories: Errors

Tagged: , , ,

While clearing up some space in diag/trace directory, I noticed numerous trace files were being generated by the Memory Monitor slave process (m000). These trace files were being generated at regular intervals. Read more »

Creating Shared Drives in Oracle VM VirtualBox

by Eric Jenkinson on May 15, 2011

Categories: VirtualBox

Tagged: , , ,

If you would like to experiment with Oracle RAC and ASM/ACFS in your Oracle VirtualBox environments you will need to create drives that can be read and written to by multiple VMs concurrently. VirtualBox 4.0 supports the creation of shared drives.
Read more »

Cloning a VirtualBox VM

by Eric Jenkinson on March 28, 2011

Categories: VirtualBox

Tagged: , ,

I make frequent use of virtualized environments for testing and proof of concept work. One of the many great features of virtualized environments is that I do not have to start from scratch every time. I build base systems with the configured OS and any necessary software. Using these base systems I can spin up a new machine and get to the interesting work quickly.
Read more »

ORA-04020 When Dropping Materialized View with a Spatial Index

by Eric Jenkinson on March 16, 2011

Categories: Errors,Oracle Database,Troubleshooting

Tagged: ,

While upgrading our GIS development database from 11gR1 to 11gR2 we found that we were getting deadlocks when dropping materialized views that had spatial indexes. The deadlock always occurred on the first attempt to drop the view and any further attempt to drop the view would report success. However; an attempt to recreate the materialized view would result in an ORA-00955.
Read more »

Flashback Data Archive (Oracle Total Recall)

by Eric Jenkinson on December 6, 2010

Categories: Oracle Database

Tagged: , ,

Have you ever had to to perform a tablespace point in time recovery to retrieve data that was erroneously deleted? How many triggers have you had to create/troubleshoot in order to meet data retention or change control requirements?
Read more »

Installing MySQL 5.1 Community Server on Windows

by Eric Jenkinson on November 8, 2010

Categories: MySQL

Tagged: , ,

MySQL is the most popular Open Source relational database. As part of the LAMP stack, MySQL is integral in many Open Source projects such Nagios, Bugzilla and WordPress to name a few. Companies such as McAfee, Novell and UPS use MySQL database in their environments not to mention some large scale web sits such as Google and Facebook.
Read more »

User Managed Online Backups (Hot Backup)

While Recovery Manager (RMAN) is highly recommended for database backup and recovery operations your organization may require you to perform backups using a custom process or you might have an interest in knowing what is required to perform a user managed backup.
Read more »

Read–Only Tables in Oracle Database 11g

by Eric Jenkinson on September 10, 2010

Categories: Administration

Tagged: , ,

Prior to Oracle Database 11gR1 in order to create a read only table you had to employ clever uses of triggers, constraints or other methods to prevent the data from being changed. In many of those cases only INSERT, UPDATE, and DELETE operations were prevented while many DDL operations were not. Oracle Database 11gR1 provides the ability to create read only tables with a simple ALTER TABLE statement.
Read more »

Remove a Database from a RMAN Recovery Catalog

by Eric Jenkinson on September 9, 2010

Categories: Backup and Recovery

Tagged: , ,

There will come a time that you will need to remove a database from the recovery catalog. Removing a database from the recovery catalog removes all metadata for the database from the catalog.
Read more »