Excel ODBC ora-03135 [message #290759] |
Mon, 31 December 2007 09:09 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
beezap
Messages: 5 Registered: December 2007
|
Junior Member |
|
|
I have an msquery script that runs against my oracle database from my workstation across two seprate vpn's. One vpn has 60ms delay, and the other has 177ms delay. When on the 60ms vpn, I can download the data into excel without an issue, but on the slower vpn connection, I get an ora-03135. Same query, and I have verified that data is being sent from the database to the odbc connection. No firewall is dropping the connection. It doesn't seem like a networking issue, from a pure non-oracle networking point of view. I have tried suggestions like modifying the sqlnet.ora parameters, to no avail. I can run the query from sql plus on either vpn and recieve all 95000 plus rows. I have a trace:
ntt2err: soc 1904 error - operation=5, ntresnt[0]=517, ntresnt[1]=54, ntresnt[2]=0
(4428) [30-DEC-2007 23:34:56:906] ntt2err: exit
(4428) [30-DEC-2007 23:34:56:906] nttrd: exit
(4428) [30-DEC-2007 23:34:56:906] nsprecv: error exit
(4428) [30-DEC-2007 23:34:56:906] nserror: entry
(4428) [30-DEC-2007 23:34:56:906] nserror: nsres: id=0, op=68, ns=12547, ns2=12560; nt[0]=517, nt[1]=54, nt[2]=0; ora[0]=0, ora[1]=0, ora[2]=0
(4428) [30-DEC-2007 23:34:56:906] nsrdr: error exit
(4428) [30-DEC-2007 23:34:56:906] snsbitts_ts: entry
(4428) [30-DEC-2007 23:34:56:906] snsbitts_ts: acquired the bit
(4428) [30-DEC-2007 23:34:56:906] snsbitts_ts: normal exit
(4428) [30-DEC-2007 23:34:56:906] snsbitcl_ts: entry
(4428) [30-DEC-2007 23:34:56:906] snsbitcl_ts: normal exit
(4428) [30-DEC-2007 23:34:56:906] snsbitts_ts: entry
(4428) [30-DEC-2007 23:34:56:906] snsbitts_ts: acquired the bit
(4428) [30-DEC-2007 23:34:56:906] snsbitts_ts: normal exit
(4428) [30-DEC-2007 23:34:56:906] nsdo: nsctxrnk=0
(4428) [30-DEC-2007 23:34:56:906] snsbitcl_ts: entry
(4428) [30-DEC-2007 23:34:56:906] snsbitcl_ts: normal exit
(4428) [30-DEC-2007 23:34:56:906] nsdo: error exit
(4428) [30-DEC-2007 23:34:56:906] nioqrc: wanted 1 got 0, type 0
(4428) [30-DEC-2007 23:34:56:906] nioqper: error from nioqrc
(4428) [30-DEC-2007 23:34:56:906] nioqper: ns main err code: 12547
(4428) [30-DEC-2007 23:34:56:906] nioqper: ns (2) err code: 12560
(4428) [30-DEC-2007 23:34:56:906] nioqper: nt main err code: 517
(4428) [30-DEC-2007 23:34:56:906] nioqper: nt (2) err code: 54
(4428) [30-DEC-2007 23:34:56:906] nioqper: nt OS err code: 0
(4428) [30-DEC-2007 23:34:56:906] nioqer: entry
(4428) [30-DEC-2007 23:34:56:906] nioqer: incoming err = 12151
(4428) [30-DEC-2007 23:34:56:906] nioqce: entry
(4428) [30-DEC-2007 23:34:56:906] nioqce: exit
(4428) [30-DEC-2007 23:34:56:906] nioqer: returning err = 3135
(4428) [30-DEC-2007 23:34:56:906] nioqer: exit
HELP
|
|
|
|
|
|
Re: Excel ODBC ora-03135 [message #290764 is a reply to message #290761] |
Mon, 31 December 2007 09:35 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
beezap
Messages: 5 Registered: December 2007
|
Junior Member |
|
|
10.2.0.0 is the client and server version
The vpn's are connected one at a time. I am only connected to one vpn at a time. My ip is 192.189.10.x on one vpn, which is the working connection.
192.168.3.x is the non-working.
SQL plus can connect and run the query from either vpn. Excel can receive the entire data set from 10.x, but times out on 3.x after receiving about 10,000 rows.
|
|
|
|
|
|
Re: Excel ODBC ora-03135 [message #290812 is a reply to message #290801] |
Mon, 31 December 2007 23:43 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
beezap
Messages: 5 Registered: December 2007
|
Junior Member |
|
|
I agree the problem is with ODBC. It works from a low latency connection, but fails from a high latency connection. Now the question is, why, and how do I fix it?
|
|
|
|