use information_schema
select table_name,table_rows from tables
where TABLE_SCHEMA = 'testdb'
order by table_rows desc
cursor_sharing string EXACTcursor_space_for_time boolean TRUE
open_cursors integer 300
session_cached_cursors integer 0
游标超出一般是由于应用中没有关闭游标造成的
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)