If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I want to restore an hot backup just after the backup (clone database).
When i do the "recover database using backup controlfile until cancel" on sqlplus manually, it works good : <RET> to the first archivelog and <cancel> to the second.
Now how can i do that in a shell script ? How can i submit the two answers to sqlplus ?
Is there anybody who do a "recover database using backup controlfile until cancel" in a script ? How ?