RE: Configuring RMAN

2003-09-20 Thread GovindanK
If $OH/bin was in the PATH then "which rman" would have got you the result.
I think that was not the case. That's exactly why it connected to rman when
you typed $OH/bin/rman.  Therefore include $ORACLE_HOME/bin in the path
after :/bin:/usr/sbin etc.

HTH
GovindanK

> Hi list,
>
> Recalling the yesterday problem, here is my profile, what arrangement
> should I do
> To make RMAN work from the ORACLE_HOME/bin without to specify the path.
>
> Kind of new in UNIX/LINUX.
>
> TIA,
>
> export EDITOR=vi
> export TERM=xterm
>
> #*
> #  Variables de Oracle   |
> #*
>
> export ORACLE_SID=BDRP
> export ORACLE_BASE=/u01/oracle/product
> export ORACLE_HOME=/u01/oracle/product/8.1.7
>
> export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/local/lib
>
> export TNS_ADMIN=$ORACLE_HOME/network/admin
>
> export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
> export ORACLE_TERM=xterm
>
> #*
> #  Variables de Linux|
> #*
>
> export LD_ASSUME_KERNEL=2.2.5
> #source /usr/i386-glibc21-linux/bin/i386-glibc21-linux-env.sh
>
> export JAVA_HOME=/usr/local/java
> export
> CLASSPATH=$ORACLE_HOME/jdbc/lib/classes12.zip:$ORACLE_HOME/jlib:$ORACLE_
> H
> OME/rdbms/jlib:$ORACLE_HOME/network/jlib:.:$ORACLE_HOME/JRE
>
>
> Ramon E. Estevez
> [EMAIL PROTECTED]
> 809-535-8994
>
>
>
> -Original Message-
> Joe Testa
> Sent: Tuesday, September 16, 2003 2:05 PM
> To: Multiple recipients of list ORACLE-L
>
>
> your path could still be pointing elsewhere first and not the current
> directory.
>
> $ORACLE_HOME/bin/rman
>
> joe
>
>
> Ramon E. Estevez wrote:
>
>>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 [EMAIL PROTECTED] oracle]$ cd $ORACLE_HOME/bin
>>[EMAIL PROTECTED] bin]$ export ORACLE_SID=BDRP
>>[EMAIL PROTECTED] bin]$ rman
>>
>>[EMAIL PROTECTED] bin]$ rman rman/[EMAIL PROTECTED]
>>rman: can't open rman/[EMAIL PROTECTED]
>>[EMAIL PROTECTED] bin]$
>>
>>Please any help would be appreciated.
>>
>>Ramon E. Estevez
>>[EMAIL PROTECTED]
>>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/[EMAIL PROTECTED] <mailto:rman/[EMAIL PROTECTED]>
>>>
>>>
>>>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:[EMAIL PROTECTED]
>>>_http://www.veriba.se_ <http://www.veriba.se/>
>>>--
>>>
>>>-Ursprungligt meddelande-
>>>*Från:* Ramon E. Estevez [mailto:[EMAIL PROTECTED]
>>>*Skickat:* den 16 september 2003 16:19
>>>*Till:* Multiple recipients of list ORACLE-L
>>>*Ämne:* RE: Configuring RMAN
>>>
>>>Thanks Ruth and Belinda,
>>>
>>>That's what I'm trying to do, connect to the DB to create the
>>>catalog and register the DB.
>>>
>>>This is what I get when trying to connect to rman
>>>
>>>[EMAIL PROTECTED] oracle]$ rman rman/[EMAIL PROTECTED]
>>><mailto:rman/[EMAIL PROTECTED]>
>>>rman: can't open rman/[EMAIL PROTECTED] <mailto:rman/[EMAIL PROTECTED]>
>>>[EMAIL PROTECTED] oracle]$
>>>
>>>TIA
>>>
>>>
>>>
>>>*Ramon E. Estevez*
>>>
>>>[EMAIL PROTECTED]
>>>
>>>809-535-8994
>>>
>>>
>>>
>>>-Original Message-
>>>*From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>>>*On Behalf Of *Ruth Gramolini
>>>*Sent:* Tuesday, September 16, 2003 8:54 AM
>>>  

Re: Configuring RMAN

2003-09-17 Thread Joe Testa
you ALWAYS want to use the path, you dont want to use a different 
version of binary for rman that does NOT correspond to the database 
you're backing up.

joe

Ramon E. Estevez wrote:

Hi list,

Recalling the yesterday problem, here is my profile, what arrangement
should I do
To make RMAN work from the ORACLE_HOME/bin without to specify the path.
Kind of new in UNIX/LINUX.

TIA,

export EDITOR=vi
export TERM=xterm
#*
#  Variables de Oracle   |
#*
export ORACLE_SID=BDRP
export ORACLE_BASE=/u01/oracle/product
export ORACLE_HOME=/u01/oracle/product/8.1.7
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/local/lib

export TNS_ADMIN=$ORACLE_HOME/network/admin

export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
export ORACLE_TERM=xterm
#*
#  Variables de Linux|
#*
export LD_ASSUME_KERNEL=2.2.5
#source /usr/i386-glibc21-linux/bin/i386-glibc21-linux-env.sh
export JAVA_HOME=/usr/local/java
export
CLASSPATH=$ORACLE_HOME/jdbc/lib/classes12.zip:$ORACLE_HOME/jlib:$ORACLE_
H
OME/rdbms/jlib:$ORACLE_HOME/network/jlib:.:$ORACLE_HOME/JRE
Ramon E. Estevez
[EMAIL PROTECTED]
809-535-8994


-Original Message-
Joe Testa
Sent: Tuesday, September 16, 2003 2:05 PM
To: Multiple recipients of list ORACLE-L
your path could still be pointing elsewhere first and not the current 
directory.

$ORACLE_HOME/bin/rman

joe

Ramon E. Estevez wrote:

 

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 [EMAIL PROTECTED] oracle]$ cd $ORACLE_HOME/bin
[EMAIL PROTECTED] bin]$ export ORACLE_SID=BDRP
[EMAIL PROTECTED] bin]$ rman

[EMAIL PROTECTED] bin]$ rman rman/[EMAIL PROTECTED]
rman: can't open rman/[EMAIL PROTECTED]
[EMAIL PROTECTED] bin]$
Please any help would be appreciated.

