The document describes the steps to migrate an Oracle database from a file system to ASM (Oracle Automatic Storage Management). The key steps are:
1. Configure the flash recovery area and migrate datafiles, control files, redo logs and the spfile to ASM disk groups.
2. Use RMAN (Recovery Manager) to backup and copy the database files to ASM.
3. Update database configuration files like the control file to point to the new ASM locations.
Once complete, the Oracle database is fully migrated and using ASM for storage.