Re: JDBC buffer?

  • From: Tanel Põder <tanel.poder.003@xxxxxxx>
  • To: "ORACLE-L" <oracle-l@xxxxxxxxxxxxx>
  • Date: Sat, 6 Aug 2005 00:55:02 +0100

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.
  ----- Original Message ----- 
  From: Wolfson Larry - lwolfs 
  To: Oracle-L@xxxxxxxxxxxxx 
  Sent: Thursday, August 04, 2005 1:58 AM
  Subject: JDBC buffer?


  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


Other related posts: