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: Cold Backup script

Re: Cold Backup script

From: <mnb098_at_my-deja.com>
Date: 2000/05/15
Message-ID: <8foo03$tms$1@nnrp1.deja.com>#1/1

You need to give more information. Like how do you like to do the cold backup? Tape or to a disk?

In article <391f600c_at_defiant.btitelecom.net>,   "Jeff Hunter" <marist89_at_excite.com> wrote:
> #!/bin/ksh
>
> /u01/oracle/product/8.1.5/bin/svrmgrl << EOF
> connect internal
> shutdown immediate
> EOF
>
> tar -cvf / /dev/rmt/0
>
> /u01/oracle/product/8.1.5/bin/svrmgrl << EOF
> connect internal
> startup
> EOF
>
> A backup script, however, is not a comprehensive backup and recovery
 plan.
> You need to take a long look at what you are actually trying to
 accomplish.
>
> Marcello Lima <marcello.lima_at_predialnet.com.br> wrote in message
> news:26f15c5e.5acef124_at_usw-ex0109-068.remarq.com...
> > Anybody have a cold backup script to invite me?
> > Today is saturday and in monday i´ll have to implement one
> > routine in UNIX AIX enviroment, but i don´t have experience
> > with this operational system.
> > Anybody help me?
> >
> >
> > * Sent from AltaVista http://www.altavista.com Where you can also
 find
> related Web Pages, Images, Audios, Videos, News, and Shopping. Smart
 is
> Beautiful
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Mon May 15 2000 - 00:00:00 CDT

Original text of this message

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