⟩ Tell me the steps involved in CANCEL based recovery from the full database from hot backup?
Startup nomount pfile='/data01/init.ora'
run create controlfile script SQL>@create_control.sql
SQL>recover database using backup controlfile until cancel;
then after recovery SQL>alter database open resetlogs