Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> RMAN command from script

RMAN command from script

From: ram <linarayan_at_hotmail.com>
Date: 28 Nov 2005 11:59:24 -0800
Message-ID: <1133207964.516053.299450@g47g2000cwa.googlegroups.com>


Hello,
I am trying to run the RMAN backup from a script (unix). i wrote a small script (sh) with following commands: rman TARGET /
RUN { backup database;
}
when i run it gives errors RUN, backup commands not found. Do i need to store this file under some specific dir? am i missing something?
Thanks Received on Mon Nov 28 2005 - 13:59:24 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US