You need to recover a database running In NOARCHIVELOG mode. Which two statements are true in this
scenario?
A.
You can perform complete recovery by using the command:RESTORE DATABASEFROM
TAG“consistent_whole_backup”;RECOVER DATABASE;
B.
You can perform incomplete recovery by using the command:RESTORE DATABASE;FROM TAG
“consistent_whole_backup”;RECOVER DATABASE NOREDO;
C.
Only consistent backups can be used for restoring a database in NOARCHIVELOG mode.
D.
Media recovery is possible in most cases.