All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.anwiba.database.oracle.utilities.GatherTableStatisticCall.sql Maven / Gradle / Ivy

There is a newer version: 1.2.50
Show newest version
BEGIN
  DBMS_STATS.GATHER_TABLE_STATS (ownname => ?, tabname => ?, estimate_percent => 100);
END;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy