The statement:
RECOVER DATABASE UNTIL CANCEL
prompts once to select the archive log file. Is there a way to pre specify the value so as to be able to use it in a script without prompt?
I have tried:
RECOVER AUTOMATIC DATABASE UNTIL CANCEL
But it still does prompt.