hi dre1988
run a query on sql as

SQL > select FILE_NAME, TABLESPACE_NAME from dba_data_files;

you will get the location where current data files are use the same path to create ur tablespace , job done .

HTH
MAX