Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Hotbackup under VMS
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
![]() |
![]() |