select table_name,tablespace_name from user_tables;可以在建表的时候指定表空间
create table table_name
()
tablespace tablespace_name;