Ramon E. Estevez
[EMAIL PROTECTED]
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/[EMAIL PROTECTED] <mailto:rman/[EMAIL PROTECTED]>
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:[EMAIL PROTECTED]
_http://www.veriba.se_ <http://www.veriba.se/>
--
  -Ursprungligt meddelande-
  *Från:* Ramon E. Estevez [mailto:[EMAIL PROTECTED]
  *Skickat:* den 16 september 2003 16:19
  *Till:* Multiple recipients of list ORACLE-L
  *Ämne:* RE: Configuring RMAN
  Thanks Ruth and Belinda,
   
  That's what I'm trying to do, connect to the DB to create the
  catalog and register the DB.
   
  This is what I get when trying to connect to rman
   
  [EMAIL PROTECTED] oracle]$ rman rman/[EMAIL PROTECTED]
  <mailto:rman/[EMAIL PROTECTED]>
  rman: can't open rman/[EMAIL PROTECTED] <mailto:rman/[EMAIL PROTECTED]>
  [EMAIL PROTECTED] oracle]$
   
  TIA
   
   

  *Ramon E. Estevez*

  [EMAIL PROTECTED]

  809-535-8994

   

  -Original Message-
  *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
  *On Behalf Of *Ruth Gramolini
  *Sent:* Tuesday, September 16, 2003 8:54 AM
      *To:* Multiple recipients of list ORACLE-L
  *Subject:* RE: Configuring RMAN
  You have to create the catalog.  Check the docs to see how to
  do this.  In 8.1.7 I think it is simply >create catalog.  Then
  you have to register the databases you want to use this
  catalog for, etc.  The docs are quite good.
   
  HTH,
  Ruth

  -Original Message-
  *From:* [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of* Ramon E.
  

 

Estevez

   

  *Sent:* Monday, September 15, 2003 7:24 PM
  *To:* Multiple recipients of list ORACLE-L
  *Subject:* Configuring RMAN
  Hi list,

  I am implementing RMAN in an RH AS 2.1 environment on
  Oracle 8.1.7 and at the prompt
  When using rman catalog rman/[EMAIL PROTECTED]
  I get rman: can't open catalog

  I recreated the password file and the same error.

  TIA,

  *Ramon E. Estevez*
  [EMAIL PROTECTED]
  809-535-8994
  

 



   

 

--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Joe Testa
 INET: [EMAIL PROTECTED]
Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
--

RE: Configuring RMAN

2003-09-17 Thread Ramon E. Estevez
Hi list,

Recalling the yesterday problem, here is my profile, what arrangement
should I do
To make RMAN work from the ORACLE_HOME/bin without to specify the path.

Kind of new in UNIX/LINUX.

TIA,

export EDITOR=vi
export TERM=xterm

#*
#  Variables de Oracle   |
#*

export ORACLE_SID=BDRP
export ORACLE_BASE=/u01/oracle/product
export ORACLE_HOME=/u01/oracle/product/8.1.7

export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/local/lib

export TNS_ADMIN=$ORACLE_HOME/network/admin

export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
export ORACLE_TERM=xterm

#*
#  Variables de Linux|
#*

export LD_ASSUME_KERNEL=2.2.5
#source /usr/i386-glibc21-linux/bin/i386-glibc21-linux-env.sh

export JAVA_HOME=/usr/local/java
export
CLASSPATH=$ORACLE_HOME/jdbc/lib/classes12.zip:$ORACLE_HOME/jlib:$ORACLE_
H
OME/rdbms/jlib:$ORACLE_HOME/network/jlib:.:$ORACLE_HOME/JRE


Ramon E. Estevez
[EMAIL PROTECTED]
809-535-8994



-Original Message-
Joe Testa
Sent: Tuesday, September 16, 2003 2:05 PM
To: Multiple recipients of list ORACLE-L


your path could still be pointing elsewhere first and not the current 
directory.

$ORACLE_HOME/bin/rman

joe


Ramon E. Estevez wrote:

>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 [EMAIL PROTECTED] oracle]$ cd $ORACLE_HOME/bin
>[EMAIL PROTECTED] bin]$ export ORACLE_SID=BDRP
>[EMAIL PROTECTED] bin]$ rman
>
>[EMAIL PROTECTED] bin]$ rman rman/[EMAIL PROTECTED]
>rman: can't open rman/[EMAIL PROTECTED]
>[EMAIL PROTECTED] bin]$
>
>Please any help would be appreciated.
>
>Ramon E. Estevez
>[EMAIL PROTECTED]
>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/[EMAIL PROTECTED] <mailto:rman/[EMAIL PROTECTED]>
>> 
>> 
>>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:[EMAIL PROTECTED]
>>_http://www.veriba.se_ <http://www.veriba.se/>
>>----------
>>
>>-Ursprungligt meddelande-
>>*Från:* Ramon E. Estevez [mailto:[EMAIL PROTECTED]
>>*Skickat:* den 16 september 2003 16:19
>>*Till:* Multiple recipients of list ORACLE-L
>>*Ämne:* RE: Configuring RMAN
>>
>>Thanks Ruth and Belinda,
>> 
>>That's what I'm trying to do, connect to the DB to create the
>>catalog and register the DB.
>> 
>>This is what I get when trying to connect to rman
>> 
>>[EMAIL PROTECTED] oracle]$ rman rman/[EMAIL PROTECTED]
>><mailto:rman/[EMAIL PROTECTED]>
>>rman: can't open rman/[EMAIL PROTECTED] <mailto:rman/[EMAIL PROTECTED]>
>>[EMAIL PROTECTED] oracle]$
>> 
>>TIA
>> 
>> 
>>
>>*Ramon E. Estevez*
>>
>>[EMAIL PROTECTED]
>>
>>809-535-8994
>>
>> 
>>
>>-Original Message-
>>*From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>>*On Behalf Of *Ruth Gramolini
>>*Sent:* Tuesday, September 16, 2003 8:54 AM
>>*To:* Multiple recipients of list ORACLE-L
>>*Subject:* RE: Configuring RMAN
>>
>>You have to create the catalog.  Check the docs to see how to
>>do this.  In 8.1.7 I think it is simply >create catalog.  Then
>>you have to register the databases you want to use this
>>catalog for, etc.  The docs are quite good.
>> 
>>HTH,
>>Ruth
>>
>>-Original Message-
>>*From:* [EMAIL PROTECTED]
>>[mailto:[EMAIL PROTECTED] Behalf Of* Ramon E.
>>
>>
>Estevez
>  
>
>>*Sent:* Monday, September 15, 2003 7:24 PM
>>*To:* Multiple recipients of list ORACLE-L
>>*Subject:* Configuring RMAN
>>
>>Hi list,
>>
>>I 

RE: Configuring RMAN

2003-09-16 Thread Shiva Subramaniam
In 8i to create the catalog use the keyword "rcvcat" instead of "catalog"


Rman rcvcat rman/[EMAIL PROTECTED]

Rman > create catalog

Regards

Shiva Subramaniam 



-Original Message-
Sent: Wednesday, September 17, 2003 2:45 AM
To: Multiple recipients of list ORACLE-L


Ramon E. Estevez  scribbled on the wall in glitter crayon:

> 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 [EMAIL PROTECTED] oracle]$ cd $ORACLE_HOME/bin
> [EMAIL PROTECTED] bin]$ export ORACLE_SID=BDRP
> [EMAIL PROTECTED] bin]$ rman
> 
> [EMAIL PROTECTED] bin]$ rman rman/[EMAIL PROTECTED]
> rman: can't open rman/[EMAIL PROTECTED]
> [EMAIL PROTECTED] bin]$
> 
> Please any help would be appreciated.

