Oracle RMAN Question:

How to identify what are the all the target databases that are being backed-up with RMAN database?

RMAN Interview Question
RMAN Interview Question

Answer:

You only can get information about one particular database at a time, after connecting with RMAN using target as that particular database.
Suppose there are three db A,B,C.

RMAN> connect target userA/pwd

Now whatever query you will execute will only give information about that database A only.


Previous QuestionNext Question
Explain where RMAN keeps information of backups if you are using RMAN without Catalog?Explain when do you recommend hot backup? What are the pre-reqs?