OMF datafile resize after truncate
HI All,
I have truncated table of size 120g, now i'm trying to reclaim the unused space from OMF datafiles on ASM, is the below approach correct?
Note the schema is still occupied with 50g data
alter database datafile 'OMFFILENAME' resize 15g; ( i will do this for the 8 datafile assigned for this schema)
Thanks!