可以使用下面的命令来列出当前用户所有的表
select * from tab; select table_name from user_tables;
如果想列出所有的表,可以使用
select table_name from all_tables;