beginner question about backup [message #220671] |
Wed, 21 February 2007 09:26 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
ilico
Messages: 1 Registered: February 2007
|
Junior Member |
|
|
hi folks,
my boss asked me why I do all this complicated update procedure e.g. rman, etc. instead of simple issuing "tar -cf $ORACLE_BASE/oracle" once a day.
I am sorry, but I really could not answer this question.
could you please help me?
otherwise I am afraid I will lose my job.
thank you.
|
|
|
|
|
Re: beginner question about backup [message #220817 is a reply to message #220671] |
Thu, 22 February 2007 04:49 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
cbruhn2
Messages: 41 Registered: January 2007
|
Member |
|
|
Hi Ilico,
your boss doesn't know anything about oracle and backup if he asks such questions. SIC!
The short version is that rman is a program for backing up Oracle databases, including datafiles, archived logs, controlfiles, initialization files in a CONSISTENT manner.
Tar doesn't know anything about Oracle (like your boss )
It doesn't know how to find all files necessary for a Oracle backup, and even worse , if you run tar on open database files, you would not be able to restore that datafile and have it and running. The read of the datafile will not be consistent with the database when you read it with tar.
Rman handle all this. AND is supported by Oracle, tar isn't.
Why?
Because the backup program was written by people who know how to backup Oracle databases. At least thats what they are being paid for .
best regards.
Carl Bruhn.
AND KEEP USING RMAN. Otherwise it might be your boss that will loose his job.
|
|
|