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: Lookup tables in multiple databases?

Re: Lookup tables in multiple databases?

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: Wed, 15 Aug 2007 06:37:52 -0700
Message-ID: <1187185072.159514.236060@e9g2000prf.googlegroups.com>


On Aug 15, 8:51 am, EdStevens <quetico_..._at_yahoo.com> wrote:
> On Aug 14, 9:48 pm, grawsha2..._at_yahoo.com wrote:
>
> > Greetings,
> > I have a question about "the best" approach to deal with lookup
> > tables(employees, sections, etc..) that show up again and again in
> > many database (HR, Inventory, CRM ) of an enterprise with Oracle DB
> > servers.
> > Should a separate database be created to include such lookup tables
> > and have that database referenced on the front-end with the main
> > database of the application whenever needed; Or have these tables
> > created in databases, thus, one ends up with duplicate lookup tables,
> > more or less.
> > Interms of performance, scalablity and all issues of Oracle GP DB
> > design??
> > Any urls, books to help.
> > MTIA,
> > Grawsha
>
> I don't know that I'd necessarily create an entire new database, but
> I'd at least designate an existing db to be the official database of
> all enterprise-wide data. Put it in its own schema. Then again,
> maybe I would create a database specifically for this. First rule:
> eliminate data duplication.
>
> In the words of my first DBA instructor, "it depends."

I agree with Ed. I would also add that developers with a MS SQL Server and some other database manager product backgrounds often use the term database when he or she should be just discussing use of a schema or object naming convention.

Generally speaking with Oracle you want one database for every application that shares the same uptime/upgrade restrictions/ requirements. That is, if the applications can share the same database then share it.

HTH -- Mark D Powell -- Received on Wed Aug 15 2007 - 08:37:52 CDT

Original text of this message

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