Enabling the FLASHBACK DATABASE on the standby database :
SQL> alter database flashback on; Database altered.
Checking the status of the flashback on the database :
SQL> select flashback_on from gv$database;
FLASHBACK_ON —————— YES YES