Browser's Tables list duplicates

Ivan C.

Member³
I was dropping and recreating a table (using a SQL Window) while having the Browser's Tables folder expanded. I got several listings in the list for the same table.

Can be reprodused using this script:

Code:
DROP TABLE temp_t
/

CREATE TABLE temp_t
(a NUMBER)
/
 
Back
Top