Can you be more specific, what kind of case sensitivity do you have in mind?
If you mean case sensitive with object names, then you must use double quotes arount object names (like table names, columns, ....), e.g. MY_TABLE, "My_Table" and "my_table" can be three different tables in the same schema.




Reply With Quote