Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> How to copy in unix.....
Hi list,
I have some softlink files (created using ln -s) in a directory :
directory my1 :
data.dbf ----> data1.dbf
If I copy directory my1 into directory my2, and then restore my2 into my1, the result in my1 is : data1.dbf, not the softlink as above.
What I want is when restoring the directory or files, the result is as
original (softlink itself) i.e :
directory my1 :
data.dbf ----> data1.dbf
How to do that ?
Thanks.
Regards,
Aldi
Oracle DBA