select sum(bytes) from dba_data_files
will give u the current size of your db. Extimate is something which you have to plan based on your application and the growth which u expect on the DB. Hope that helps.

Cheers