Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: using rman
Comments embedded.
Best regards,
Holger
Igor wrote:
> Detlef Jockheck wrote:
>
>
>>Hi, >> >>I want to use rman (first time). Is there a short description available >>what I need to do to make a backup with rman? >>
You don't need a second db, rman can track everything in the target databases controlfile - but only for a limited time. And besides, the OP said he wanted to use rman, but not for how many databases it will be used. And if your storage vendor supports Oracle, you even can write to tape directly if that's needed. Considering todays hd prices you better throw in an additional disk just for the backups and use it as primary backup target (which will speed up backup as well).
> why backup two db's (instead of one), use an interface tool, when you can
> do it with a script where you EXACTLY know what it does?
Because with rman you know EXACTLY what it does (if you read the manual at least), and as Krzystof Marciniak showed in his reply, the rman script will be amazingly short.
>
> Right, I am not saying the product does not work or is bad. All I say is,
> that there is another slice of software between I consider not really
> necessary.
The shell script you propose will be much more complex and take much more time to develop - putting tablespaces in and out off backup mode, making sure you don't miss a datafile and so on. IMHO: that's an effort not really necessary.
>
> Consider ...
Exactly :-)
>
> Have a nice day,
> Best regards,
> Igor
>
Received on Tue Jan 07 2003 - 08:21:00 CST
![]() |
![]() |