select * from all_tables where owner='TEST';
TEST为用户名,用户名必须是大写。
查看当前登录的用户的表:
select table_name from user_tables;