Use the same kinda script to put tablespaces in WRITE mode.
as follows
select 'alter tablespace ' || tablespace_name || ' read write;'
from dba_tablespaces;
|
Results 1 to 7 of 7
Thread: query only!!!Threaded View
|
Click Here to Expand Forum to Full Width |