Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: RMAN command from script
Ok. I am running Oracle 9i.
the script is
#! /usr/local/bin/bash
rman TARGET /
backup format '/dbs.....' database;
exit;
It only gives me a rman prompt. then when i type exit i get this
Recovery Manager complete.
./myscript.sh: backup: command not found
Thanks Received on Mon Nov 28 2005 - 16:48:24 CST
![]() |
![]() |