ORA-32001
        server parameter file (SPFILE) not found
        
        
        Cause
        An ALTER SYSTEM SET statement was attempted with SCOPE=SPFILE but the instance was started without a server parameter file.
        Action
        Restart the instance using a server parameter file, or provide a path to an existing SPFILE by setting the parameter SPFILE.
        
     
    
    
        ORA-32001
        write to SPFILE requested but no SPFILE is in use
        
        
        Cause
        An ALTER SYSTEM command or an internal self-tuning mechanism requested a write to the SPFILE but no SPFILE was in use.
        Action
        Re-start the instance using an SPFILE, or execute ALTER SYSTEM SET SPFILE.
        
     
    
    
        ORA-32001
        write to SPFILE requested but no SPFILE is in use
        
        
        Cause
        An ALTER SYSTEM command or an internal self-tuning mechanism requested a write to the SPFILE but no SPFILE was in use.
        Action
        Re-start the instance using an SPFILE, or execute ALTER SYSTEM SET SPFILE.