Thanks for the reply.

I was asked how will I size the tablespace/datafile based on the objects to be stored on them.

If only one table will be stored in a production scenario on this tablespace/datafile with the following structure...

name varchar2(35)
age number(2)
address char(35)
dateofbirth date

This table will have 100 entries(rows) daily.

Now how will I size the tablespace/datafile?

Thanks.