Automatic Code Completion does not work with tables that their name is in upper -lower case.
Example:
1] Create a table with the name in upper-lower case , for example :
create table UpperLowerCase (
col1 number,
col2 number)
2]Then go to the SQL Editor and type
select * from UpperLowerCase from UpperLowerCase .
Automatic Code Completiondoes not work with this kind of tables
WORKAROUND:
None
STATUS:
Waiting for fix in a future release of SQL Navigator