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: Table naming conventions

Re: Table naming conventions

From: Marty <anon_at_home.comm>
Date: 1997/08/18
Message-ID: <01bcac2b$566d34e0$015f7ec2@cavett.globalnet.co.uk>#1/1

Don - Your answer depends on various unknowns:

But as a rule (standard) it is best practice to always pre-fix your object with the schema it belongs to (as in your options (3)).

If you want to avoid database links then you'd want to keep the tables within the same instance. But, seperate instances mean easier maintenace for DBA purposes as they can be administered seperately and DB parameters can be set independantly for different application that may have completely different characteristics ie. on-line real-time vs. batch over-night processes.

If you wanted to easily differentiate between your own 'application' and client 'applications', then a prefix on object names seems a reasonable rule, as it makes the objects immediatelly identifiable.

Regards

These views are my own and not those of my employer. Normal conditions apply.
nb. anonymous return address used - please replace reply address with those given above. Received on Mon Aug 18 1997 - 00:00:00 CDT

Original text of this message

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