Database Error Messages

ORA-65487

Lost write tablespaces must all have the same block size.

Cause

A different block size was specified when a SHADOW LOST WRITE tablespace was created.


Action

Retry creating the lost write tablespace using the same block size as the other lost write tablespaces. If re-creating the tablespace results in duplicate tablespace name error, then drop the tablespace using the SQL DROP TABLESPACE <tablespace_name> statement, and then retry creating the lost write tablespace.