RMAN [message #52774] |
Tue, 13 August 2002 00:31 |
Avner Sternheim
Messages: 2 Registered: August 2002
|
Junior Member |
|
|
I would like to know if I can use and install rman on the same database of my target database
I want to have only one instance on one machine
is it possible ?
what are the disadvantages, advantages ?
thanks
Avner
|
|
|
Re: RMAN [message #52801 is a reply to message #52774] |
Wed, 14 August 2002 16:19 |
Trifon Anguelov
Messages: 514 Registered: June 2002
|
Senior Member |
|
|
It is possible, but what is the point of having RMAN backups when your only one instance crashes. How you are going to restore the instance in order to use RMAN to restore your second database?
You better create another db instance for RMAN, setup RMAN to backup your primary db, and then do full export on the RMAN db. This way if RMAN db instance crashes, you restore from full db export (RMAN has small footprint), if primary db instance crashes - use RMAN to restore.
There is no advantages of using one db instance to store data and RMAN catalog...
Hope that helps,
clio_usa
OCP - DBA
Visit our Web site
|
|
|