Hi all,

I'm going to (finally!) be implementing STATSPACK on our 8.1.7.2.0 DB.  The
thing that kills me is all the junk that "?/rdbms/admin/sppurge.sql" leaves
behind!  Is there any harm in deleting the rows from these tables:

        select table_name
        from user_tab_columns
        where column_name = 'SNAP_ID';

...where the SNAP_ID is in the range I want to delete?

I've seen a few messages in the archives that dealt with this, but none I
found were comprehensive in their deletes.  Or am I just being too
aggressive with this?

TIA!

Rich Jesse                           System/Database Administrator
[EMAIL PROTECTED]              Quad/Tech International, Sussex, WI USA

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jesse, Rich
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to