Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: newbie: cold backup questions

Re: newbie: cold backup questions

From: Wonderinguy <wonderinguy_at_hotmail.com>
Date: 19 Jun 2001 09:16:57 -0700
Message-ID: <6950e82.0106190816.3dfe32e4@posting.google.com>

Thanks a lot for all those reply. I really appreciate it. As suggested I will return to the way I was doing.

Thanks.

"Howard J. Rogers" <howardjr_at_www.com> wrote in message news:<3b2f1b36_at_news.iprimus.com.au>...
> "Wonderinguy" <wonderinguy_at_hotmail.com> wrote in message
> news:6950e82.0106180822.795d44ec_at_posting.google.com...
> > Folks, I am pretty new to oracle and I would appreciate your opinion
> > on this issue. I have setup a cold backup script which basically does
> > this :
> >
> > 1. Shutdown database normal
> > 2. Issue OS level CP command on datafile,controlfile,redologs - UNIX
> > syste,
> > 3. startup database.
> >
> > Recently I have been told, that the way I take the backup is wrong,
>
> Well, whoever told you that is a looney, because they have obviously got
> their wires badly crossed between hot and cold backup techniques. What you
> have described above is cold backup technique, and it works fine, and (since
> the database is closed at the time of the O/S copy, there is not even the
> slightest whiff of a chance of block corruption). What you describe below
> is a total mishmash of hot and cold backup techniques. It's completely
> wrong, and you'd be well advised to stuff it in the face of whoever told it
> to you.
>
> Read my backup document at
> http://www.geocities.com/howardjr2000/backup_and_recovery.htm and you'll see
> what the problem is.
>
> > and chance of block corruption can occur or can go undetected by this.
> > The way it should be done is :
> >
> > 1. Alter the table to either begin backup or read only
> > 2. shutdown the database
> > 3. use DD instead of CP
> > 4. startup database
>
> I particularly liked this point!! If you place a database in hotbackup mode
> and then shut the database down, you won't even be able to start it back
> up... without performing some sort of recovery or remedial action!!
>
> You're doing it fine. Don't change now
>
> Regards
> HJR
>
>
>
>
> > 5. alter the tablespace backup to end backup or read write mode.
> >
> >
> > I have not found so far any major error in the way I use to backup. Is
> > there anything wrong the first method ? I do not have problem
> > switching to second method, if the first one is not the best way.
> >
> > Thanks in advance.
Received on Tue Jun 19 2001 - 11:16:57 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US