RMAN script - suppress RMAN> prompts
I am writting a RMAN backup script, I have it all working but I am writting the output from my cron to a file, and would like to know how to suppress the RMAN prompt.
After script is finished I end up with:
RMAN> RMAN> RMAN> 2> 3> 4> 5> 6> 7> 8> RMAN>
I tried:
SET ECHO OFF but that did not work.
RMAN> RMAN> RMAN> 2> 3> 4> 5> 6> 7> 8> RMAN>
I tried:
SET ECHO OFF but that did not work.
0