Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
Paul,
When u say take advantage of "nologging" does that mean no writing to
the redo logs at all or writing to the redo logs will be minimized as opposed
to not using the nologging option.
This is why I was looking for some query so I can exactly what is written
to the .arc files. I read some where that log miner allows you to do this.
I have to see if that is included in our licences agreement
with nologging redo generation will be reduced very much but still oracle has to generate minimal redo(like redo for undo blocks).
Logminer is part of Oracle RDBMS Enterprise Edition, no additional license required.
Thanks,
Thanks for the update. I new nologging did not mean "NO LOGGING" completely. Is there a way to measure how much logging will be generated?
As last time I did this test I filled up my /archive file system. Want to be
proactive and make sure that does not happen again.
.... I new nologging did not mean "NO LOGGING" completely. Is there a way to measure how much logging will be generated?
Testing is the only alternative - identify a couple of partitions that trully represent your population, run process against them and monitor redo creation then you should be able to infer how much the whole project will generate and at what pace.
When doing partition maintenance I generally set special redo backup jobs running every 15 minutes or so.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
@Paul I was generating about 80GB of redo with out nologging for ever 5
partitions I was moving. I set the nologging option for each partition and
every 15 minutes I ran rman to remove the .arc files this solved my problem.
Bookmarks