Getting ORA-01152 when trying to configure Data Guard.
I am setting up Data Guard and when I execute the "duplicate target database for standby nofilenamecheck dorecover" command, it fails.
error is
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA-01152: file 1 was not restored from a sufficiently old backup
ORA-01110: data file 1: '/exelis/data/dgldr/system.490.870768211'
As will be evident in the init.ora files, the source server is a cluster using ASM and the destination server is a standalone server using the Linux file system.
Please don't ask why it is this way. If I had a reasonable option to setup ASM on the destination sever, I would do that.