Home » RDBMS Server » Server Administration » Re: Statspack
Re: Statspack [message #369217] |
Tue, 20 June 2000 14:43 |
Frank Naude
Messages: 4596 Registered: April 1998
|
Senior Member |
|
|
Hi,
Unfortunately Oracle does not provide a way to delete individual snapshots. You can easily write such a script yourself. Just find a list of all the STAT$% tables and do the following for each of them:
DELETE FROM stats$librarycache where snap_id = &&snap_id;
Hope it helps.
Cheers
Frank Naude
|
|
|
Goto Forum:
Current Time: Sun May 04 02:29:20 CDT 2025
|