Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Cant register database with RMAN: dbms_rcvcat package not compatible with the recovery catalog?
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
![]() |
![]() |