Weird Situation
SQL> select table_name from dba_tables where owner='ACCESSECO';
TABLE_NAME
------------------------------
Table1
ITEMS
This is the results I got. However, when I try to analyze the table for statistics, I got the following error:
SQL> analyze table accesseco.Table1 compute statistics;
analyze table accesseco.Table1 compute statistics
*
ERROR at line 1:
ORA-00942: table or view does not exist
Did I miss something here?