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

Home -> Community -> Usenet -> c.d.o.server -> Re: BLOB reading is slow

Re: BLOB reading is slow

From: kuon <kuon_at_goyman.com>
Date: 14 Nov 2005 09:22:45 -0800
Message-ID: <1131988965.228773.89570@z14g2000cwz.googlegroups.com>


Tnsping for test client machine.

goyman_at_fulgore:~$ tnsping nadesico

TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 14-NOV-2005 18:02:10 Copyright (c) 1997, 2005, Oracle. All rights reserved.

Used parameter files:
/home/goyman/oracle/product/10.2.0/client_1/network/admin/sqlnet.ora

Used EZCONNECT adapter to resolve the alias Attempting to contact
(DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=nadesico.goyman.com))(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.2.6)(PORT=1521))) OK (0 msec)

DNS are fine, I checked them. (both reverse and straight)

I also checked getBufferSize and getChunkSize in JDBC, I have adjusted my own buffer to match them, but without any change.

Anyway, what I don't really understand is why writing is fast (about 1mb per second, 1/50 ftp performances for the same transfer, but enough for my application), but reading has those strange hang. That's why I think it's not a network problem.

I also just begun to write a debug application in C, with oci, I'll let you know the results. Received on Mon Nov 14 2005 - 11:22:45 CST

Original text of this message

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