Other News

Community

Mini Disaster – AC Failure

(Andy Warren) I bet you’ve all had what I call a mini disaster, something that entirely disrupts production for a minute to a day or so. Sometimes it’s user error, a bad patch, user error, hardware failure, or user error! These mini’s are times that will often test your character. As much as I hate

Community

Comparison of Oracle Drivers

(Haidong Ji) Because Analysis Service is bundled with SQL Server for free, many companies built data warehouses and OLAP cubes on top of SQL Server. DBAs usually use DTS to get data from Oracle and dump it into SQL Server for DSS and OLAP analysis. When you are ready to do data transformation from

Community

The SQL Optimizers

(Mark Gurry) Whenever you execute a SQL statement, a component of the database known as the optimizer must decide how best to access the data operated on by that statement. Oracle supports two optimizers: the rule-base optimizer (which was the original), and the cost-based optimizer.

Community

Practical database design, Part 2

(Philipp K. Janert) What are the best choices when designing the schema for a relational database? What is the rationale in deciding in favor of one and against some other alternative? Given the amount of vendor-specific recommendations, it is all too easy to overlook basic relational database funda