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: Backup Problem..

Re: Backup Problem..

From: Dmitry Pugachev <dev_at_ellink.ru>
Date: 2000/07/08
Message-ID: <8k72bh$gl5$1@news.sovam.com>#1/1

Hi San,

Just in case you did not already make it out.

You wrote example of HOT tablespace backup. HOST command allows you to run OS commands from your script. You just copying system01.dbf datafile to backup location by OCOPY80.exe utility.

Hth,
Dmitry Pugachev, Oracle DBA

brsanthu <brsanthu_at_my-deja.com> ÓÏÏÂÝÉÌ × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ:8k5k7b$901$1_at_nnrp1.deja.com...
> Hi Experts,
>
> I know how silly the question is. But I'm very new, so Pl give the
> info.
>
> In the backup scrip like,
>
> alter tablespace system begin backup;
> host d:\orant\bin\ocopy80 /u1/oracle/data/im/system01.dbf
> e:\backup\system01.dbf;
> alter tablespace system end backup;
>
> What is "host"? Is that a utility available in Windows/Unix?
>
> Thaks a lot,
> San.
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Sat Jul 08 2000 - 00:00:00 CDT

Original text of this message

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