is the rman database on this box?  what about the target?  is the listener
for this box configured to access both?  if another box is involved, is the
listener there configured to see the other database?

--
Bill "Shrek" Thater ORACLE DBA  BAARF Party member #25
[EMAIL PROTECTED]

Reality is merely an illusion, albeit a very persistent one. -  - Albert
Einstein
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Thater, William
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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: Shiva Subramaniam
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).


RE: Configuring RMAN

2003-09-16 Thread Ramon E. Estevez
That was it.

Thanks a lot to everybody that answer, thanks to you I learn something
new every day.

[EMAIL PROTECTED] bin]$ $ORACLE_HOME/bin/rman

Recovery Manager: Release 8.1.7.4.0 - Production

RMAN>


Tks.

Ramon E. Estevez
[EMAIL PROTECTED]
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.

- Original Message - 
To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]>
Sent: Tuesday, September 16, 2003 7:34 PM


> 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 [EMAIL PROTECTED] oracle]$ cd $ORACLE_HOME/bin
> [EMAIL PROTECTED] bin]$ export ORACLE_SID=BDRP
> [EMAIL PROTECTED] bin]$ rman
>
> [EMAIL PROTECTED] bin]$ rman rman/[EMAIL PROTECTED]
> rman: can't open rman/[EMAIL PROTECTED]
> [EMAIL PROTECTED] bin]$
>
> Please any help would be appreciated.
>
> Ramon E. Estevez
> [EMAIL PROTECTED]
> 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/[EMAIL PROTECTED] <mailto:rman/[EMAIL PROTECTED]>
> >
> >
> > 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:[EMAIL PROTECTED]
> > _http://www.veriba.se_ <http://www.veriba.se/>
> >
--
> >
> > -Ursprungligt meddelande-
> > *Från:* Ramon E. Estevez [mailto:[EMAIL PROTECTED]
> > *Skickat:* den 16 september 2003 16:19
> > *Till:* Multiple recipients of list ORACLE-L
> > *Ämne:* RE: Configuring RMAN
> >
> > Thanks Ruth and Belinda,
> >
> > That's what I'm trying to do, connect to the DB to create the
> > catalog and register the DB.
> >
> > This is what I get when trying to connect to rman
> >
> > [EMAIL PROTECTED] oracle]$ rman rman/[EMAIL PROTECTED]
> > <mailto:rman/[EMAIL PROTECTED]>
> > rman: can't open rman/[EMAIL PROTECTED] <mailto:rman/[EMAIL PROTECTED]>
> > [EMAIL PROTECTED] oracle]$
> >
> > TIA
> >
> >
> >
> > *Ramon E. Estevez*
> >
> > [EMAIL PROTECTED]
> >
> > 809-535-8994
> >
> >
> >
> > -Original Message-
> > *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > *On Behalf Of *Ruth Gramolini
> > *Sent:* Tuesday, September 16, 2003 8:54 AM
> > *To:* Multiple recipients of list ORACLE-L
> > *Subject:* RE: Configuring RMAN
> >
> > You have to create the catalog.  Check the docs to see how
to
> > do this.  In 8.1.7 I think it is simply >create catalog.
Then
> > you have to register the databases you want to use this
> > catalog for, etc.  The docs are quite good.
> >
> > HTH,
> > Ruth
> >
> > -Original Message-
> > *From:* [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] Behalf Of* Ramon E.
> Estevez
> > *Sent:* Monday, September 15, 2003 7:24 PM
> > *To:* Multiple recipients of list ORACLE-L
> > *Subject:* Configuring RMAN
> >
> > Hi list,
> >
> > I am implementing RMAN in an RH AS 2.1 environment on
> > Oracle 8.1.7 and at the prompt
> > When using rman catalog rman/[EMAIL

Re: Configuring RMAN

2003-09-16 Thread Joe Testa
your path could still be pointing elsewhere first and not the current 
directory.

$ORACLE_HOME/bin/rman

joe

Ramon E. Estevez wrote:

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
[EMAIL PROTECTED] oracle]$ cd $ORACLE_HOME/bin
[EMAIL PROTECTED] bin]$ export ORACLE_SID=BDRP
[EMAIL PROTECTED] bin]$ rman
[EMAIL PROTECTED] bin]$ rman rman/[EMAIL PROTECTED]
rman: can't open rman/[EMAIL PROTECTED]
[EMAIL PROTECTED] bin]$
Please any help would be appreciated.

