We have a few big tables in a schema. Now when we are dropping the tables the space acquired by the tables is not released by ORACLE. When we try to resize the datafile of that schema, it is not allowing us to do it and throwing an error.
But we need the space to be released and allocated to some other schema.
We are using ORACLE 9.2.0.5 on LINUX AS 2.1 on ITANIUM server.
I've droppped a few large tables and released 3GB of space. This is seen in the TABLESPACE option of OEM, where it is saying 94% used. When I'm looking into datafiles its showing a lot of bytes free. Now when I try to resize the datafiles its throwing the error:
ORA-03297: file contains used data beyond requested RESIZE value
And I've gone thru ASKTOM's article and tried the the "maxshrink.sql" but it is also showing 'Poss. Savings = 0" for all the 4 datafiles of that tablespace.
I've tried ALTER TABLESPACE .. COALESCE , but the result is same.
I've time and space constraints so I cannot do an EXP & IMP to release space.
I've droppped a few large tables and released 3GB of space. This is seen in the TABLESPACE option of OEM, where it is saying 94% used. When I'm looking into datafiles its showing a lot of bytes free. Now when I try to resize the datafiles its throwing the error:
ORA-03297: file contains used data beyond requested RESIZE value
And I've gone thru ASKTOM's article and tried the the "maxshrink.sql" but it is also showing 'Poss. Savings = 0" for all the 4 datafiles of that tablespace.
I've tried ALTER TABLESPACE .. COALESCE , but the result is same.
I've time and space constraints so I cannot do an EXP & IMP to release space.
Please help me to solve the problem.
Thanks,
Ano
If you don't have the space, then you are stuck. Did someone ask you to do this online?
Oracle Certified Master
Oracle Certified Professional 6i,8i,9i,10g,11g
email: ocp_9i@yahoo.com
Bookmarks