Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Is there anyway to Validate a entire Schema........
Scott Weinrich wrote:
> I was curious if there is command/tool to validate an entire schema,
> similar to the way you can gather schema stats using
> DBMS_STATS.GATHER_SCHEMA_STATS, or do you have to loop through the
> schema using ANALYZE TABLE tablename VALIDATE STRUCTURE CASCADE?
>
> Thanks
>
> Scott
dbms_utility.analyze_schema might be a good place to start.
-- Daniel Morgan http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp damorgan_at_x.washington.edu (replace 'x' with a 'u' to reply)Received on Tue Feb 24 2004 - 16:11:43 CST
![]() |
![]() |