Ramon E. Estevez
[EMAIL PROTECTED]
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/[EMAIL PROTECTED] <mailto:rman/[EMAIL PROTECTED]>
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:[EMAIL PROTECTED]
_http://www.veriba.se_ <http://www.veriba.se/>
--
   -Ursprungligt meddelande-
   *Från:* Ramon E. Estevez [mailto:[EMAIL PROTECTED]
   *Skickat:* den 16 september 2003 16:19
   *Till:* Multiple recipients of list ORACLE-L
   *Ämne:* RE: Configuring RMAN
   Thanks Ruth and Belinda,

   That's what I'm trying to do, connect to the DB to create the
   catalog and register the DB.

   This is what I get when trying to connect to rman

   [EMAIL PROTECTED] oracle]$ rman rman/[EMAIL PROTECTED]
   <mailto:rman/[EMAIL PROTECTED]>
   rman: can't open rman/[EMAIL PROTECTED] <mailto:rman/[EMAIL PROTECTED]>
   [EMAIL PROTECTED] oracle]$

   TIA



   *Ramon E. Estevez*

   [EMAIL PROTECTED]

   809-535-8994



   -Original Message-
   *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
   *On Behalf Of *Ruth Gramolini
   *Sent:* Tuesday, September 16, 2003 8:54 AM
   *To:* Multiple recipients of list ORACLE-L
   *Subject:* RE: Configuring RMAN
   You have to create the catalog.  Check the docs to see how to
   do this.  In 8.1.7 I think it is simply >create catalog.  Then
   you have to register the databases you want to use this
   catalog for, etc.  The docs are quite good.

   HTH,
   Ruth

   -Original Message-
   *From:* [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] Behalf Of* Ramon E.
   

Estevez
 

   *Sent:* Monday, September 15, 2003 7:24 PM
   *To:* Multiple recipients of list ORACLE-L
   *Subject:* Configuring RMAN
   Hi list,

   I am implementing RMAN in an RH AS 2.1 environment on
   Oracle 8.1.7 and at the prompt
   When using rman catalog rman/[EMAIL PROTECTED]
   I get rman: can't open catalog

   I recreated the password file and the same error.

   TIA,

   *Ramon E. Estevez*
   [EMAIL PROTECTED]
   809-535-8994
   

 

--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Joe Testa
 INET: [EMAIL PROTECTED]
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: [EMAIL PROTECTED] (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).


RE: Configuring RMAN

2003-09-16 Thread Stefick Ronald S Contr ESC/HRIDD
Title: RE: Configuring RMAN





Try it without the equal sign:


$ rman catalog rman/[EMAIL PROTECTED]
RMAN> create catalog;


-Scott Stefick


-Original Message-
From: Ramon E. Estevez [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, September 16, 2003 10:50 AM
To: Multiple recipients of list ORACLE-L
Subject: RE: Configuring RMAN



Thanks Mladen,


But the same result   


--- -- --- - --
 1 BDRP LOBO
 8.1.7.4.0 01-SEP-03 OPEN    NO   1 STARTED
    ALLOWED    NO  ACTIVE    PRIMARY_INSTANCE
1 row selected.
SVRMGR> exit
Server Manager complete.
[EMAIL PROTECTED] oracle]$ rman catalog=rman/[EMAIL PROTECTED]
rman: can't open catalog=rman/[EMAIL PROTECTED]
[EMAIL PROTECTED] oracle]$ rman target=rman/[EMAIL PROTECTED]
rman: can't open target=rman/[EMAIL PROTECTED]


[EMAIL PROTECTED] oracle]$ sqlplus rman/[EMAIL PROTECTED]


SQL*Plus: Release 8.1.7.0.0 - Production on Tue Sep 16 10:42:15 2003


(c) Copyright 2000 Oracle Corporation.  All rights reserved.



Connected to:
Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production
With the Partitioning option
JServer Release 8.1.7.4.0 - Production


SQL>



Ramon E. Estevez
[EMAIL PROTECTED]
809-535-8994




-Original Message-
Mladen Gogala
Sent: Tuesday, September 16, 2003 10:45 AM
To: Multiple recipients of list ORACLE-L



Probably because you need correct command argument.  Try rman catalog= <mailto:catalog=rman/[EMAIL PROTECTED]> rman/[EMAIL PROTECTED] or rman traget= <mailto:traget=rman/[EMAIL PROTECTED]> rman/[EMAIL PROTECTED]

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Ramon E. Estevez
  INET: [EMAIL PROTECTED]


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: [EMAIL PROTECTED] (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).




RE: Configuring RMAN

2003-09-16 Thread Ramon E. Estevez
Thanks Mladen,

But the same result   

--- -- --- - --
 1 BDRP LOBO
 8.1.7.4.0 01-SEP-03 OPENNO   1 STARTED
ALLOWEDNO  ACTIVEPRIMARY_INSTANCE
1 row selected.
SVRMGR> exit
Server Manager complete.
[EMAIL PROTECTED] oracle]$ rman catalog=rman/[EMAIL PROTECTED]
rman: can't open catalog=rman/[EMAIL PROTECTED]
[EMAIL PROTECTED] oracle]$ rman target=rman/[EMAIL PROTECTED]
rman: can't open target=rman/[EMAIL PROTECTED]

[EMAIL PROTECTED] oracle]$ sqlplus rman/[EMAIL PROTECTED]

SQL*Plus: Release 8.1.7.0.0 - Production on Tue Sep 16 10:42:15 2003

(c) Copyright 2000 Oracle Corporation.  All rights reserved.


Connected to:
Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production
With the Partitioning option
JServer Release 8.1.7.4.0 - Production

SQL>


Ramon E. Estevez
[EMAIL PROTECTED]
809-535-8994



-Original Message-
Mladen Gogala
Sent: Tuesday, September 16, 2003 10:45 AM
To: Multiple recipients of list ORACLE-L


Probably because you need correct command argument.  Try rman catalog=
 rman/[EMAIL PROTECTED] or rman traget=
 rman/[EMAIL PROTECTED]

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Ramon E. Estevez
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).


RE: Configuring RMAN

2003-09-16 Thread Ramon E. Estevez
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
[EMAIL PROTECTED] oracle]$ cd $ORACLE_HOME/bin
[EMAIL PROTECTED] bin]$ export ORACLE_SID=BDRP
[EMAIL PROTECTED] bin]$ rman

[EMAIL PROTECTED] bin]$ rman rman/[EMAIL PROTECTED]
rman: can't open rman/[EMAIL PROTECTED]
[EMAIL PROTECTED] bin]$

Please any help would be appreciated.

