摘要: 获取表: select table_name from user_tables; //当前用户的表 select table_name from all_tables; //所有用户的表 select table_name from dba_tables; //包括系统表 select table_name from dba_tables where owner='用户名' user_tables: table_name,tablespace_name,last_analyzed等 dba_tables: ower,table_name,tablespace_name,last 阅读全文
posted @ 2012-08-03 14:43 叮咚娜娜 阅读(148) 评论(0) 推荐(0) 编辑