In Oracle Database I need to execute SQL command RECOVER DATABASE UNTIL CANCEL BACKUP CONTROLFILE;
. After that I got input prompt. I should enter CANCEL
. Is there a way to enter only one command with automatic CANCEL
substitution? Thank you for your answers!