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

Table naming conventions

From: Don Hartley <dhartley_at_ipns.com>
Date: 1997/08/15
Message-ID: <01bca9a5$8a4050a0$1ec181d0@testpc>#1/1

We are developing an Oracle database application for various clients. How can we be sure that the table names of our application will not conflict
with the table names of other applications which our clients may also have? For example, we have a table called "company" and another application has a table
called "company" and the client wants to run our application and the other application in the same Oracle database instance.

Options we've discovered so far include: 1) Run each application in its own database instance 2) Include a prefix on each table name to avoid common names; example instead

        of naming the table "company" name it "wr_company" 3) Fully qualify every reference to a table in selects/inserts etc by including the

        schema owner

What's the best way to handle this issue?

Thanks Received on Fri Aug 15 1997 - 00:00:00 CDT

Original text of this message

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