Unless you are talking about Java in and Oracle database, in which
case it is case sensitive.

e.g.

select owner, object_name, object_type
from dba_objects
where object_type like 'JAVA%';

Jared






"Karniotis, Stephen" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
07/29/2002 09:15 AM
Please respond to ORACLE-L

 
        To:     Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
        cc: 
        Subject:        RE: naming conventions for Oracle/Unix vs. SQL Server


Paula:
 
  The mixed case for Oracle does not matter, as Oracle is not case 
sensitive.  The column names are stored in uppercase within the data 
dictionary.  However, for SQL Server, the case sensitivity of column names 
is crucial. 
 
  Another black eye for MSFT.
 
Thank You
 
Stephen P. Karniotis
Product Architect
Compuware Corporation
Direct:                   (248) 865-4350
Mobile:                  (248) 408-2918
Email:                      [EMAIL PROTECTED]
Web:                        www.compuware.com
 
-----Original Message-----
Sent: Monday, July 29, 2002 11:59 AM
To: Multiple recipients of list ORACLE-L
 
Guys, 
Please help.  I work in an organization where we have both SQL Server on 
NT and Oracle on Unix.  SQL Server and developers who are used to GUI's in 
NT like column names to have mixed case with no underscores.  The Unix 
folk - like myself prefer underscores and one case.  Is there any reason 
not to adopt mixed case for Oracle?  Is this really just what I am used 
to?  I have been using this standard for so long that it maybe the reasons 
I adopted it do not any longer exist or are not as compelling as 
developer's today are more comfortable with mixed case. 
Help! 



The contents of this e-mail are intended for the named addressee only. It 
contains information that may be confidential. Unless you are the named 
addressee or an authorized designee, you may not copy or use it, or 
disclose it to anyone else. If you received it in error please notify us 
immediately and then destroy it. 



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to