Are these 2 statements similar every respect. If yes why do they have 2 command to do the same exact thing.

Alter database recover until cancel using backup controlfile;

Recover database until cancl using backup controlfile;


Thanks