moving spfile from non-asm to asm file system
Hi All
We are migrating non-asm file system to asm file system, we are held up in moving the spfile from non-asm file system to asm file system ...
we tried the below method
Recreate SPFILE on ASM diskgroup
SQL> create pfile='c:\initTEST.ora' from spfile;
File created.
SQL> create spfile='+DGRP2/spfileTEST.ora' from pfile='c:\initTEST.ora';
File created.
after this we started both the running instance and asm instance
but after starting the instance TEST we saw the instance still using spfile of non-asm file system
what is the correct way of moving the spfile from non-asm to asm file system..
Regards
Hariharan.T