View the Exhibit and examine the output.
You executed the following command to enable Flashback Data Archive on the
EXCHANGE_RATE table:
ALTER TABLE exchange_rate FLASHBACK ARCHIVE;
What is the outcome of this command?
Exhibit:
A.
The Flashback Archive is created on the same tablespace where the tables are stored.
B.
The Flashback Archive is created on the SYSAUX tablespace.
C.
The command generates an error because no Flashback Archive name is specified and
there is no default Flashback Archive.
D.
The table uses the default Flashback Archive.
STATUS indicates whether the flashback archive is a default flashback archive for the system (DEFAULT) or not (NULL)
Since there is NOT a Default Archive, the command generates an error. So C is correct