Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: JDBC buffer?

Re: JDBC buffer?

From: Tanel Põder <tanel.poder.003_at_mail.ee>
Date: Sat, 6 Aug 2005 00:55:02 +0100
Message-ID: <019101c59a19$19437b80$0301a8c0@porgand>


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-l
Received on Fri Aug 05 2005 - 18:57:11 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US