Create a tablespace and make it default tablesapce for rman user.
Login as rman and simply type
Code:
CREATE CATALOG;
Register your target database and you are ready to go.

HTH