« Warehouse Builder at TDWI Conference in Boston | Main | Lost your panels in the UI - here is how to fix it... »

Speeding up the control center manager

Always good to speed up things in a product. I just applied a few indexes on my repository and it really seems faster in retrieving the details of my jobs. The issue is officially fixed in the 10.2.0.2 patch, but I figured I try this on my own 10.2.0.1 repository and it seems to nicely work...

First of all, make sure you use the Tools --> optimize Repository to refresh statistics (and do this once in a while!).

Now apply the following indexes in the repository:

CREATE INDEX "WC_RT_IDX_AO_OU" ON "WB_RT_AUDIT_OBJECTS" ("OBJECT_UOID");

CREATE INDEX "WC_RT_IDX_AO_PA" ON "WB_RT_AUDIT_OBJECTS"
("PARENT_AUDIT_OBJECT_ID");

Works for me...

TrackBack

TrackBack URL for this entry:
http://blogs.oracle.com/mt/mt-tb.cgi/2231

Comments (1)

mate:

Well it doesn't work for me. :( Using Control Center Manager is very frustrating, and Runtime Audit Browser is useless. Does anybody have a solution that works for everyone?

About This Entry

This page contains a single entry from the blog posted on May 9, 2007 5:32 PM.

The previous post in this blog was Warehouse Builder at TDWI Conference in Boston.

The next post in this blog is Lost your panels in the UI - here is how to fix it....

Many more can be found on the main index page or by looking through the archives.

Powered by
Movable Type and Oracle