-
Recent Posts
- Lord Matthew’s Honor
- Bublick, the Name
- Alvin’s Ashes
- A Tale of Two Houses
- The Daring Mr. Melling
- An Unlikely Farmer
- Julia Swedish Was Not Swedish!
- Finding the Family Farm
- Kay’s 48 in Gay Paree
- Happy Great-Grandmother’s Day
- Love, Yorkshire Style
- Nat Griffin’s Draft Card
- Finding Grandma
- The Irish Connection, Part 2
- The Irish Connection
- Private Frank Elliott, 1897-1917
People I know
Category Archives: Databases
Calculating the delta between two row values
In Oracle, the standard way to calculate the difference (delta) between two values is using the LAG() analytic function. For example… Suppose you’ve got a table of numeric values– create table t as select rownum id, value from v$sesstat where … Continue reading
Posted in Databases
Leave a comment
Oracle Error Messages
I’ve got a script that runs through the alert logs for all the Oracle databases I manage every 10 minutes or so and sends me a text message containing the error number if it finds an error. Sometimes, when the … Continue reading
Posted in Databases
Leave a comment
Three Normal Forms tutorial revised
After two months in the wilderness, my tutorial on the Three Normal Forms is back online. I took it down because in the original, it had some serious flaws. While not factually inaccurate, the section pertaining to NF1 was vague … Continue reading
Posted in Databases
2 Comments