ORA-16152: standby database is in 'no-data-loss' protected mode
What triggered the Error:
The attempted database operation is not allowed while the standby database is in 'no-data-loss' protected mode.What should we do to fix it:
Verify that the attempted database operation is warranted, ALTER DATABASE SET STANDBY DATABASE UNPROTECTED and reissue the statement.