Oracle中查询所有的表名

查询当前用户下的表

// 写法一
select * from user_tables;
// 写法二
select * from tabs;