How to fix the Oracle error ORA-12923: tablespace string is in force logging mode?
In this post, you’ll learn more about the Oracle ErrorORA-12923: tablespace string is in force logging mode with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-12923: tablespace string is in force logging mode
Reason for the Error ORA-12923: tablespace string is in force logging mode
An attempt to alter the specified tablespace temporary failed because the tablespace is in force logging mode.
How to fix the Error ORA-12923: tablespace string is in force logging mode ?
You can fix this error in Oracle by following the below steps
Put the tablespace out of force logging mode by ALTER TABLESPACE NO FORCE LOGGING command.
Leave Your Comment