SQL Developer - Highlighting Errors in SQL Window
ryandrAug 31 2009 — edited Sep 1 2009Is there a setting to highlight SQL errors when either running the SQL or doing an explain plan on the SQL? For example, if you try generating an explain plan on a SQL query and a table/view doesn't exist because it is either mis-spelled or a public synonym doesn't exist, the error "table or view does not exist" pops up, but the line is not highlighted, so one is left to guess what line is the problem! Big time waster there.