If it's RAC db, need to set cluster_database=false;
Or you will meet error 38757.
/u01/p10>oerr ora 38757
38757, 00000, "Database must be mounted EXCLUSIVE and not open to FLASHBACK."
// *Cause: An attempt to Flashback a database was made when the
// database was not mounted EXCLUSIVE or was already open.
// *Action: Mount the database EXCLUSIVE and retry the FLASHBACK command.