查询系统表:select * from all_tables where table_name not in (select table_name from user_tables);查询用户表:select * from user_tables;