Knowledge increases exponentially. Today, you probably own more books than great universities of times past—Cambridge University owned less than two hundred books in the fifteenth century. First came the invention of writing, then alphabets, then paper, then the printing press, then mechanization. Each step caused an exponential increase in the collective human knowledge. In our generation, Al Gore invented the internet and the last barriers to the spread of knowledge have been broken. Today, everybody has the ability to contribute, communicate, and collaborate. We are all caught up in a tsunami, an avalanche, a conflagration, a veritable explosion of knowledge for the betterment of humankind. This is the blog of the good folks at Database Specialists, a brave band of Oracle database administrators from the great state of California. We bid you greeting, traveler. We hope you find something of value on these pages and we wish you good fortune in your journey.

Don’t Fall Into This RMAN Trap

Have you found that daily full database backups are becoming impractical for your growing databases?  Incremental backups are no longer the exception in some shops.  But with the increased complexity comes a greater responsibility for thoroughly planning and testing your backup solution.  Testing a more complicated backup solution makes for a more complicated validation procedure.  [...]

RMAN: MML Implicit Delete of Needed BackupPieces

Recently trial restore attempts of a large RAC 11gR2 database from tape resulted in  ”could not locate pieces of backup set key”  and intermittent ORA-01861 errors.   Puzzled that the backup logs were clean but the restore failed, we dug further and located the specific missing backuppieces to discover they were deleted:
SELECT start_time, pieces, status [...]

After 11.2 upgrade, RMAN-05548 when duplicating database

Here is an interesting issue I came across recently after an upgrade from 11.1 -> 11.2.  This particular database has 15 development / test / qa copies and approximately 1/3 of the database is application auditing data that is generally not needed in the non-prod copies.  So we skip the AUDITDATA tablespace during the duplication which makes the clonings [...]

Where’s My AWR in 11g?

Happy Valentines Day!
Many DBAs are aware that the Automatic Workload Repository (AWR) including Active Session History (ASH) is only available to users licensed for Enterprise Edition with the Diagnostic Pack.  This is invaluable data for conducting performance tuning based on recent historical data but off limits unless you are properly licensed.  Those 10g users who [...]

Upgrading Grid Infrastructure and ASM from 11.2.0.1 to 11.2.0.2 (and a bit about Oracle Restart)

My initial goal was simply to create a test ASM environment on my PC running Oracle Enterprise Linux 5 and Oracle Database 11.2.0.2. The first step was easy…download and install Grid Infrastructure 11.2.0.1. This went without a problem until I ran the ASM Configuration Assistant (asmca) and realized that ASM couldn’t see any available [...]

To upgrade or not to upgrade, that is the question

We are frequently asked by clients whether they should upgrade to Oracle 11g. Oracle Corporation’s communications understandably promote using the latest version, and tout its new features. The answer to the question isn’t a simple one, and (like so much else in our world), “it depends”.
One of the traditional answers given by people in the [...]