to verify , run this query:
Code:
select owner, segment_name, tablespace_name
from dba_segments
where owner = 'TPUB'
and segment_name = 'SGML_PROC'