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: Advanced Replication Performance problems

Re: Advanced Replication Performance problems

From: codewiz51 <NoWay_at_Jose.com>
Date: Thu, 10 Jun 1999 12:54:08 -0500
Message-ID: <7jou25$e4j$1@ffx2nh3.news.uu.net>


You might want to make sure you have run an ANALYZE with COMPUTE STATISTICS on your remote sight. Don't assume the optimizer has all the information it needs on your remote site.

I hope this helps,
Gene Harris

Colin Casalis <colin_at_rewards.co.za> wrote in message news:375f7262.8548526_at_news.is.co.za...
> Hi Everyone,
>
> I'm running Oracle 8.0.5.1.0 on a SUN Solaris 2.6 Unix platform.
>
> I perform a delete of 6 records on a replicated table containing 6
> million rows. The delete at the source replication site runs in
> seconds, whereas the propagated delete at the remote site takes over
> an hour! An explain plan of the original sql (at the source site) uses
> the appropriate index. However, the explain plan of the replicated sql
> (at the remote site) does a full table scan. The table structure
> and indexes at both sites are identical. How can I get
> the replicated sql to use the index at the remote site?
>
> Note that the delete statement at the remote site originates from
> the $RP replication package procedure REP_DELETE. This statement is
> different from the original delete statement at the source site.
Received on Thu Jun 10 1999 - 12:54:08 CDT

Original text of this message

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