Database Systems is a blog about Databases and Data of any size and shape
Pages
(Move to ...)
My Blog
My apps
▼
Thursday, 22 May 2008
Oracle Data Guard and High Availability Physical Standby Database configuration using Oracle 10g R2 and Ubuntu 7.10
›
In this post I would like to share my experience of setting up an Oracle Data Guard (DG) Fast-Start Failover High Availability (HA) environm...
7 comments:
Friday, 18 April 2008
LAG, the Analytic Function
›
LAG is a nice analytic function in Oracle SQL which lets you access previous row of a row at the same time you access the current row. The O...
Friday, 11 April 2008
scheduling jobs in the database with DBMS_JOB
›
Quickly submitting jobs with the Oracle DBMS_JOB package. The example below is an oracle schema user who wants to schedule the execution of ...
Tuesday, 8 April 2008
SQL CASE statement and Aggregation
›
I find the CASE statement in SQL very good when it comes to classify data within ranges. Suppose you have a table called DEVICE which logs ...
Saturday, 15 March 2008
Relational Model to Dimensional Model
›
In this post I will demonstrate how a normalized relational data model which is in 3rd Normal Form (3NF) evolves to a dimensional data mod...
‹
›
Home
View web version