Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Offline redo log history list.....??

838746Feb 10 2011 — edited Feb 11 2011
Im looking for a way how to determine offline redo log frequency for past days eventualy longer period of time and also the list of redo logs archived with creation time stamp. As far as Ive been able to check probably it could be mantaned by V$LOG_HISTORY or V$ARCHIVED_LOG.

Any suggestion for best way ?
DB: Oracle 10


Tks

Comments

user11440683
Answer

Hi,

I recently experimenting with this on PBCS.

Others experience my be different - please chip in if you have -  but I noticed virtually no performance difference when comparing with a baseline aggregation that originally had intelligent calc off, with a aggregation that was taking ~2 minutes to run.

This was when experimenting against 3 different scenarios; -

1. Previously processed, so you would expect the dirty only process to have most effect

2. Only a single combination of data dirty, so again you would expect a considerable improvement processing dirty only

3. After a very large scale change when you would expect minimal difference between the two aggregations

My only problem is with PBCS tuning benchmarks is sometimes my aggregations are massively variable with no user load on the system (up to a factor of 3 times longer) which I am guessing is down to share of physical server cpu on the Oracle Cloud server farm...

Marked as Answer by Teresa Modesta · Sep 27 2020
Teresa Modesta

Mmmm - not a glowing endorsement, anyone else have a genuinely good result using the settings I describe to use intelligent calculation in a less than full cube aggregation?

I also have massively variable aggregation times with the same script and no database load to explain it...

Teresa Modesta

In the end I followed your lead and ran a few tests, and sadly reached the same conclusion.

Couldn't find anything in the log files that made it obvious that intelligent calc was not processing clean data, so would be interested if anyone can confirm that, but for now closing this question as no other useful input is incoming and from my own tests it does not seem to help.

Thanks sweetie!

Teresa X.

1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 11 2011
Added on Feb 10 2011
3 comments
471 views