Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Case sensitive Tablenames

Re: Case sensitive Tablenames

From: <sybrandb_at_yahoo.com>
Date: 10 Sep 2003 06:03:02 -0700
Message-ID: <a1d154f4.0309100503.62f47299@posting.google.com>


"Hobo" <hobo_at_bulla.de> wrote in message news:<3f5edd64$0$272$88693e94_at_news.cneweb.de>...
> Hello,
>
> at a customer db the setting for tablenames is set to only Capital letters.
> How can we manage this at our DB. We've found a parameter
> SQL_ATTR_MATADATA_ID???? Is it a hidden parameter for init,ora?
>
> Can anyone help?
>
> Thanks inadvance
>
> Horst

By default ALL identifiers are in UPPERCASE. You can use lowercase (you don't want that) by enclosing the identifier in "", like "lower case table name"
This has nothing to do with init.ora parameters

Regards

Sybrand Bakker
Senior Oracle DBA Received on Wed Sep 10 2003 - 08:03:02 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US