12c Migrate Database from ASM to non-ASM using online relocation of data files
Hello,
I've never try moving from ASM to non-ASM?
Is't possible to do that? I mean like this:
ALTER
DATABASE
MOVE
DATAFILE
'<span style="color: #0000ff; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;">+DATA</span>'
TO
'<span style="color: #0000ff; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;">/u01/app/oracle12/oradata/cdb12c/system01.dbf</span>'
;
Sorry, i haven't try this because i don't have ASM file system on my laptop.
Thanks,
Andreas Kuncoro