Hi!
I think I understood where the problem is
See, we are working with Oracle eBusiness Suite which is really large product of Oracle, I took statements from CANames and executed them with the schema I logged in (APPS), results are: objects (1st stmnt) ~ 80000, synonyms (2nd stmnt) ~ 50000, links (3rd stmnt) = 7.
It seems that PLSQLDev tries cache them all and do smth with them and uses a lot of CPU then. I added 1=2 to the statements and no excessive CPU usage anymore but code assistant didn't work.
It seems that in v8 code assistant was querying stuff on-demand but now it tries to cache it...
Is there a setting which reverts to old behavior or setting which prevents caching all of the stuff at once?
regards
Kirurgs