Edit table name duplicates tables

martinka

Member
I just discovered strange feature

1. On table view , I click edit table
2. In Edit Window, I change the name of the table
3. I click Apply button
4. Now there are two tables in database, the one with old name
and the one with new name.

This is not the behaviour I would expect from renaming the table, why is this working so ?
I'm using PL/SQL Developer 9.0.6.1665

Thanks for your answer
 
I don't think this is by design. I think the table name should be read-only. To rename a table, right-click and select "Rename".
 
Back
Top