Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> RMAN command from script
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
![]() |
![]() |