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: Can't register database with RMAN

Re: Can't register database with RMAN

From: bonminh Lam <no_spam_at_bmlam.de>
Date: Mon, 12 Mar 2001 23:54:10 +0100
Message-ID: <3AAD5392.82BA8A3A@bmlam.de>

"Howard J. Rogers" schrieb:
>
> I may be way off here (it's sometimes difficult to tell with RMAN!), but
> registering the database really means registering it with the catalog -and I
> don't see you connecting to a catalog anywhere.
>
> So what you ought to have is:
>
> RMAN> connect target system/manager_at_PRD1 catalog rman/rman_at_CATL
I did connect to the catalog right before running "register database". Sorry if I did not put it clear.
>
> (Obviously use appropriate usernames and passwords and tnsnames aliases).
>
> Then try the register database command.
>
>
> You did grant recovery_catalog_owner to the RMAN User didn't you? And
> unlimited quota on the catalog tablespace? And connect and resource?
>

The answer to these is yes, too.

Hope this supplement of information can help narrow down the cause of the trouble. Thanks.

> news:3AAB7979.B3A1DEE6_at_bmlam.de...
> > Hi,
> >
> > I am running server 8.1.5 on Redhat 6.1. After having created a
> > dedicated tablespace and the catalog owner on the catalog database, I
> > could connect to the catalog database as the catalog owner and created a
> > catalog. However, following errors occur when I tried to register the
> > database:
> >
> >
> > RMAN> connect target
> >
> > RMAN-06005: connected to target database: PRD1 (DBID=724408206)
> >
> > RMAN> register database;
> >
> > RMAN-03022: compiling command: register
> > RMAN-03023: executing command: register
> > RMAN-08006: database registered in recovery catalog
> > RMAN-03023: executing command: full resync
> > RMAN-03026: error recovery releasing channel resources
> > RMAN-00571: ===========================================================
> > RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
> > RMAN-00571: ===========================================================
> > RMAN-07005: error during channel cleanup
> > RMAN-07004: unhandled exception during command execution on channel
> > default
> > RMAN-10032: unhandled exception during execution of job step 1:
> > RMAN-10031: ORA-65535 occurred during call to
> > DBMS_BACKUP_RESTORE.DEVICESTATUS
> > RMAN-03008: error while performing automatic resync of recovery catalog
> > RMAN-07004: unhandled exception during command execution on channel
> > default
> > RMAN-10032: unhandled exception during execution of job step 1:
> > ORA-01403: no data found
> > RMAN-10031: ORA-65535 occurred during call to
> > DBMS_BACKUP_RESTORE.GETPARM
> >
> > RMAN>
> >
> >
> > Did I miss something? Any enlightenment will be highly appreciated.
> >
> > P.S: The catalog was created with the RMAN command "CREATE CATALOG
> > TABLESPACE ..." and I did explicitly create a public synonym for
> > DBMS_BACKUP_RESTORE and grant EXECUTE on it to the catalog owner.
> >
> > Bon-Minh Lam
> > --
> > To reply to me directly, please mail to: bmlam at online dot de
 

-- 
To reply to me directly, please mail to: bmlam at online dot de
Received on Mon Mar 12 2001 - 16:54:10 CST

Original text of this message

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