Hi,

This is how i connect to RMANTEMP at both my target and catalog servers

HTML Code:
rman target /
RMAN> connect catalog rmantemp/password@rman
Output of select query at both servers

HTML Code:
SQL> select username from dba_users where username='RMANTEMP';

no rows selected
Thanks alot Hrishy!