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: Hotbackup under VMS

Re: Hotbackup under VMS

From: WCK <abramswee_at_yahoo.com>
Date: Sun, 11 Feb 2001 21:23:21 +0800
Message-ID: <9663i7$13n$1@dahlia.singnet.com.sg>

just do on the svrmgrl first and do this;

svrmgrl> alter tablespace xxxxx begin backup; svrmgrl> ! cp /oradata/prod/proddatafile1.dbf /dev/rmt0 (or whichever u do in vms to do file backup);
svrmgrl> alter tablespace xxxxx end backup;

do this for the rest and don't forget the controlfiles.

hope this help.
WCK Marc Stinton wrote in message ...
>How do I allow hot backup of the Oracle Server under VMS?
>
>
Received on Sun Feb 11 2001 - 07:23:21 CST

Original text of this message

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