Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: rman problem
Not sure but I think your running into a Sqlplus bug.
Try setting this nls parameter before getting into Rman. It solved a core
dump I was getting.
export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1 (or what ever character set you use)
-----Original Message-----
From: Deborah Lorraine [mailto:dlorraine_at_ucdavis.edu]
Sent: July 12, 2000 4:46 PM
To: Multiple recipients of list ORACLE-L
Subject: Re: rman problem
Ruth,
No, you don't need separate recovery catalogs. I have several RMAN users
in a single recovery catalog database. It was recommended by an Oracle
techie, but I can't remember the reasons. It seems to make sense,
though. I had a database I used for testing various backup strategies, and
when I was done I deleted the test database and dropped it's corresponding
rman user in the catalog database. I haven't used the reporting options in
the recovery catalog, but I wonder if that's another place it makes sense...
Debi
At 12:01 PM 7/12/00 , Ruth Gramolini wrote:
>If you create a separate user won't that create a separate recovery catalog
>for each db to be backed up? We use a single recovery catalog with the
>owner rman/<paswword> and the userid as a sysdba user of the database being
>backed up.
>
>Ruth
>----- Original Message -----
>To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
>Sent: Wednesday, July 12, 2000 12:42 PM
>
>
> > It looks like your recovery catalog is in a database called test2, and
you
> > want to back up test1. You don't need an RMAN user in your target
(test1)
> > database--you should be connecting to a sys account in the database you
> > want to back up.
> >
> > One thing I'd do is create a separate RMAN user in your recovery catalog
> > for each database to be backed up, for example, the rman user for the
>test2
> > database could be called rman_test2.
> >
> > At 04:25 AM 7/12/00 , you wrote:
> > >good day all,
> > >
> > >my box is rs6000 running undex aix,
> > >
> > >I tried to connect with recovery catalog
> > >
> > >rman target rman/test1_at_test1 rcvcat rman/test2_at_test2
> > >
> > >I have done all the requirements except granting sysdba for the user
rman
>in
> > >test1 and in test2.
> > >
> > >I get this error : Segmentation Fault
> > >
> > >Please help,
> > >
> > >Thank you...
> > >
> > >
> > >
> > >
> > >--
> > >Author: ramon de los reyes
> > > INET: amity308_at_bcd.weblinq.com
> > >
> > >Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> > >San Diego, California -- Public Internet access / Mailing Lists
> > >--------------------------------------------------------------------
> > >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).
> >
> > --
> > Author: Deborah Lorraine
> > INET: dlorraine_at_ucdavis.edu
> >
> > Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> > San Diego, California -- Public Internet access / Mailing Lists
> > --------------------------------------------------------------------
> > 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).
> >
>
>--
>Author: Ruth Gramolini
> INET: rgramolini_at_tax.state.vt.us
>
>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
>San Diego, California -- Public Internet access / Mailing Lists
>--------------------------------------------------------------------
>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).
-- Author: Deborah Lorraine INET: dlorraine_at_ucdavis.edu Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- 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 mayReceived on Mon Jul 31 2000 - 15:58:13 CDT