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: How are the snapshot ids generated in statspack?

Re: How are the snapshot ids generated in statspack?

From: <srivenu_at_hotmail.com>
Date: 8 Nov 2005 08:21:45 -0800
Message-ID: <1131466905.001154.272150@g44g2000cwa.googlegroups.com>


The snapshot id's come from the STATS$SNAPSHOT_ID sequence. Sequence values might be lost if the instance is shutdown or if the cached values are flushed either explicitly (using alter system flush shared_pool) or implicitly when space is insufficient. If you want to avoid skipping sequence values alter the sequence to nocache.
alter sequence perfstat.STATS$SNAPSHOT_ID nocache; regards
srivenu Received on Tue Nov 08 2005 - 10:21:45 CST

Original text of this message

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