Hi, jbayly
I believe because Oracle is multi-platform that this is not possible as UNIX will distinguish data that is uppercase and lowercase. For example:
LAST_NAME FIRST_NAME DOB
--------- ---------- -----------
SMITH JOHN 01-JAN-1950
smith john 01-JAN-1950
Even if you set the primary key to the above three columns, I believe that UNIX would count them as two different records whereas Windows would not allow the secind row to be saved.
Regards,
William Chadbourne
Oracle DBA