Page 1 of 1

You executed the following command to perform a backup of the USERS tablespace:SQL> ALTER TABLESPACE users BEGIN BACKUP;

Posted: Wed Jun 07, 2023 6:12 am
by answerhappygod
You executed the following command to perform a backup of the USERS tablespace:SQL> ALTER TABLESPACE users BEGIN BACKUP;ALTER TABLESPACE users BEGIN BACKUPERROR at line 1:ORA-01123: cannot start online backup; media recovery not enabledWhat could be the reason for this error?

A. The MTTR Advisor is disabled.
B. The database is in NOARCHIVELOG mode.
C. The tablespace is already in backup mode.
D. The Flash Recovery Area is not configured.