We don’t have a right click action off of a table to update the stats. But if you have the privileges to execute the DBMS_STAT package then you can do this in the SQL Editor.
I’ve run into this before - the issue is that EXEC is a short-cut in SQL*Plus as well as other tools that mimic it’s functionality, and it actually wraps your statement in BEGIN / END;
Subject: RE: [Toad Data Point - Discussion Forum] DBMS_STATS Package in Toad Data Point?
I’ve run into this before - the issue is that EXEC is a short-cut in SQL*Plus as well as other tools that mimic it’s functionality, and it actually wraps your statement in BEGIN / END; However, Toad Data Point doesn’t. Go figure.