recyclebin problem

ScottMattes

Member³
I am on PLSD v8, so this may have been addressed somewhere along the way, but when I right click a table in the recyclebin and select Query the resulting Select statement throws an error (ORA-00933: SQL command not properly ended) because of the '==' in the table name (select * from BIN$7KRK1T23DO7gRAAhKAFSQA==$0 t) . I have to manually add quotes around the table name to get the select to work.

Has this been 'fixed' in later versions of PLSD?
 
@mike: I'm curious about the table name that you have. Is PL/SQL dev adding quotes around the name? I have tested this behavior on an Oracle 12c with PL/SQL dev 10.0.5.1710 and I have the same error as Scott.
 
It doesnt work for me too (query from recyclebin).

But I dont want quotes around EVERY table I run query from.
 
Back
Top