net.anwiba.database.oracle.utilities.GatherTableStatisticCall.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of anwiba-database-oracle Show documentation
Show all versions of anwiba-database-oracle Show documentation
anwiba oracle database project
BEGIN
DBMS_STATS.GATHER_TABLE_STATS (ownname => ?, tabname => ?, estimate_percent => 100);
END;