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: Jeff Hunter <marist89_at_excite.com>
Date: 2000/05/14
Message-ID: <391f600c@defiant.btitelecom.net>#1/1

#!/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 Received on Sun May 14 2000 - 00:00:00 CDT

Original text of this message

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