View default tablespace (and temp) for user
select USERNAME, DEFAULT_TABLESPACE, TEMPORARY_TABLESPACE
from DBA_USERS
where USERNAME='SCOTT';
sdmrnv, 2019-07-01 [0.704ms, r]
select USERNAME, DEFAULT_TABLESPACE, TEMPORARY_TABLESPACE
from DBA_USERS
where USERNAME='SCOTT';