Examine this configuration: 1.CDBi is a container database running in ARCHIVELOGmod
2.Controlfiles of cDB1 are multiplexed in
/u01/app/oracle/oradata/CDB1/controlfile/controlfile01.ctl'and/u02/app/oracle/fast recover_area/cdb1/CDB1/controlfile02.ctl
3. The only backup of cDB1 was taken when CONTROLFILE AUTOBACK was OFF4.SNAPSHOT CONTROLFILE NAME IS'/u01/app/oracle/product/12.2.0.1/db 1/dbs/snapcf cdb1.f'.
While CDB1 is open, "u02/app/oracle/fast recover area/cdb 1/CDB1/ controlfile02.ctl' is accidentally deletedS rman target sys/oracle 4u@localhost:1521/cdb1
RMAN> SHUTDOWN ABORT
Oracle instance shut down
RMAN> STARTUP NOMOUNT
RMAN RESTORE CONTROLFILE FROM/u01/app/oracle/oradata/CDB1/controlfile/controlfile01.ctl';
To recover from this critical failure, you execute these commands: What will be the outcome?