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: most expeditious way to update a large number of rows

Re: most expeditious way to update a large number of rows

From: <mylesv_at_gmail.com>
Date: 16 Oct 2006 15:03:36 -0700
Message-ID: <1161036216.878300.259660@k70g2000cwa.googlegroups.com>

myl..._at_gmail.com wrote:
> Brian Peasland wrote:
> > You can verify this yourself. In your session, issue the following query:
> >
> > SELECT value
> > FROM v$mystat m, v$statname s
> > WHERE m.statistic#=s.statistic#
> > AND s.name='redo size';
> >
> > Then run your UPDATE statement. Next, run the above query again. The
> > difference between the two numbers should serve as a pretty good
> > approximation.
> >
> >
> > HTH,
> > Brian
> >
>
> Thanks, Brian. That was extremely helpful. The result of your query
> is 736. I assume that's bytes, right?
>
> If that's the case, my update will generate ~ 471MB of redo.
>
> Thanks again,
> Myles

Sorry, that's "736" after updating a single row. Received on Mon Oct 16 2006 - 17:03:36 CDT

Original text of this message

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