Hello,
you should try this sql statement:
alter database
datafile 'name of datafile for tablespace temp'
resize >size<;
The datafile`s name can be found by:
select file_name,tablespace_name
from dba_data_files;
The size can be any number with extension M for megabytes...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.