Home Q&A Oracle How to gather ORACLE schema statistics?

Login Form



How to gather ORACLE schema statistics?

To gather the statistic use this command:


execute dbms_stats.gather_schema_stats (ownname =>'PUT_HERE_SCHEMA_NAME',cascade => TRUE);

 


 

Copyright © 2010 SmartSoftwareBits.com. All Rights Reserved.