Use the same kinda script to put tablespaces in WRITE mode.
as follows

select 'alter tablespace ' || tablespace_name || ' read write;'
from dba_tablespaces;