Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How configure Oracle 9i not case sensitive...
On 23.04.2004 11:21 Eloy Mier Pérez wrote:
> Hi, i would configure Oracle 9i not case sensitive and in the table names
> dont use ""...
>
> How can i do this ?
>
> Thanks in advance
>
>
But Oracle is not case sensitive.
SELECT * FROM table;
is identical to
SELECT * FROM TABLE; Or am I missing something here?
Thomas Received on Fri Apr 23 2004 - 10:25:34 CDT