- 博客(4)
- 资源 (8)
- 收藏
- 关注
转载 J2EE request.getParameterMap()返回的Map锁定问题
反射解除request.getParameterMap()返回的Map锁定: Map requestParams = request.getParameterMap(); Method method = requestParams.getClass().getMethod("setLocked", new Class[]{boolean.class}); method.invoke(requ
2012-09-13 09:47:33
395
转载 ORA-12519
ORA-12519: TNS:no appropriate service handler found 解决 有时候连得上数据库,有时候又连不上. 可能是数据库上当前的连接数目已经超过了它能够处理的最大值. select count(*) from v$process --当前的连接数 select value from v$parameter where name =
2012-09-07 09:56:02
305
转载 ORA-27101: shared memory realm does not exist
我试图连接数据库时的ORA-01034 和 ORA-27101错误信息,它总是显示这样的信息,“ORA-01034 - Oracle not available”和“ORA-27101 - shared memory realm does not exist”。 不能连接到我的Oracle 数据库上。 因为碰到防火墙的问题次数比较多,这次也先看看,发现根本就没什么拦截的。查看了一下监听,数据
2012-09-07 09:52:51
1748
转载 Oracle 28056错误处理
ORA-28056错误处理过程: D:\>sqlplus /nolog SQL*Plus: Release 11.1.0.7.0 - Production on 星期四 10月 8 20:03:50 2009 Copyright (c) 1982, 2008, Oracle. All rights reserved. SQL> conn /as sysdba ERROR:
2012-09-07 09:51:22
614
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