Unsolved
This post is more than 5 years old
11 Posts
0
1503
May 26th, 2009 05:00
Is Oracle RMAN catalog DB mandatory ?
Hello,
I would like to know whit is the best and recommended Oracle backup strategy.
Is it to use RMAN itself or RMAN with catalog database ?
I have read in one of the Oracle books that it is not recommended to use RMANDB, because if you lose it you are not going to do the restores.
I can also see in the scripts that you are posting on the forum that you are just using Target without recovery catalog.
So what is the best option ?
Thanks for your help in advance.
I would like to know whit is the best and recommended Oracle backup strategy.
Is it to use RMAN itself or RMAN with catalog database ?
I have read in one of the Oracle books that it is not recommended to use RMANDB, because if you lose it you are not going to do the restores.
I can also see in the scripts that you are posting on the forum that you are just using Target without recovery catalog.
So what is the best option ?
Thanks for your help in advance.
0 events found
No Events found!


Olo1
11 Posts
0
May 26th, 2009 06:00
Also you have to check if the catalog db is in sync with Networker.
So, using catalog db creates more work for you.
That is why I ask about non catalog db environment.
We do not have a dba that we can ask about RMAN.
So, anyone else got some other ideas/experience with NMO ?
dpinink_silva
2 Intern
•
724 Posts
0
May 26th, 2009 06:00
Took a look in the module for Oracle documentation, and it says "For more information on the Recovery Catalog, including the implications of
not using it for backups and restores, refer to the Oracle Recovery Manager
documentation."
So, it's up to you. I've always used the catalog database, but if you don't see any good reason to use this, simply don't. As you said, you'll be avoiding one possible point of failure.
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
May 26th, 2009 06:00
If RMAN DB is lost, you can use (not always obvisouly) controlfile. As anything else, you need to have backup of RMAN catalog database as well. We have a script which shuts it down and then we do fs backup of it. Hanfling backups and restore is much easier with catalog in my opinion, but I guess it takes time to get used to it.
Olo1
11 Posts
0
May 27th, 2009 01:00
Could you give me some more details how to do a restore with and without the catalog DB?
We can assume that the CatalogDB is online.
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
May 27th, 2009 03:00
http://www.amazon.com/Oracle-Database-RMAN-Backup-Recovery/dp/0072263172
There is also ebook I guess for 11g called RMAN recipes which I found to be available for free pdf download (which I believe is illegal, but it is up to you what you do).
While I didn't check second one entirely, I know that first one contains exactly what you asked and it is really good reading which I would recommend to everyone.
Olo1
11 Posts
0
May 27th, 2009 04:00
Thanks for the help in advance.
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
1
May 27th, 2009 05:00
Restore is should not be an issue either... you also connect to db and catalog and you restore until time, SCN or whatever you prefer. Single tablespace restore is a bit difficult if I remember correctly as, at least in past, you were required to have auxiliary database. But in most case you will find that restoring from archive logs or even FRA will be all that you need and will be handled by Oracle itself.