We use Usage Tracking quite heavily, but the performance is very poor, sometimes taking many minutes for analysis to complete.
The dashboards we've created show things such as number of users per day, number of queries per day, etc. Just basic calculations.
The only Oracle database we use is the one used for Usage tracking. The rest of our data bases are SQL Server, and
compared to the Oracle database, they are lightning fast. We routinely do complex business calculations, number conversions, etc on tables
containing eighty million records, using views, complex CASE statements, etc, and the wait times are at most, a couple of seconds, yet the Usage Tracking screens are extremely slow.
Since I dont have much experience with Oracle databases, I need some suggestions as to what to look for. We are using the
"Out of the Box" usage tracking, and our tables contain around two million records. The only tools I have are SQL Developer, the
OBIEE log files, and Usage Tracking information itself.
How can I begin to figure out what is going on here and why Usage Tracking response time is so slow?