ORA-609: opiodr aborting process unknown ospid

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Thu 29 Apr 2010 14:27

The problem is fixed. I will post here when the build with the fix is available for download.

Tobsel
Posts: 15
Joined: Fri 28 May 2010 12:31

Post by Tobsel » Fri 28 May 2010 12:36

We have the same problem on one of our customers database using the devart provider in direct mode. Can you give us a point in time when the fix will be avaiable?

Tobsel
Posts: 15
Joined: Fri 28 May 2010 12:31

Post by Tobsel » Fri 28 May 2010 14:48

Sorry, seems to be fixed in the new version 5.70. I will try it.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Mon 14 Mar 2011 13:56

The problem is fixed in the 5.70.140 and higher versions of dotConnect for Oracle.

wgkwvl
Posts: 39
Joined: Tue 20 Jul 2010 15:13

any solution yet ?

Post by wgkwvl » Mon 13 Jun 2011 20:29

we're also experiencing this problem . Has there been a solution yet ?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Tue 14 Jun 2011 06:50

wgkwvl, please specify your current version (x.xx.xxx) of dotConnect for Oracle. You can find it in the Tools > Oracle > About menu of Visual Studio. Have you tried the latest (6.30.165) version?

wgkwvl
Posts: 39
Joined: Tue 20 Jul 2010 15:13

Post by wgkwvl » Thu 23 Jun 2011 10:04

Shalex,

our current version is 6.0.86.0

so we havent tried the 6.3 version yet

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Fri 24 Jun 2011 14:32

I can reproduce the problem neither with 6.0.86 nor with 6.30.172 version of dotConnect for Oracle. Please give us the following information:
1) the exact version (xx.x.x.x) of your Oracle server;
2) your connection string (roughly, without credentials).

keachdk
Posts: 1
Joined: Fri 23 Mar 2012 20:47

Post by keachdk » Fri 23 Mar 2012 21:02

I am having the same issue with ora-609 errors since I upgraded my database to Oracle 11.2.0.2.3 in October, 2011. The database runs on an AIX 5.3 server. I have finally traced the problem connection to our Windows 2003 server running Devart dotConnect in Direct mode. The version of Devart was upgrade to 6.60.258.0, but we are still getting the errors. The connections strings are as follows. I added the Coonnection Timeout parameter that was suggested previously with a post I made to Devart.

Code: Select all

<add name="JenXOracleDBConnectionString" connectionString="User Id=lucasware;Password=xxxx;Server=192.168.122.80;Home=xe;Direct=True;Sid=cds01st;Connection Timeout=500;Persist Security Info=True" />

<add name="CatDBConnectionString" connectionString="User Id=lucasware;Password=xxxx;Server=192.168.122.80;Home=xe;Direct=True;Sid=cds01st;Persist Security Info=True;Connection Timeout=0;" /> 
Any help you can give would be greatly appreciated. Thanks.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Thu 29 Mar 2012 10:30

We cannot reproduce the issue. Please check configuration of your environment. For example:
1. Do the following settings as it is recommended at http://vivekbhutani.wordpress.com/2012/ ... alert-log/:
Sqlnet.ora: SQLNET.INBOUND_CONNECT_TIMEOUT=180
Listener.ora: INBOUND_CONNECT_TIMEOUT_listener_name=120
2. Make sure that firewall is not blocking listener port 1521 (default) or port that you've configured for listener.
Etc.

Post Reply