Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: [RMAN] backups are in another place
Hi,
i've come this way too.
just type this at command prompt (assuming that no device is attached to d:)
subst d: c:\
and now d: is equal to c:
so if you have the backup in c:\backup, d:\backup is the same
rman will work like this
to delete the virtual drive, -> subst d: /d
good restore :)
"zeb" <spam_at_nowhere.com> a écrit dans le message de
news:40e30f52$0$6135$636a15ce_at_news.free.fr...
> Hi,
>
> I try to restore a rman backup
> in another machine in a different location.
>
> The backup was done to D:\backup (no catalog )
> and I have no D:\ drive in the new machine.
> The restore command search a D:\backup
>
> How can I can change it to C:\backup for example ?
>
> Thanks for your help
>
> oracle 8.1.7
> windows 2000
>
>
Received on Thu Jul 08 2004 - 11:01:44 CDT
![]() |
![]() |