1、"QDMResult::reset: Unable to allocate statement handle" Error: "Connection not opened
"QDMResult::reset: Unable to allocate statement handle" Error: "Connection not opened
"QDMResult::reset: Unable to allocate statement handle" Error: "Connection not opened
默认参数
select * from v$dm_ini where para_name ='MAX_SESSION_STATEMENT'
改为这个
alter SYSTEM SET 'MAX_SESSION_STATEMENT'=20000 BOTH;
2、达梦数据库申请不到链接,这个参数改大一些(增加回滚段的保留时间)
alter system set 'UNDO_RETENTION' = 3600;