Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Lengthy Table and/or column names
Well, yes there are. It is very likely that you will want to name subsequent
database objects which are closely associated with that table (indexes,
constraints, etc) with the table name as the prefix (or suffix). The longer
your original table name, the less flexibility you have before you have to
start amending or truncating your table name. Depending on your working
practices, this could be inconvenient if you want to retain the original
table name as a key component of other object names. We do just this
(corporate standards), and these standards enable us to by-pass many joins
across the Oracle DD when looking for dependencies etc.
just a thought
peter
edinburgh
-----Original Message-----
Sent: 19 February 2003 17:49
To: Multiple recipients of list ORACLE-L
Are there any issues to consider when naming tables and/or columns (length of column name)? I know the max length is 30 but some of the table names that my client wants to add (against my recommendation) look like Cobol and are pushing 30 characters.
Just wanted to know if there are any potential performance issues or anything else I should warn them about.
Thank in advance!
Val
Valerie H. Webber
Management Systems Designers, Inc
Database Administrator
valerie.h.webber_at_irs.gov
704-566-5321
scan all attachments. http://www.bgs.ac.uk *********************************************************************
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Robson, Peter INET: pgro_at_bgs.ac.uk Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Thu Feb 20 2003 - 03:10:31 CST
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
![]() |
![]() |