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 14:59:31 -0700
Message-ID: <1161035971.463235.169090@m7g2000cwm.googlegroups.com>

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 Received on Mon Oct 16 2006 - 16:59:31 CDT

Original text of this message

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