Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

dbms_stats.gather_table_stats

AnnasMay 25 2010 — edited May 25 2010
Hi

The following statement is givinf ORA-00900 invalid SQL statment. Any idea what is causing the issue
exec dbms_stats.gather_table_stats(ownname => 'Apps',tabname => 'PROJECT_TABLE',cascade => TRUE);
Thanks in advance

kind regards
anna
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 22 2010
Added on May 25 2010
1 comment
2,062 views