recovery catalog [message #318999] |
Thu, 08 May 2008 12:04 |
lotusdeva
Messages: 201 Registered: March 2005
|
Senior Member |
|
|
Hi, I am new to RMAN, so maybe its a dumb question. Oracle documentation states that RMAN repository data is always stored in the control file of the target database. And that the repository can ALSO be kept in the recovery catalog. So it can be in both places or just one? If I choose to keep it in the recovery catalog, then I dont have to have it in the control file of the target database?
thank you!
|
|
|
Re: recovery catalog [message #319000 is a reply to message #318999] |
Thu, 08 May 2008 12:10 |
|
ebrian
Messages: 2794 Registered: April 2006
|
Senior Member |
|
|
The controlfile is normally limited as to how much (ie. how many days) RMAN data it can contain. The recovery catalog is essentially unlimited. The same info is kept in the controlfile and recovery catalog for a duration. It will eventually be aged out of the controlfile.
Check RMAN Repository.
[Updated on: Thu, 08 May 2008 12:11] Report message to a moderator
|
|
|
|
Re: recovery catalog [message #319003 is a reply to message #319001] |
Thu, 08 May 2008 12:14 |
|
ebrian
Messages: 2794 Registered: April 2006
|
Senior Member |
|
|
It will kept it in the control file by default, recovery catalog or not. No way around that. However, the amount of info in the control file is governed in part by CONTROL_FILE_RECORD_KEEP_TIME.
That being said, there are additional components that the recovery catalog can maintain (ie. backup/restore scripts) that the control file can not maintain.
[Updated on: Thu, 08 May 2008 12:16] Report message to a moderator
|
|
|
|
|
|