Hi,
Is it possible to migrate database stored on ASM to raw filesystem? If possible,please let me know the steps to do this
migration.
Thanks...
Printable View
Hi,
Is it possible to migrate database stored on ASM to raw filesystem? If possible,please let me know the steps to do this
migration.
Thanks...
Yes, it is possible.
I would do something like...
1- Pre create new database on raw devices.
2- Export source database
3- Import dump file into target database
How big is it?...
Are you moving accross Oracle or O/S versions? Suggested procedure would take care of any or both of those anyway.
Your request is not clear.Quote:
Originally Posted by malru
Are you using ASM on non-raw devices and you wish to migrate ASM to raw?
If this is the case: 1) take rman backup, 2) mount the raw devices, 3) modify asm parameters to "find" raw devices, 4) create the disk groups and directories, 5) recover database to new file-system.
;)
I think poster wants to go back in time from ASM to bare raw devices... which is uncommon 'cause of ASM gives you "near raw devices performance" without the nightmare of administering them.Quote:
Originally Posted by LKBrwn_DBA