BUG? Creating table with" and drop it

Netlover

Member
Hi
I found this little bug..if it is one!
My version of PL/Sql Dev is : 6.0.5.926
From command window i create a table like:

1)
create table "aaa" (aaaaa number);

Table created

2)If i want drop the table by right click on table and then DROP it give me te follow error

ORA-00942: table or view does not exist

Its not a critical Bug.
I can drop the table by command line:

drop table "aaa";

Ciao
and good work!
 
Back
Top