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: PL/SQL: SQL Statement ignored.
The SQL window is all that is open, and I am a Normal user. If I go to Code Assistant in Preferences and uncheck everything, I don't get the error, but also don't get any helpful list.
ORA-06550: line 121, column 16: PL/SQL: ORA-00942: table or view does not exist.
ORA-06550: line 119, column 7: PL/SQL: SQL Statement ignored.
The SQL window is all that is open, and I am a Normal user. If I go to Code Assistant in Preferences and uncheck everything, I don't get the error, but also don't get any helpful list.