select username,default_tablespace from dba_users where username='用户名';
select
username,default_tablespace
from
dba_users
where
username=
'用户名'
;