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: Cant register database with RMAN: dbms_rcvcat package not compatible with the recovery catalog?

Re: Cant register database with RMAN: dbms_rcvcat package not compatible with the recovery catalog?

From: bmlam <bmlam_at_online.de>
Date: 2000/03/11
Message-ID: <38CA9F6F.4D199D75@online.de>#1/1

Hi, please forget the posting. Found out that only the package header for dbms_rcvcat was created, not the package body. I fooled myself with the following query:

select object_name, status from user_objects where object_type = 'PACKAGE'; -- should have been LIKE 'PACKAGE%' Received on Sat Mar 11 2000 - 00:00:00 CST

Original text of this message

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