Operating System - HP-UX
1820072 Members
3069 Online
109608 Solutions
New Discussion юеВ

debate oracle backups - RMAN vs filesystem

 
SOLVED
Go to solution
Rick Garland
Honored Contributor

debate oracle backups - RMAN vs filesystem

Hi all:

A debate, which is the preferred method for doing a hot oracle database backup. I have a new DBA who prefers RMAN, we (myself and other sysadms here) have been doing filesystem backups after interacting with SQL and placing tablespaces in BEGIN backup and END backup when complete. (and doing the alter switch logs, alter tablespaces, etc...)

My take is that it really doesn't matter. Never had a problem doing a restore or a refresh. Let the backup app keep track (Omni or Veritas).

8 REPLIES 8
Alexander M. Ermes
Honored Contributor
Solution

Re: debate oracle backups - RMAN vs filesystem

Hi Rick.
Nice to have a guy, who knows something different. Why not giving it a test ?
Check, which backup saves most time and does not put too much load on the systems.
I am just testing the RMAN on some systems.
If you use the LSM packed with the Oracle database, this is only a light wersion.
You cannot write to remote tapes ( just a sample ). Some other features fo original LSM are also missing.
Just my 2 ├в ┬мcts.
Rgds
Alexander M. Er
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
Kurt Beyers.
Honored Contributor

Re: debate oracle backups - RMAN vs filesystem

Rick,

I prefere the usage of RMAN as well. There are many features that could be usefull once and it is written by Oracle itself. So they know the best way to setup the online backup.

House made scripting works as well of course, but I find it more difficult to maintain.

best regards,

Kurt
Eric Antunes
Honored Contributor

Re: debate oracle backups - RMAN vs filesystem

Hi Rick,

RMAN is for more experienced DBA's since it have many funcionalities and options. For very large databases, it has the great advantage of doing incremental backups...

Regards,

Eric
Each and every day is a good day to learn.
Rick Garland
Honored Contributor

Re: debate oracle backups - RMAN vs filesystem

So far the votes are for RMAN. Anybody for the opposing party?

Fred Ruffet
Honored Contributor

Re: debate oracle backups - RMAN vs filesystem

I would be for RMAN too. I'm actually involved in such a debate at work.

Being an oracle tool, it has more features. For instance the incremental backups. Other point : it only saves blocks under highwatermark.

To give an argument for the other side :
Restores will need a DBA.

Regards,

Fred
--

"Reality is just a point of view." (P. K. D.)
Rick Garland
Honored Contributor

Re: debate oracle backups - RMAN vs filesystem

What about tools conflicts?

I remember many moons ago that Oracle's EBU did not play well with Veritas Netbackup.

Has this issue been resolved with RMAN and Veritas Netbackup?

Thierry Poels_1
Honored Contributor

Re: debate oracle backups - RMAN vs filesystem

hi,

I didn't like the Oracle Backup software in the beginning, but now RMAN has become a mature product with many advantages above filesystem backup: speed, smart recovery, easy DB cloning, removal of archived logs after n backups, ...
Integration with other backup software (Omniback, NetBackup, ...) makes it even easy to use.

my vote goes to RMAN

regards,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
Rick Garland
Honored Contributor

Re: debate oracle backups - RMAN vs filesystem

OK, I am converted.

Many thanks!