PL SQL HELP

ramziabk

Member
Guys,

With PlSQL developer if i type table_name followed by dot i recieve a drop down list of fields in the table.What's happening with me is that the cursor changes to working and as if it enters a loop for a couple of seconds then displays the fields.How to resolve that.

Thanks
 
Thanks for your reply but i don't want to disable code assistant.I was wondering why its taking time to dispaly fields.I have the same version on different PC without having this problem!!!!

Thanks again
 
This is most likely a problem with the performance of the dictionary views of the database. That would contradict the fact that it is fast on a different PC, unless of course it is connected to a different database as well.
 
Back
Top