Ramon E. Estevez
[EMAIL PROTECTED]
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/[EMAIL PROTECTED] <mailto:rman/[EMAIL PROTECTED]>
>  
>  
> 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:[EMAIL PROTECTED]
> _http://www.veriba.se_ <http://www.veriba.se/>
> --
>
> -Ursprungligt meddelande-
> *Från:* Ramon E. Estevez [mailto:[EMAIL PROTECTED]
> *Skickat:* den 16 september 2003 16:19
> *Till:* Multiple recipients of list ORACLE-L
> *Ämne:* RE: Configuring RMAN
>
> Thanks Ruth and Belinda,
>  
> That's what I'm trying to do, connect to the DB to create the
> catalog and register the DB.
>  
> This is what I get when trying to connect to rman
>  
> [EMAIL PROTECTED] oracle]$ rman rman/[EMAIL PROTECTED]
> <mailto:rman/[EMAIL PROTECTED]>
> rman: can't open rman/[EMAIL PROTECTED] <mailto:rman/[EMAIL PROTECTED]>
> [EMAIL PROTECTED] oracle]$
>  
> TIA
>  
>  
>
> *Ramon E. Estevez*
>
> [EMAIL PROTECTED]
>
> 809-535-8994
>
>  
>
> -Original Message-
> *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> *On Behalf Of *Ruth Gramolini
> *Sent:* Tuesday, September 16, 2003 8:54 AM
> *To:* Multiple recipients of list ORACLE-L
> *Subject:* RE: Configuring RMAN
>
> You have to create the catalog.  Check the docs to see how to
> do this.  In 8.1.7 I think it is simply >create catalog.  Then
> you have to register the databases you want to use this
> catalog for, etc.  The docs are quite good.
>  
> HTH,
> Ruth
>
> -Original Message-
> *From:* [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of* Ramon E.
Estevez
> *Sent:* Monday, September 15, 2003 7:24 PM
> *To:* Multiple recipients of list ORACLE-L
> *Subject:* Configuring RMAN
>
> Hi list,
>
> I am implementing RMAN in an RH AS 2.1 environment on
> Oracle 8.1.7 and at the prompt
> When using rman catalog rman/[EMAIL PROTECTED]
>
> I get rman: can't open catalog
>
> I recreated the password file and the same error.
>
> TIA,
>
> *Ramon E. Estevez*
> [EMAIL PROTECTED]
> 809-535-8994
>
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Joe Testa
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).


RE: Configuring RMAN

2003-09-16 Thread Mladen Gogala
Type "which rman". If the answer is "/usr/X11R6/bin/rman" then you're not
dealing
with oracle utility, but the lovely thing described below. There is  also a 
utility called "spam", which serves to prepare spam, spam, egg, bacon and
spam.


PolyglotMan(1) PolyglotMan(1)

NAME
   PolyglotMan, rman - reverse compile man pages from format-
   ted form to a number of source formats

SYNOPSIS
   rman [ options ] [ file ]

DESCRIPTION
   PolyglotMan  takes man pages from most of the popular fla-
   vors  of  UNIX and transforms them into any of a number of
   text source formats. PolyglotMan  was  formerly  known  as
   RosettaMan.  The name of the binary is still called rman ,
   for scripts that depend on that name;  mnemonically,  just
   think  "reverse  man".  Previously  PolyglotMan   required
   pages to be formatted by nroff prior  to  its  processing.
   With  version  3.0, it prefers [tn]roff source and usually
   produces results that are better yet. And source  process-
   ing  is  the  only  way to translate tables. Source format
   translation is not as mature as formatted, however, so try
   formatted translation as a backup.

--
Mladen Gogala
Oracle DBA 



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
> Behalf Of Ramon E. Estevez
> Sent: Tuesday, September 16, 2003 12:35 PM
> To: Multiple recipients of list ORACLE-L
> Subject: RE: Configuring RMAN
> 
> 
> 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 [EMAIL PROTECTED] oracle]$ cd $ORACLE_HOME/bin 
> [EMAIL PROTECTED] bin]$ export ORACLE_SID=BDRP [EMAIL PROTECTED] bin]$ rman
> 
> [EMAIL PROTECTED] bin]$ rman rman/[EMAIL PROTECTED]
> rman: can't open rman/[EMAIL PROTECTED]
> [EMAIL PROTECTED] bin]$
> 
> Please any help would be appreciated.
> 
> Ramon E. Estevez
> [EMAIL PROTECTED]
> 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/[EMAIL PROTECTED] <mailto:rman/[EMAIL PROTECTED]>
> >  
> >  
> > 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:[EMAIL PROTECTED]
> > _http://www.veriba.se_ <http://www.veriba.se/>
> > 
> --
> >
> > -Ursprungligt meddelande-
> > *Från:* Ramon E. Estevez [mailto:[EMAIL PROTECTED]
> > *Skickat:* den 16 september 2003 16:19
> > *Till:* Multiple recipients of list ORACLE-L
> > *Ämne:* RE: Configuring RMAN
> >
> > Thanks Ruth and Belinda,
> >  
> > That's what I'm trying to do, connect to the DB to create the
> > catalog and register the DB.
> >  
> > This is what I get when trying to connect to rman
> >  
> > [EMAIL PROTECTED] oracle]$ rman rman/[EMAIL PROTECTED]
> > <mailto:rman/[EMAIL PROTECTED]>
> > rman: can't open rman/[EMAIL PROTECTED] <mailto:rman/[EMAIL PROTECTED]>
> > [EMAIL PROTECTED] oracle]$
> >  
> > TIA
> >  
> >  
> >
> > *Ramon E. Estevez*
> >
> > [EMAIL PROTECTED]
> >
> > 809-535-8994
> >
> >  
> >
> > -Original Message-
> > *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > *On Behalf Of *Ruth Gramolini
> > *Sent:* Tuesday, September 16, 2003 8:54 AM
> > *To:* Multiple recipients of list ORACLE-L
> > *Subject:* RE: Configuring RMAN
> >
> > You have to create the catalog.  Check the docs to 
> see how to
> > do this.  In 8.1.7 I think it is simply >create 
> catalog.  Then
> > you have to register the databases you want to use this
> > catalog for, etc.  The docs are quite good.
> >  

Re: Configuring RMAN

2003-09-16 Thread Tanel Poder
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.

- Original Message - 
To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]>
Sent: Tuesday, September 16, 2003 7:34 PM


