Migration of R12 DB Tier (11.2.0.4) from RHEL5 Non-ASM to RHEL7 ASM
Working on a complete system migration from RHEL5 to RHEL7. The App Tier portion is now complete, but the DB on RHEL7 is using ASM. Where I seem to be stuck is in defining new entries for the context file, as a traditional mount will no longer work with the ASM directories:
<db_sysfiles oa_var="s_dbhome1">/u02/oracle/WMSDEV/db/apps_st/data</db_sysfiles>
<db_logfilesoa_var="s_dbhome2">/u02/oracle/WMSDEV/db/apps_st/data</db_logfiles>
<db_datfiles oa_var="s_dbhome3">/u02/oracle/WMSDEV/db/apps_st/data</db_datfiles>
Has anyone done this previously? Thanks!