select table_name from all_tables where owner =upper('jdfp') ;
此处查的是tieba这个用户表空间下的所有表名
-----------------------------------------------------
查询当前用户下的sequence
select * from user_sequence;
转载于:https://www.cnblogs.com/siyunianhua/p/4479084.html
相关资源:JAVA上百实例源码以及开源项目