> 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
> [EMAIL PROTECTED] oracle]$ cd $ORACLE_HOME/bin
> [EMAIL PROTECTED] bin]$ export ORACLE_SID=BDRP
> [EMAIL PROTECTED] bin]$ rman
>
> [EMAIL PROTECTED] bin]$ rman rman/[EMAIL PROTECTED]
> rman: can't open rman/[EMAIL PROTECTED]
> [EMAIL PROTECTED] bin]$
>
> Please any help would be appreciated.
>
> Ramon E. Estevez
> [EMAIL PROTECTED]
> 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/[EMAIL PROTECTED] <mailto:rman/[EMAIL PROTECTED]>
> >
> >
> > 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:[EMAIL PROTECTED]
> > _http://www.veriba.se_ <http://www.veriba.se/>
> > ------
> >
> > -Ursprungligt meddelande-
> > *Från:* Ramon E. Estevez [mailto:[EMAIL PROTECTED]
> > *Skickat:* den 16 september 2003 16:19
> > *Till:* Multiple recipients of list ORACLE-L
> > *Ämne:* RE: Configuring RMAN
> >
> > Thanks Ruth and Belinda,
> >
> > That's what I'm trying to do, connect to the DB to create the
> > catalog and register the DB.
> >
> > This is what I get when trying to connect to rman
> >
> > [EMAIL PROTECTED] oracle]$ rman rman/[EMAIL PROTECTED]
> > <mailto:rman/[EMAIL PROTECTED]>
> > rman: can't open rman/[EMAIL PROTECTED] <mailto:rman/[EMAIL PROTECTED]>
> >     [EMAIL PROTECTED] oracle]$
> >
> > TIA
> >
> >
> >
> > *Ramon E. Estevez*
> >
> > [EMAIL PROTECTED]
> >
> > 809-535-8994
> >
> >
> >
> > -Original Message-
> > *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > *On Behalf Of *Ruth Gramolini
> > *Sent:* Tuesday, September 16, 2003 8:54 AM
> > *To:* Multiple recipients of list ORACLE-L
> > *Subject:* RE: Configuring RMAN
> >
> > You have to create the catalog.  Check the docs to see how to
> > do this.  In 8.1.7 I think it is simply >create catalog.  Then
> > you have to register the databases you want to use this
> > catalog for, etc.  The docs are quite good.
> >
> > HTH,
> > Ruth
> >
> > -Original Message-
> > *From:* [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] Behalf Of* Ramon E.
> Estevez
> > *Sent:* Monday, September 15, 2003 7:24 PM
> > *To:* Multiple recipients of list ORACLE-L
> > *Subject:* Configuring RMAN
> >
> > Hi list,
> >
> > I am implementing RMAN in an RH AS 2.1 environment on
> > Oracle 8.1.7 and at the prompt
> > When using rman catalog rman/[EMAIL PROTECTED]
> >
> > I get rman: can't open catalog
> >
> > I recreated the password file and the same error.
> >
> > TIA,
> >
> > *Ramon E. Estevez*
> > [EMAIL PROTECTED]
> > 809-535-8994
> >
> >
>
> -- 
> Please see the official ORACLE

RE: Configuring RMAN

2003-09-16 Thread Thater, William
Ramon E. Estevez  scribbled on the wall in glitter crayon:

> 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
> [EMAIL PROTECTED] oracle]$ cd $ORACLE_HOME/bin
> [EMAIL PROTECTED] bin]$ export ORACLE_SID=BDRP
> [EMAIL PROTECTED] bin]$ rman
> 
> [EMAIL PROTECTED] bin]$ rman rman/[EMAIL PROTECTED]
> rman: can't open rman/[EMAIL PROTECTED]
> [EMAIL PROTECTED] bin]$
> 
> Please any help would be appreciated.

is the rman database on this box?  what about the target?  is the listener
for this box configured to access both?  if another box is involved, is the
listener there configured to see the other database?

--
Bill "Shrek" Thater ORACLE DBA  BAARF Party member #25
[EMAIL PROTECTED]

Reality is merely an illusion, albeit a very persistent one. -  - Albert
Einstein
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Thater, William
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).


Re: Configuring RMAN

2003-09-16 Thread Joe Testa
only on some OS, like linux.

joe

Per Berghäll wrote:

Try this instead:
$ORACLE_HOME/bin/rman rman/[EMAIL PROTECTED] <mailto:rman/[EMAIL PROTECTED]>
 
 
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:[EMAIL PROTECTED]
_http://www.veriba.se_ <http://www.veriba.se/>
--
-Ursprungligt meddelande-
*Från:* Ramon E. Estevez [mailto:[EMAIL PROTECTED]
*Skickat:* den 16 september 2003 16:19
*Till:* Multiple recipients of list ORACLE-L
    *Ämne:* RE: Configuring RMAN
Thanks Ruth and Belinda,
 
That's what I'm trying to do, connect to the DB to create the
catalog and register the DB.
 
This is what I get when trying to connect to rman
 
[EMAIL PROTECTED] oracle]$ rman rman/[EMAIL PROTECTED]
<mailto:rman/[EMAIL PROTECTED]>
rman: can't open rman/[EMAIL PROTECTED] <mailto:rman/[EMAIL PROTECTED]>
[EMAIL PROTECTED] oracle]$
 
TIA
 
 

*Ramon E. Estevez*

[EMAIL PROTECTED]

809-535-8994

 

-Original Message-
*From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
*On Behalf Of *Ruth Gramolini
*Sent:* Tuesday, September 16, 2003 8:54 AM
*To:* Multiple recipients of list ORACLE-L
*Subject:* RE: Configuring RMAN
You have to create the catalog.  Check the docs to see how to
do this.  In 8.1.7 I think it is simply >create catalog.  Then
you have to register the databases you want to use this
catalog for, etc.  The docs are quite good.
 
HTH,
Ruth

