select distinct tablespace_name from user_segments
if you need all tablespaces where user's objects resides
or
select DEFAULT_TABLESPACE from dba_users where username = your_user
if you need only default tablespace
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.