Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Can I ask a RAC user a favour?
Hi!
> I don't understand why the select from dual is not showing
> the extra I/O and stats I see on the "insert ... values
> (...nextval...)", when the seq cache is small.
Which version?
In 10g, a select <variable> from dual doesn't cause any logical IOs (unless
disabled explictitly).
Also, which stats were you checking when comparing different sequence cache values? Amount of LIOs should only change as much of them is needed for updating data dictionary when we run out of cached values.
Tanel.
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Oct 14 2004 - 09:43:09 CDT
![]() |
![]() |