| dougiez |
Posted: Apr 17, 2008 01:15:40 AM |
Total Post: 5
Joined: Aug, 2007
|
Hi
I have three databases on one server. i want to configure rman to backup all databases at once, like when i issue command backup database, all the three databases are backed up.
i'm using rman with recovery catalog database. |
|
|
GOPU |
| Posted: Apr 17, 2008 01:20:46 AM | |
|
Total Post: 242
Joined: Apr, 2008
|
I dont think you can take the back of the 3 database's with a single command "backup database".
|
|
|
|
|
Mohammed Taj |
| Posted: Apr 17, 2008 02:49:52 AM | |
|
Total Post: 704
Joined: Jul, 2007
|
Yes, you can't use single backup command for all three database but you can create one script for backup which include three backup command for three database and you need to execute that script only once.
|
|
|
|
|
GOPU |
| Posted: Apr 17, 2008 02:55:11 AM | |
|
Total Post: 242
Joined: Apr, 2008
|
As like Taj said you can go for Script...
Taj,
if he made global script for the 3 datbases, at a time it is possible to execute the scripts ?
like
execute global script <globalscript1,globalscript2>;
gopu
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |