Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Do you use RMAN?
Pat & others,
For your information something that I hope is helpful.
To add a point we discovered the hard way - RMAN doesn't so much backup blocks containing data but rather it backs up blocks that have ever contained data.
To quote from Metalink note 105208.1:
"RMAN will not back up NEVER USED blocks, but will back up blocks that were used
once, even if they are not in use now."
This can be a problem if you're not using uniform extent sizes and you temporarily get (say) large indexes.
In our case we worked around this at the time by rebuilding indexes to a new tablespace, resizing the original tablespace to a smaller value and then moving them back.
Our longer term "fix" has been to move to LMTs with uniform extent sizes.
Regards,
Bruce Reardon
-----Original Message-----
Sent: Friday, 8 March 2002 9:32
Bill ;
I am just in the process of implementing RMAN at our shop. We decided to go with RMAN for the following reasons :
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Reardon, Bruce (CALBBAY) INET: Bruce.Reardon_at_comalco.riotinto.com.au Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon Mar 11 2002 - 22:28:19 CST
![]() |
![]() |