Migrating Oracle RAC Database Data to New Environment: Feasibility of Disk Transfer
I currently have an Oracle RAC 19.3 running on two Oracle Linux 7.9 computers, which are using disks with the ASM Filter Driver (AFD). My intention is to migrate only the disks containing the Database data (+DATA, +REDO, +FRA) to RAC 19.19 on Oracle Linux 8.8, utilizing two computers, with AFD properly configured. Is it possible to achieve this migration simply by unmounting the drives from the old computers and mounting them on the new ones?
Thanks in advance.