In the SQL Monitor, i'm getting the same error when trying to display table data: /*! SELECT , ROWID FROM mytable T; ORA-00936: missing expression */ And when I look at the columns there is no action inside SQL Monitor. I noticed something else interesting. In SQL developer, I can easily get column information with this command: desc myTable; However when I run desc myTable in Eclipse, it gives ORA-00900: invalid SQL statement. All the other normal select and insert statements seem to be working in Eclipse.
↧