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

Help: Can't register database with RMAN

From: bonminh Lam <no_spam_at_bmlam.de>
Date: Sun, 11 Mar 2001 14:11:21 +0100
Message-ID: <3AAB7979.B3A1DEE6@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
Received on Sun Mar 11 2001 - 07:11:21 CST

Original text of this message

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