select TABLE_NAME from sys.all_tables where owner= UPPER('user1') order by TABLE_NAME;或者:select TABLE_NAME from sys.all_tables where owner= 'USER1' order by TABLE_NAME;Oracle 数据字典中存储的信息一般是大写的。