Hi All,
I have situation where i have to execute below listed oracle utility commands on SQL Prompt. Which actions i can use to complete this task.
SQL> set timing on
SQL> exec dbms_stats.gather_schema_stats('ADOPT',NULL,FALSE,'FOR ALL INDEXED COLUMNS SIZE 1',NULL,'DEFAULT',TRUE);