Flashback is enabled for your multitenant container database (CDB), which contains two pluggable database (PDBs). A local user was accidently dropped from one of the PDBs.<br /> You want to flash back the PDB to the time before the local user was dropped. You connect to the CDB and execute the following commands:<br /> SQL > SHUTDOWN IMMEDIATE SQL > STARTUP MOUNT SQL > FLASHBACK DATABASE to TIME “TO_DATE (‘08/20/12’ , ‘MM/DD/YY’)”;<br /> Examine following commands:<br /> 1. ALTER PLUGGABLE DATABASE ALL OPEN;<br /> 2. ALTER DATABASE OPEN;<br /> 3. ALTER DATABASE OPEN RESETLOGS;<br /> Which command or commands should you execute next to allow updates to the flashback back schema?()
A、Only 1
B、Only 2
C、Only 3
D、3 and 1
E、1 and 2