totn Oracle Error Messages

Oracle / PLSQL: ORA-00361 Error Message

Learn the cause and how to resolve the ORA-00361 error message in Oracle.

Description

When you encounter an ORA-00361 error, the following error message will appear:

  • ORA-00361: cannot remove last log member name group num

Cause

You tried to remove the last member of a redo log group.

Resolution

The option(s) to resolve this Oracle error are:

Option #1

You can try deleting the log using the DROP log file command.