Oracle Solution for Error ora-13920

Solution for Oracle Error ORA-13920

ORA-13920: Threshold cannot be set when database is in read-only mode.

What triggered the Error:

SET_THRESHOLD procedure was called when database was open in read-only mode.

What should we do to fix it:

Call SET_THRESHOLD procedure when database is open in read/write mode.