-Original Message-
*From:* [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of* Ramon E. Estevez
*Sent:* Monday, September 15, 2003 7:24 PM
*To:* Multiple recipients of list ORACLE-L
*Subject:* Configuring RMAN
Hi list,

I am implementing RMAN in an RH AS 2.1 environment on
Oracle 8.1.7 and at the prompt
When using rman catalog rman/[EMAIL PROTECTED]
I get rman: can't open catalog

I recreated the password file and the same error.

TIA,

*Ramon E. Estevez*
[EMAIL PROTECTED]
809-535-8994

--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Joe Testa
 INET: [EMAIL PROTECTED]
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: [EMAIL PROTECTED] (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).


RE: Configuring RMAN

2003-09-16 Thread Per Berghäll
Title: Meddelande



Try 
this instead:
$ORACLE_HOME/bin/rman rman/[EMAIL PROTECTED]
 
 
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:[EMAIL PROTECTED] 
http://www.veriba.se 
-- 


  
  -Ursprungligt meddelande-Från: Ramon E. Estevez 
  [mailto:[EMAIL PROTECTED] Skickat: den 16 september 2003 
  16:19Till: Multiple recipients of list ORACLE-LÄmne: RE: 
  Configuring RMAN
  Thanks 
  Ruth and Belinda, 
   
  That's 
  what I'm trying to do, connect to the DB to create the catalog and register 
  the DB.
   
  This is 
  what I get when trying to connect to rman
   
  [EMAIL PROTECTED] oracle]$ rman rman/[EMAIL PROTECTED]rman: can't open rman/[EMAIL PROTECTED][EMAIL PROTECTED] 
  oracle]$
   
  TIA
   
   
  
  Ramon E. 
  Estevez
  [EMAIL PROTECTED]
  809-535-8994
   
  

-Original Message-From: 
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
Ruth GramoliniSent: Tuesday, September 16, 2003 8:54 
AMTo: Multiple recipients of list ORACLE-LSubject: RE: 
Configuring RMAN
You have to create the catalog.  Check the docs to see how to do 
this.  In 8.1.7 I think it is simply >create catalog.  Then you 
have to register the databases you want to use this catalog for, etc.  
The docs are quite good.
 
HTH,
Ruth

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of Ramon E. 
  EstevezSent: Monday, September 15, 2003 7:24 PMTo: 
  Multiple recipients of list ORACLE-LSubject: Configuring 
  RMAN
  Hi list, 
  I am implementing RMAN in an RH AS 2.1 
  environment on Oracle 8.1.7 and at the prompt When using rman catalog rman/[EMAIL PROTECTED] 
  I get rman: can't open catalog 
  I recreated the password file and the same 
  error. 
  TIA, 
  Ramon E. Estevez [EMAIL PROTECTED] 809-535-8994 



RE: Configuring RMAN

2003-09-16 Thread Stefick Ronald S Contr ESC/HRIDD
Title: Message



$ rman 
target sys/password catalog 
rmanadmin/password
RMAN> create catalog
RMAN> register database
That's 
all.
 
-OR-
 
$rman
RMAN> connect target sys/password
RMAN> connect catalog rmanadmin/password
RMAN> create catalog;
RMAN> register database;
 
 
-Scott 
Stefick
 

  
  -Original Message-From: Ramon E. Estevez 
  [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 9:19 
  AMTo: Multiple recipients of list ORACLE-LSubject: RE: 
  Configuring RMAN
  Thanks 
  Ruth and Belinda, 
   
  That's 
  what I'm trying to do, connect to the DB to create the catalog and register 
  the DB.
   
  This is 
  what I get when trying to connect to rman
   
  [EMAIL PROTECTED] oracle]$ rman rman/[EMAIL PROTECTED]rman: can't open rman/[EMAIL PROTECTED][EMAIL PROTECTED] 
  oracle]$
   
  TIA
   
   
  
  Ramon E. 
  Estevez
  [EMAIL PROTECTED]
  809-535-8994
   
  

-Original Message-From: 
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
Ruth GramoliniSent: Tuesday, September 16, 2003 8:54 
AMTo: Multiple recipients of list ORACLE-LSubject: RE: 
Configuring RMAN
You have to create the catalog.  Check the docs to see how to do 
this.  In 8.1.7 I think it is simply >create catalog.  Then you 
have to register the databases you want to use this catalog for, etc.  
The docs are quite good.
 
HTH,
Ruth

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of Ramon E. 
  EstevezSent: Monday, September 15, 2003 7:24 PMTo: 
  Multiple recipients of list ORACLE-LSubject: Configuring 
  RMAN
  Hi list, 
  I am implementing RMAN in an RH AS 2.1 
  environment on Oracle 8.1.7 and at the prompt When using rman catalog rman/[EMAIL PROTECTED] 
  I get rman: can't open catalog 
  I recreated the password file and the same 
  error. 
  TIA, 
  Ramon E. Estevez [EMAIL PROTECTED] 809-535-8994 



RE: Configuring RMAN

2003-09-16 Thread Ruth Gramolini
Title: Message



Just 
try entering rman.  When you get the rman prompt just connect to the target 
( which will be the previously set oracle sid.  Then you can create the 
catalog, register the databases, etc.
 
Ruth

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of Ramon E. 
  EstevezSent: Tuesday, September 16, 2003 10:19 AMTo: 
  Multiple recipients of list ORACLE-LSubject: RE: Configuring 
  RMAN
  Thanks 
  Ruth and Belinda, 
   
  That's 
  what I'm trying to do, connect to the DB to create the catalog and register 
  the DB.
   
  This is 
  what I get when trying to connect to rman
   
  [EMAIL PROTECTED] oracle]$ rman rman/[EMAIL PROTECTED]rman: can't open rman/[EMAIL PROTECTED][EMAIL PROTECTED] 
  oracle]$
   
  TIA
   
   
  
  Ramon E. 
  Estevez
  [EMAIL PROTECTED]
  809-535-8994
   
  

-Original Message-From: 
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
Ruth GramoliniSent: Tuesday, September 16, 2003 8:54 
AMTo: Multiple recipients of list ORACLE-LSubject: RE: 
    Configuring RMAN
You have to create the catalog.  Check the docs to see how to do 
this.  In 8.1.7 I think it is simply >create catalog.  Then you 
have to register the databases you want to use this catalog for, etc.  
The docs are quite good.
 
HTH,
Ruth

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of Ramon E. 
  EstevezSent: Monday, September 15, 2003 7:24 PMTo: 
  Multiple recipients of list ORACLE-LSubject: Configuring 
  RMAN
  Hi list, 
  I am implementing RMAN in an RH AS 2.1 
  environment on Oracle 8.1.7 and at the prompt When using rman catalog rman/[EMAIL PROTECTED] 
  I get rman: can't open catalog 
  I recreated the password file and the same 
  error. 
  TIA, 
  Ramon E. Estevez [EMAIL PROTECTED] 809-535-8994 



