We are moving to 10g in a couple of weeks, but testing shows a problem with QueryReporter. When trying to display 'all objects' in the object browser, it takes an inordinate amount of time (> 20 minutes). Our DBA, in monitoring it, says that it is doing a select against SYS.All_Objects. Is there a way to make it go against DBA_Objects instead? Or, is there a configuration option to make it work against a 10g database?
It is interesting in that I, personally, use PL/SQL Developer, and in doing the same thing as our users, it is going against DBA_Objects.
Also, this is not a problem going against a 9i database. So something about 10g is causing the problem?
Thanks for any help you can give,
Steve
It is interesting in that I, personally, use PL/SQL Developer, and in doing the same thing as our users, it is going against DBA_Objects.
Also, this is not a problem going against a 9i database. So something about 10g is causing the problem?
Thanks for any help you can give,
Steve