RMAN writing data files from source path.
Hi, I been trying to restore db via rman. The db came from source X and would like to restore to db Y.
after several errors encountered, seems like restore script is running. However, i got this error from the output file.
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 03/20/2015 22:34:32
RMAN-05501: aborting duplication of target database
RMAN-03015: error occurred in stored script Memory Script
RMAN-06136: ORACLE error from auxiliary database: ORA-01180: can not create datafile 1
ORA-01110: data file 1: '/oracle/DEC/sapdata1/system_1/system.data1'
Is it writing to the source path? it should write to /oracle/DET....
I've reviewed the script and i dont see any path like /oracle/DEC.