Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
Lot of File Descriptors opening while calling database [jdbc] in solaris
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="dnayal, post: 1564715"] Hi All We have a Java program which is creating a JDBC connection to Oracle database just once, but then hits 5-6 different tables and runs different resultsets. Even though I am closing all the jdbc resultsets and the connection the file descriptors still do not close and the program opens as much as 250 FDs on running the program just once. Due to this problem the file descriptors reach the maximum FD limit and we are forced to reboot the webserver in production every two days. We are using SunOS 5.9. Can anybody please let me know when does Solaris open the file descriptors in JDBC calls? As in, I know that FDs are created when a new JDBC connection is made, but are FDs also created when resultset are called? Need help Thanks DN [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Lot of File Descriptors opening while calling database [jdbc] in solaris
Top