1) Connect to database using SQL*Plus as the SYS or SYSTEM user.
2) Issue the following command:
alter database
datafile 'fullpath\filename' resize XXm;
Note: Substitute the the drive/path/filename within the single quotes and XX with the size in megabytes of the file.