SAN replication from ASM to NON ASM
We have a requirement:
PROD Site: 2 RAC nodes on ASM with 11g Rel 2. ASM will be on SAN.
Requirement: For DR Site: create non ASM single database on which SAN from PROD will be replicated. No Data Guard.
Question: Can we do this? Will standalone DB will be able to read all the data files, as on DR Site non ASM DB will be created. What Oracle recommends? Becuase another solution is that we can create some cron tab job and it will aply archive log files after some interval o DR site database.
Regards.