Analyze table on synonyms
258464Jan 8 2003 — edited Jan 10 2003Hi All,
Is there a way to use analyze table without specifying the schema name when I am not the schema owner?
I have create a public synonym and have granted myself analyze any privileges.
SQL> analyze table mySchema.myTable compute statistics;
Table analyzed.
SQL> analyze table myTable compute statistics;
analyze table myTable compute statistics
*
ERROR at line 1:
ORA-00942: table or view does not exist
Many thanks,
Ed.