select * from all_tables where owner='TEST'; TEST为用户名,用户名必须是大写。 查看当前登录的用户的表: select table_name from user_tables; 来源:https://www.cnblogs.com/qlqwjy/p/8405478.html 标签 用户名 test select Oracle