Hi,
During recovery did you specify UNTIL CANCEL? Otherwise ORACLE will assume compelte recovery and keep asking you for logs.
Use "recover database until cancel using backup controlfile" and reply CANCEL when you have reached the required log. Then open database with RESETLOGS.
BAliga




Reply With Quote