You can use these steps to migrate a NON-ASM database to ASM database in Oracle 11gR2. Prerequisite – ASM instance should be created and up and running. Single Instance Non ASM DB name Single Instance ASM DB name test testdb Step 1 : Check details of Single Instance Database : SQL> select name,open_mode from v$database; NAME […]