Hello,

I've got a 8.1 database on a server and i want to relicate it on another server.

My database files are under D:\oracle\oradata\myDBname on a server
and i want to replicate it on C:\oracle\oradata\myDBname on the other server.

I did copy all files from D:\oracle\oradata\myDBname to C:\oracle\oradata\myDBname but when i try to open the database i've got error: it's not possible to identify or lock the datafile 1 D:\oracle\oradata\myDBname\system01.dbf

I tried to create D:\oracle\oradata\myDBname on the second server and to put it this file but i still got the same error...

What should i do to replicate this correctly.
Thank you very much

Olivier