Oracle DBA, How To, Error, Cause and Action

ORA-12923: tablespace string is in force logging mode

ORA-12923: tablespace string is in force logging mode

Cause:

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


Action:

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

No comments:

Post a Comment

Thanks for your comment.