In flowers we resize datafile using following command:
alter database resize datafile ‘/path1/filename.dbf’ resize 500M;
this will change that datafles ‘SIZE’ column and allocate that much space for that datafile. If you are having standby database pls make sure that enough space is available for that file expansion.