Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ORA-65491

A lost write bigfile tablespace must exist before attempting to enable lost write.

Cause

The required lost write tablespace did not exist.


Action

Create the tablespace using the CREATE BIGFILE TABLESPACE <tablespace_name> ... DATAFILE '<datafile_name>' SIZE size BLOCKSIZE size LOST WRITE PROTECTION statement.