查询用户下的表:
如果你的用户权限不是DBA:
select * from user_tables;
可以查询到当前用户所拥有的表。
如果是DBA用户:
select * from dba_tables;