Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Configuring RMAN
That was it.
Thanks a lot to everybody that answer, thanks to you I learn something new every day.
[oracle_at_LOBO bin]$ $ORACLE_HOME/bin/rman
Recovery Manager: Release 8.1.7.4.0 - Production
RMAN> Tks.
Ramon E. Estevez
restevez_at_blh.com.do
809-535-8994
-----Original Message-----
Tanel Poder
Sent: Tuesday, September 16, 2003 12:50 PM
To: Multiple recipients of list ORACLE-L
Hi!
cd'ing to a directory doesn't help in unix unless directory "." in PATH is before /usr/bin or whereever the redhat linux rman is located.
Type which rman in your prompt and you'll see which rman is being used.
You have to run $ORACLE_HOME/bin/rman if you want to get right rman. Or modify your path variable to have $ORACLE_HOME/bin before other linux bin directories (btw, I wouldn't do that, I believe system bin dirs should always be first in path)
Tanel.
> Tks Joe and Per
>
> But the same results
>
> Red Hat Linux Advanced Server release 2.1AS/i686 (Pensacola)
> login: oracle
> Password:
> DELL-installed Red Hat Linux Mon Aug 25 09:59:40 CDT 2003 Profile
> ejecutado [oracle_at_LOBO oracle]$ cd $ORACLE_HOME/bin
> [oracle_at_LOBO bin]$ export ORACLE_SID=BDRP
> [oracle_at_LOBO bin]$ rman
>
> [oracle_at_LOBO bin]$ rman rman/rmanbdrp_at_bdrp
> rman: can't open rman/rmanbdrp_at_bdrp
> [oracle_at_LOBO bin]$
>
> Please any help would be appreciated.
>
> Ramon E. Estevez
> restevez_at_blh.com.do
> 809-535-8994
>
>
>
> -----Original Message-----
> Joe Testa
> Sent: Tuesday, September 16, 2003 12:05 PM
> To: Multiple recipients of list ORACLE-L
>
>
> only on some OS, like linux.
>
> joe
>
>
> Per Berghäll wrote:
>
> > Try this instead:
> > $ORACLE_HOME/bin/rman rman/rmanbdpr_at_bdpr <mailto:rman/rmanbdpr_at_bdpr>
> >
> >
> > If you don't use $ORACLE_HOME/bin it finds another "rman" that
> > exists in the O/S.
> >
> > Med vänliga hälsningar/ Kind regards
> > --------------------------------------------------------------------
> > --
> > *Veriba AB*
> > Per Berghäll
> > Brigadgatan 10
> > 581 31 Linköping
> > Tele: +46 (0)13-362600
> > Fax: +46 (0)13-362625
> > mailto:per.berghall_at_veriba.se
> > _http://www.veriba.se_ <http://www.veriba.se/>
> >
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Tanel Poder INET: tanel.poder.003_at_mail.ee Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Ramon E. Estevez INET: restevez_at_blh.com.do Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Sep 16 2003 - 19:19:37 CDT