Resizing bigfile tablespace.
736579Jan 5 2010 — edited Jan 5 2010Guys,
I have a big size table space in our production database and I would like to add some space ( 5GB ) to it as it is currently 100% full. While I am investigating a data pruge process in the database I would like to go ahead and resize the tablepsace so that activity can go on.
Is it ok to go ahead with the below command. Current size is 350GB
ALTER TABLESPACE TB_PSS_DATA RESIZE 355GB;
Thanks for all your help.