08 2011 档案
摘要:用pl/sql developer 调试存储过程报错 今天使用Scott用户调试存储过程的时候就报告了如上的错误。 解决方法如下: 使用system用户登录,然后: GRANT debug any procedure, debug connect session TO scott;
阅读全文
摘要:有两个简单例子,以说明 “exists”和“in”的效率问题 1) select * from T1 where exists(select 1 from T2 where T1.a=T2.a) ; T1数据量小而T2数据量非常大时,T1 2) select * from T1 where T1...
阅读全文
摘要:在Hibernate中使用annotation出现错误。如题目所示。 HibernateSessionFactory类中: // private static Configuration configuration = new Configuration(); //xx.hbm.xml形式下的new...
阅读全文
摘要:这个名字就是随便的起一个了。吐。 今天无多事,配置一个hibernate,可是它报告了一个错误就把我给洗白了。 开发环境:MyEclipse 9.1 Hibernate 3.6.x derby 使用MyEclipse的各种好工具把Hibernate配置好后,在插入数据的时候(xxdao.save...
阅读全文

浙公网安备 33010602011771号