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: oracle db performance issue

Re: oracle db performance issue

From: Tim <trumin_at_hotmail.com>
Date: 5 Feb 2005 22:36:43 -0800
Message-ID: <1107671803.901464.91740@f14g2000cwb.googlegroups.com>


Yes, you might want to separate reporting with your transactional activity.

Try start in simple way if data latency in reports of 1 day is not a problem for you: extract your data into flat files and load it to reporting database with sqlldr.

You can use third party tool fastreader for this: www.wisdomforce.com

Fastreader very quickly export data from large production Oracle tables with no system overhead. At same time it creates loaders for sqlldr. The process of unload / load can be automatic on nightly basis.

nigist wrote:
> We are having issue with the oracle db. we have production db and is
> used by about 700 site and also we do a lot of reporting out of the
> same db, and I was wondering what will be the best way to handle this
> so that we will not be hitting the same db at the same time which
makes
> the performance very slow. Is it possible to have a duplicate or copy
> of production db where we can use it only for reporting purpose and
> update the copy on a nightly bases or is there a better way of
handling
> this situation?
>
> Thank you for your help
Received on Sun Feb 06 2005 - 00:36:43 CST

Original text of this message

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