Can't see query results in the grid
767968Apr 20 2010 — edited Apr 22 2010I am having a problem where some of my queries do not return results in the grid. Those same queries return results if I run them as a script. Or if I run them on a different server. And the same query run on someone else's SQL Developer also does not return results in the grid.
This works.
select 1 from dual;
This does not.
select sysdate from null;
The weirdness is that this just started happening. I am starting to get errors when I log into the database.
oracle.dbtools.raptor.nls.OracleNLSProvider
Error loading nls:ORA-00980: synonym translation is no longer valid
Did someone delete a system table from this server? Anybody have an idea? Workaround?
Jim