Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: JDBC buffer?
Hi,
At least OCI allows LOB buffering (search for LOB buffering subsystem) and also LOB update bundling, so you can create several LOBs in your application and flush these to database later on. Actual network transfer and inserts are done only during flush operation.
JDBC might have something similar...
Tanel.
Hi, everyone!
Have a client who's having an intermittent problem while inserting file_blobs into the database.
The insert appears to be taking no time at all, but they're complaining about 7 second (or more) response time to app server.
Asked them to put in JDBC trace but they say they're too busy to restart app.
I was wondering what kind of tuning could be done in JBDC?
Thanks
Larry Wolfson
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Aug 05 2005 - 18:57:11 CDT
![]() |
![]() |