Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Can't see query results in the grid

767968Apr 20 2010 — edited Apr 22 2010
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 20 2010
Added on Apr 20 2010
5 comments
2,420 views