Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> dbms_stats + no_invalidates
Hello list,
Coming to the point, when we modify or delete statistics using dbms_stats for any given table/s, all dependent cursors becomes invalid and re-parsed once they are accessed. using no_invalidate=>true with dbms_stats, we can bypass this behaviour. My question is, when we use this parameter not to invalidate all dependent cursors of given table, then, when would be the new statsitics are in using with this dependent cursors? In metalink Note:272479.1, it mentioned that, from oracle 10g onwards, we can using value for this parameter DBMS_STATS.AUTO_INVALIDATE value, leaving on optimizer when to use newly collected statistics. Is there any work around in oracle 9i?
-- Best Regards, Jaffar, OCP DBA Banque Saudi Fransi Saudi Arabia ---------------------------------------------------------------------------------------- "It is your atittude, not your aptitude that determins your altitude." -- http://www.freelists.org/webpage/oracle-lReceived on Sun Jun 26 2005 - 08:43:12 CDT
![]() |
![]() |