If I run a statement that uses a variable for the schema name of the object being queried, filling in the variable as one of my schema names, I get an ORA-00942: table or view does not exist.
Here is an example of a statement that would cause this issue.
select * from &schema.dual;