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 -> Re: RMAN command from script

Re: RMAN command from script

From: ram <linarayan_at_hotmail.com>
Date: 28 Nov 2005 14:48:24 -0800
Message-ID: <1133218104.426387.19280@g14g2000cwa.googlegroups.com>


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

Original text of this message

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