is your query run by the owner of the table ? otherwise prefix the ownername...

select * from aaaa.ThatTable;

If this is the case, then you may think about creating public synonym for such objects.

- Rajeev