Other News

Community

Add Storage, Not Projects

(Jonathan Gennick) DBAs spend a lot of time managing disk space. To maximize I/O rates, we spread the data we manage across many physical disks. Often we do this by working with a system administrator who uses a logical volume manager (LVM) to combine many physical disks into a single logical volume

Community

Default for start date column

(Craig Mullins) I have a table with a start date column which can be blank. What is your opinion as to a good default to have for this column? Should it be nullable or have some other default when no value is provided? SQL determines if the row is active by checking to see if it’s not null and less

Community

Software Review: SQLCompare

(graz) I’ve reached that horrible stage in a project. We’re still doing development but the users are in an extended alpha/beta test of the software. And they don’t like to lose the data they’ve entered. That means as I fix bugs and add new features I need to keep our development database in sync wi

Community

Oracle’s CASE Expression

(Amar Kumar Padhi) DECODE is considered the most powerful function in Oracle. Oracle 8i release introduced the CASE expression. The CASE expression can do all that DECODE does plus lot of other things including IF-THEN analysis, use of any comparison operator and checking multiple conditions, all in