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.
        
     
    
    
        ORA-65491
        A lost write bigfile tablespace must exist before attempting to enable lost write
        
        
        Cause
        The lost write tablespace does not exist.
        Action
        Create the tablespace using the  CREATE BIGFILE TABLESPACE <tablespace_name> ... DATAFILE '<datafile_name>' SIZE size BLOCKSIZE size LOST WRITE PROTECTION statement;
        
     
    
    
        ORA-65491
        A lost write bigfile tablespace must exist before attempting to enable lost write
        
        
        Cause
        The lost write tablespace does not exist.
        Action
        Create the tablespace using the  CREATE BIGFILE TABLESPACE <tablespace_name> ... DATAFILE '<datafile_name>' SIZE size BLOCKSIZE size LOST WRITE PROTECTION statement;