达梦中那些影响心情的参数
插入报错 SQLAllocHandle {HY000}
问题场景
SQLAllocHandle: {HY000} Stmt handle to the limit the number of statements or system of memory解决方案
SQL> select name,type,value,description from v$parameter where name in ('memory_pool', 'max_session_statement');
+------------------------+--------------+--------------+--------------------------------------------------------+
| name | TYPE | VALUE | description |
+------------------------+--------------+--------------+--------------------------------------------------------+
| MEMORY_POOL | IN FILE | 200 | Memory Pool Size In Megabyte |
| MAX_SESSION_STATEMENT | SYS | 100 | Maximum number of statement handles for each session |
+------------------------+--------------+--------------+--------------------------------------------------------+
SQLRowCount returns 2
2 rows fetched达梦中的参数类型(type)说明
最后更新于