Hi,

In order to test recovery using RMAN, i've created another user called RMANTEMP to do a recovery of my database (target database) on a separate host (catalog server). After a successful recovery, i intend to remove the RMANTEMP user.

Do i need to execute 'drop catalog' on my catalog server? Will this affect RMAN's catalog?

Do i also need to execute 'drop catalog' on my target database?

Thanks in advance!!!