Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Can I make oracle case sensitive
SQL is not case sensitive and you cannot make it case-sensitive.
Why does it make a difference?
To make column names case-sensitive, use them with double quotes. Like: create table ugly( "column" number, "COLUMN" number );
Regards,
Karen Abgarian.
Brant Remenda wrote:
> Is it possible to make Oracle case sensitive. I am using Oracle 8 and would
> like to make it case sensitive so that an SQL statement such as:
> Select * from Customers
> would not work if the Customers table is spelled CUSTOMERS
>
> I would also like to make columns case sensitive.
>
> Thanks in advance
> Brant
Received on Fri Sep 10 1999 - 10:23:51 CDT
![]() |
![]() |