Delete all table and index statistics in your schema: : dbms_stats « System Packages « Oracle PL / SQL
- Oracle PL / SQL
- System Packages
- dbms_stats
Delete all table and index statistics in your schema:
SQL> EXECUTE DBMS_STATS.DELETE_SCHEMA_STATS ('Java2s');
PL/SQL procedure successfully completed.
SQL>
SQL>
Related examples in the same category