Return-Path: <root@fatcity.cts.com>
Received: from newsfeed.cts.com (newsfeed.cts.com [209.68.248.164])
 by naude.co.za (8.11.2/8.11.2) with SMTP id g5S3MI432156
 for <oracle-l@naude.co.za>; Thu, 27 Jun 2002 23:22:18 -0400
Received: from fatcity.UUCP (uucp@localhost)
 by newsfeed.cts.com (8.9.3/8.9.3) with UUCP id MAA27699;
 Thu, 27 Jun 2002 12:18:17 -0700 (PDT)
Received: by fatcity.com (26-Feb-2001/v1.0g-b71/bab) via UUCP id 0048AD2D; Thu, 27 Jun 2002 12:03:56 -0800
Message-ID: <F001.0048AD2D.20020627120356@fatcity.com>
Date: Thu, 27 Jun 2002 12:03:56 -0800
To: Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>
X-Comment: Oracle RDBMS Community Forum
X-Sender: "Hand, Michael T" <HANDM@polaroid.com>
Sender: root@fatcity.com
Reply-To: ORACLE-L@fatcity.com
Errors-To: ML-ERRORS@fatcity.com
From: "Hand, Michael T" <HANDM@polaroid.com>
Subject: PL/SQL & Analyze/validate
Organization: Fat City Network Services, San Diego, California
X-ListServer: v1.0g, build 71; ListGuru (c) 1996-2001 Bruce A. Bergman
Precedence: bulk
Mime-Version: 1.0
Content-Type: text/plain;	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit


I have been building a PL/SQL block to run an 'analyze table validate
structure cascade' against a subset of tables in one schema of our database
(8.1.7 - daily backup copy of production).  I've initially set this up to
use OPEN_CURSOR . . . PARSE . . . EXECUTE, but was looking for a prepackaged
procedure to perform this step.  After searching the PL/SQL ref guide,
dbms_utility.analyze_part_object appears to be closest but is valid for
partitioned objects only.  Am I out of luck, or am I looking in the wrong
place.

BTW, this is a corrupt block detection routine which needs to run in pieces
as the production copy is refreshed each night.  Running against all tables
in the main schema would require at least 3 days.  Also feel free to remind
me that Export to /dev/null is an adequate test, and maybe I'll believe it
this time ;)

Mike Hand
Polaroid Corp
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Hand, Michael T
  INET: HANDM@polaroid.com

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: ListGuru@fatcity.com (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).

