login as the catalog user,

RMAN> drop catalog;

RMAN> create catalog tablespace tablespace_name;

exit;

now connect again using the target and catalog

RMAN> register database;

RMAN> resync catalog;


Or just try

RMAN> resync catalog;

Sam