Hi
i’m running SQL Nav 6.4.0.1930.
When I execute a block of a sql, that containts an error Navigator ‘hides’ / changes the word colour where the error occured so the problem is no longer visible in the sql editor. Only once you click with your mouse inside the editor, does it appear in red.
Consider the example below:
Select dummie,
1
From dual;
When executed, the output is [1]: ORA-00904: “DUMMIE”: invalid identifier
The SQL in my sql window however now looks like this (dummie not visible):
Select ,
1
From dual;
When I click anywhere inside my SQL window, the colour of ‘dummie’ changes to red.
Select dummie,
1
From dual;
However, this only happens when my background colour of my sql window = Classic. The other backgrounds seem to highlight the incorrect syntax differently.
Please let me know if you want me to attach any visual help.
Kind regards,
Annelize