Re: Configuring RMAN

2003-09-16 Thread Binley Lim
Title: Message



You are not running the RMAN you thought you are - 
check your $PATH.
 
Original Message - 

  From: 
  Ramon E. 
  Estevez 
  To: Multiple recipients of list ORACLE-L 
  
  Sent: Wednesday, September 17, 2003 2:19 
  AM
  Subject: RE: Configuring RMAN
  
  Thanks 
  Ruth and Belinda, 
   
  That's 
  what I'm trying to do, connect to the DB to create the catalog and register 
  the DB.
   
  This is 
  what I get when trying to connect to rman
   
  [EMAIL PROTECTED] oracle]$ rman rman/[EMAIL PROTECTED]rman: can't open rman/[EMAIL PROTECTED][EMAIL PROTECTED] 
  oracle]$
   
  TIA
   
   
  
  Ramon E. 
  Estevez
  [EMAIL PROTECTED]
  809-535-8994
   
  

-Original Message-From: 
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
Ruth GramoliniSent: Tuesday, September 16, 2003 8:54 
AMTo: Multiple recipients of list ORACLE-LSubject: RE: 
    Configuring RMAN
You have to create the catalog.  Check the docs to see how to do 
this.  In 8.1.7 I think it is simply >create catalog.  Then you 
have to register the databases you want to use this catalog for, etc.  
The docs are quite good.
 
HTH,
Ruth

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of Ramon E. 
  EstevezSent: Monday, September 15, 2003 7:24 PMTo: 
  Multiple recipients of list ORACLE-LSubject: Configuring 
  RMAN
  Hi list, 
  I am implementing RMAN in an RH AS 2.1 
  environment on Oracle 8.1.7 and at the prompt When using rman catalog rman/[EMAIL PROTECTED] 
  I get rman: can't open catalog 
  I recreated the password file and the same 
  error. 
  TIA, 
  Ramon E. Estevez [EMAIL PROTECTED] 809-535-8994 



RE: Configuring RMAN

2003-09-16 Thread Mladen Gogala
[EMAIL PROTECTED] Outlook. The "mailto:"; thingy was added by the lovely M$ product, not
me.

--
Mladen Gogala
Oracle DBA 



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
> Behalf Of Mladen Gogala
> Sent: Tuesday, September 16, 2003 10:45 AM
> To: Multiple recipients of list ORACLE-L
> Subject: RE: Configuring RMAN
> 
> 
> Probably because you need correct command argument.  Try rman 
> catalog= <mailto:catalog=rman/[EMAIL PROTECTED]> 
> rman/[EMAIL PROTECTED] or rman traget= 
> <mailto:traget=rman/[EMAIL PROTECTED]> rman/[EMAIL PROTECTED]
> 




Note:
This message is for the named person's use only.  It may contain confidential, 
proprietary or legally privileged information.  No confidentiality or privilege is 
waived or lost by any mistransmission.  If you receive this message in error, please 
immediately delete it and all copies of it from your system, destroy any hard copies 
of it and notify the sender.  You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. Wang Trading LLC and any of its subsidiaries each reserve the right to 
monitor all e-mail communications through its networks.
Any views expressed in this message are those of the individual sender, except where 
the message states otherwise and the sender is authorized to state them to be the 
views of any such entity.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Mladen Gogala
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).


RE: Configuring RMAN

2003-09-16 Thread Mladen Gogala
Probably because you need correct command argument.  Try rman catalog=
 rman/[EMAIL PROTECTED]
or rman traget=  rman/[EMAIL PROTECTED]

RE: Configuring RMAN

2003-09-16 Thread Ramon E. Estevez
Title: Message



Thanks Ruth 
and Belinda, 
 
That's what 
I'm trying to do, connect to the DB to create the catalog and register the 
DB.
 
This is what 
I get when trying to connect to rman
 
[EMAIL PROTECTED] 
oracle]$ rman rman/[EMAIL PROTECTED]rman: can't open rman/[EMAIL PROTECTED][EMAIL PROTECTED] 
oracle]$
 
TIA
 
 

Ramon E. Estevez
[EMAIL PROTECTED]
809-535-8994
 

  
  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ruth 
  GramoliniSent: Tuesday, September 16, 2003 8:54 AMTo: 
  Multiple recipients of list ORACLE-LSubject: RE: Configuring 
  RMAN
  You 
  have to create the catalog.  Check the docs to see how to do this.  
  In 8.1.7 I think it is simply >create catalog.  Then you have to 
  register the databases you want to use this catalog for, etc.  The docs 
  are quite good.
   
  HTH,
  Ruth
  
-Original Message-From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]On Behalf Of Ramon E. 
EstevezSent: Monday, September 15, 2003 7:24 PMTo: 
Multiple recipients of list ORACLE-LSubject: Configuring 
RMAN
Hi list, 
I am implementing RMAN in an RH AS 2.1 
environment on Oracle 8.1.7 and at the prompt When using rman catalog rman/[EMAIL PROTECTED] 
I get rman: can't open catalog 
I recreated the password file and the same 
error. 
TIA, 
Ramon E. Estevez [EMAIL PROTECTED] 809-535-8994 



RE: Configuring RMAN

2003-09-16 Thread Ruth Gramolini
Title: Configuring RMAN



You 
have to create the catalog.  Check the docs to see how to do this.  In 
8.1.7 I think it is simply >create catalog.  Then you have to register 
the databases you want to use this catalog for, etc.  The docs are quite 
good.
 
HTH,
Ruth

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of Ramon E. 
  EstevezSent: Monday, September 15, 2003 7:24 PMTo: 
  Multiple recipients of list ORACLE-LSubject: Configuring 
  RMAN
  Hi list, 
  I am implementing RMAN in an RH AS 2.1 
  environment on Oracle 8.1.7 and at the prompt When using rman catalog rman/[EMAIL PROTECTED] 
  I get rman: can't open catalog 
  I recreated the password file and the same 
  error. 
  TIA, 
  Ramon E. Estevez [EMAIL PROTECTED] 809-535-8994