SQL>SQL> select default_tablespace, temporary_tablespace 2 from dba_users where username = 'SCOTT';no rows selectedSQL>SQL>SQL> drop table foo;Table dropped.SQL>SQL>