sandeepagarwal
Technical User
I got a tablespace of size 1.5 GB and I'm only using 16 MB. My goal is to reduce the size of this tablespace to 1 GB.
First I gave the following command:
alter tablespace <tablespace name> coalesce;
Then I issued the following command:
alter database datafile <filename with path>
resize 1000M;
I'm getting the following error:
ORA-03297: file contains used data beyond requested RESIZE value.
Can anybody help me in fixing this.
Thanks
Sandy.
First I gave the following command:
alter tablespace <tablespace name> coalesce;
Then I issued the following command:
alter database datafile <filename with path>
resize 1000M;
I'm getting the following error:
ORA-03297: file contains used data beyond requested RESIZE value.
Can anybody help me in fixing this.
Thanks
Sandy.