Oracle Solution for Error ora-16218

Solution for Oracle Error ORA-16218

ORA-16218: This database is already preparing to switch over.

What triggered the Error:

The database was already preparing to switch over and was not able to accomodate another prepare attempt.

What should we do to fix it:

Cancel the current prepare attempt with the ALTER DATABASE PREPARE TO SWITCHOVER CANCEL command, then reissue the prepare request.