Re: Automate rman login with shell script
Date: Sat, 10 Dec 2011 13:51:15 +0100
Message-ID: <20111210125114.GA8239_at_app01.bos>
Is this all of your script?
I'm missing something like the following at one of the first lines: #!/bin/bash
Also it's my experience that you do not need the \n's after every line. And the EOF" should read EOF I guess.
Can you please include some more (the whole) of the script you are editing? And maybe some results or the errors.
Oh...and rman changed a little over versions so maybe you should include some details concerning OS and oracle versions.
Best Regards,
Martijn Bos
On Fri, Dec 09, 2011 at 03:38:09PM -0500, sundar mahadevan wrote:
> Hi All,
> I have done the following similar with sqlplus -s but cant get this for
> rman. Not sure what i am doing wrong. i tried it with "echo -e" as well but
> cant get it to work. Has anyone got this to work? Thanks in advance.
> cmd="rman target sys_at_cricprod_prim.theglobeandmail.com auxiliary
> sys_at_cricprod_logstdby.theglobeandmail.com@/u01/app/oracle/sm/build_cricprodls.rcv
> <<EOF\n
> PasswordOfPrim\n
> PasswordOfLogstdby\n
> EOF"
>
> eval "$cmd"
>
>
> --
> http://www.freelists.org/webpage/oracle-l
>
>
-- http://www.freelists.org/webpage/oracle-lReceived on Sat Dec 10 2011 - 06:51:15 CST