AppCrawler

Tying data to business excellence

Main menu

Skip to content
  • Who Is This Guy?
Database, Development, Java, Oracle

Java Lock class is great for test casing

by Steve • April 15, 2009 • 0 Comments

OK, so while trying to understand Oracle’s redo latching mechanisms (we have been experiencing a nightmare with log file sync since switching to a new DMX subsystem), I found that java 1.5 has a new Lock class. How cool is…

Read more →

Database, Oracle

Standby created without a standby controlfile?!!

by Steve • April 15, 2009 • 0 Comments

Today, a junior DBA created a standby database by copying the controlfile to another host, restoring the 4TB database it serves, and recovering all available logs via RMAN. Sounds good, right? Well, it was until we went into SQL*PLUS and…

Read more →

Database, Oracle

Read only tablespace requires no outstanding transactions…anywhere…

by Steve • April 15, 2009 • 0 Comments

Nice little gotcha I received yesterday morning. Our intention is to rebuild two large tables from range partitioning to hash partitioning on another server. One of the datafiles for the tablespace that houses one of the tables in question is…

Read more →

Database, Oracle

Oracle function to calculate wait event correlation

by Steve • April 15, 2009 • 0 Comments

Cool little function to provide statistical correlation between two events. This helped us to identify performance drivers in our database. Statistically, anything above 60 is considered “statistically significant”, or correlated. If one goes up, so does the other. create or…

Read more →

Development, Java, Statistics

Statistical functions with java

by Steve • April 15, 2009 • 2 Comments

Below is a simple set of classes for performing your own statistical analysis. As noted, they are simple (no multiple regression analysis, etc.) class myStats { double standardDeviation (double[] array) { double[] arr = new double[array.length]; double av = average(array);…

Read more →

Database, Oracle

Control file writes when updating???

by Steve • April 15, 2009 • 0 Comments

I had never seen this before, but while testing a migration strategy for a large table with XMLTYPE’s, almost half our wait time was spent on control file sequential read and control file parallel write waits. Each of these occurred…

Read more →

Page 75 of 77
« 1 … 73 74 75 76 77 »

Search

Links

  • LinkedIn Profile

Archives

Copyright © 2025 AppCrawler. All Rights Reserved. The Magazine Basic Theme by bavotasan.com.