Examine this configuration:
1)CDB1 is a container database running in ARCHIVELOG mode
2)Controlfiles of CDB1 are multiplexed in
'/uOl/app/oracle/oradata/CDBl/controlfile/controlfileOl.ctlr and '/u02/app/oracle/fast_recover_area/cdbl/CDBl/controlfile02.ctl*
3)The only backup ofCDBl was taken when CONTROLFILE AUTOBACK was OFF
4)SNAPSHOT CONTROLFILE NAME is
'/uOl/app/oracle/product/12.2.0. l/db_l/dbs/snapcf_cdbl. f * .
While CDB1 is open, ‘/u02/app/oracle/fast_recover_area/cdbl/CDBl/controlfile02.ctl' is accidentally deleted.
To recover from this critical failure, you execute these commands:
$ rman target sys/oracle_4U@localhost:1521/cdbl
RMAN> SHUTDOWN ABORT
Oracle instance shut down
RMAN> STARTUP NOMOUNT
RMAN RESTORE CONTROLFILE FROM
'/uOl/app/oracle/oradata/CDBl/controlfile/controlfileOl.ctlr;
What will be the outcome?