JVM, Connection Pool相关的Metalink文章
五月 17, 2009 in Java开源
Oracle Metalink上有很多JVM和连接池相关的文章,为了使用方便,将其纪录汇总
1,监控OC4J连接池情况
567784.1 How To Monitor A Connection Pool Within OC4J 10.1.3.x Remotely
本文描述如何使用Oracle提供的工具来监控OC4J下连接池的情况,确保已正确释放连接
2,监控OC4J JVM信息
734481.1 How To Monitor The JVM For OC4J 10.1.3.x Remotely
本文描述了如何使用Oracle提供的工具来监控OC4J的JVM,查看JVM堆,线程和相关JVM信息
3,监控OC4J JVM内存使用情况
443506.1 How to monitor memory usage in OC4J 10.1.3.x
本文描述如何通过各种方式和工具来监控OC4J的JVM内存使用情况
4,如何编写程序来确保无ResultSet/Connection/Statement泄露
402480.1 How To Ensure No ResultSet/Connection/Statement Leaks Exist in Your JDBC Code
本文描述了如何编写JDBC相关程序来确保没有ResultSet/Connection/Statement泄露,避免:ORA 1000 - “maximum open cursors exceeded”;ORA 20 – “maximum number of processes (%s) exceeded”. 之类的数据库错误发生
5,EBS11i R12 JVM相关
362851.1 Guidelines to setup the JVM in Apps Ebusiness Suite 11i and R12
567551.1 Configuring various JVM tuning parameters for Oracle E-Business suite 11i and R12
462550.1 Generate JVM heap dump in E-Business suite 11i and R12
–