PL/SQL devleoper and partitioned table

Hi

we are using pl/sql developer 8.04.1.1514. we are having issues when trying to use alias on partitioned tables.

for example:

select * from partitioned_table a
where a......

its takes forever to show to clomun name after alias.

It is also performing really bad when we try to use hints. For example we say user_name
 
Can you try the same with (the trial version of) PL/SQL Developer 10.0? It contains several performance improvements for the Code Assistant on Oracle10g and later.
 
Back
Top