Hello people,
I have some tables in my database that are taking much space with
little data in them, so i need to change their size.
ex.
TableA -> Size 5MB, Data Size 100KB
TableB -> Size 5MB, Data Size 100KB
Database: Oracle 7.3.4.0.0
Is there a way to make table size 1MB?
Can i do this without making temp tables, copying the data from
current table to temp table .........?????
Any ideas are welcome.
Thanks.