In a SQL window, I have the start of a query: "select * from member m". If I go back, replace the "*" with "m." and wait for the prompting list of columns, I get an error message:
ORA-06550: line 121, column 16: PL/SQL: ORA-00942: table or view does not exist.
ORA-06550: line 119, column 7...