Thefollowingdatabasesareregisteredinthebaserecoverycatalog:PROD1,PROD2,andPROD3.ThedatabaseuserCATOWNERownsthebaserecoverycatalog.YouwantanewuserVPC1tohaveaccesstoonlythePROD1databaseandcreateavirtualprivatecatalog.Givenbelowaresomeofthecommandsrequiredtoachievethis:
1.SQL>GRANTrecovery_catalog_ownerTOvpc1;
2.RMAN>CONNECTCATALOGvpc1/password@catdb;
3.RMAN>GRANTCATALOGFORDATABASEprod1TOvpc1;
4.RMAN>CONNECTCATALOGcatowner/password@catdb;
5.RMAN>CREATEVIRTUALCATALOG;
Whatisthecorrectsequenceinwhichthecommandshavetobeexecuted?()