Oracle Solution for Error ora-12923

Solution for Oracle Error ORA-12923

ORA-12923: tablespace string is in force logging mode

What triggered the Error:

An attempt to alter the specified tablespace temporary failed because the tablespace is in force logging mode.

What should we do to fix it:

Put the tablespace out of force logging mode by ALTER TABLESPACE NO FORCE LOGGING command.