Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Analyze
>Josef Huber wrote:
> Hello,
>
> Is there a command with that i can analyze a entire schema ?
You can use DBMS_UTILITY.ANALYZE_SCHEMA(schema, method, ....),
Ex:
EXEC DBMS_UTILITY.ANALYZE_SCHEMA('SCOTT', 'COMPUTE'); Received on Thu Oct 08 1998 - 06:56:08 CDT
![]() |
![]() |