Search found 51 matches

by DarrenColes
Mon 24 Oct 2022 08:23
Forum: dotConnect for Oracle
Topic: Oracle error OCI-21500 and hard crash.
Replies: 2
Views: 47516

Re: Oracle error OCI-21500 and hard crash.

I have upgrded the client to 19.16 and still able to reproduce the error in our system.

Our IT infrastructure team are not happy with the idea of upgrading to oracle client 21 when we are running oracle 19 at the server.

What additional details about our environment would you want to know?

The Oracle client is the full client (19.16) - the database is Oracle 19.11

The Client OS is Windows 2016 and the Server OS is AIX 7.2
by DarrenColes
Tue 18 Oct 2022 09:59
Forum: dotConnect for Oracle
Topic: Oracle error OCI-21500 and hard crash.
Replies: 2
Views: 47516

Oracle error OCI-21500 and hard crash.

I have an application using the latest version of dotconnect which is crashing randomly and being terminated by the .net framework.

I have managed to narrow down and recreate the issue using the following oracle package and .net code (which ocassionally runs through file but mostly fails).

CREATE OR REPLACE PACKAGE PKG_TEST AUTHID CURRENT_USER IS
PROCEDURE proc_test(in_id IN INTEGER);
END PKG_TEST;

CREATE OR REPLACE PACKAGE BODY PKG_TEST IS
PROCEDURE proc_test(in_id IN integer) IS
t_id integer;
BEGIN
t_id:=in_id;
END proc_test;

END PKG_TEST;

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace ConsoleApplication5
{
class Program
{
static void dooracle()
{
try
{
Devart.Data.Oracle.OracleConnection oc = new Devart.Data.Oracle.OracleConnection();
oc.Server = "dbname";
oc.UserId = "username";
oc.Password = "password";
oc.Open();

Devart.Data.Oracle.OracleCommand ocmd = oc.CreateCommand("pkg_test.proc_test");
ocmd.CommandType = System.Data.CommandType.StoredProcedure;
ocmd.ParameterCheck = true;
ocmd.Prepare();
for (int counter=0; counter<1000; counter++)
{
ocmd.Parameters["in_id"].Value = "5";
ocmd.ExecuteNonQuery();
}
ocmd.Dispose();

oc.Close();
oc.Dispose();
}
catch
{

}
}

static void Main(string[] args)
{
System.Threading.Thread t1 = new System.Threading.Thread(dooracle);
System.Threading.Thread t2 = new System.Threading.Thread(dooracle);
t1.Start();
t2.Start();
t1.Join();
t2.Join();
}
}
}

we are running oracle 19 database using the oracle 19 client (older versions of the client don't seem to cause this issue).

It only happens with multi threaded code and in addition If we change the line
ocmd.Parameters["in_id"].Value = "5";
to pass in the value as an integer rather than a string the problem also does not happen.

The problem produces the following stack trace

Errors in file :
OCI-21500: no message, kgebse recursion failure
OCI-21500: no message, kgebse recursion failure
Errors in file :
OCI-21500: no message, kgebse recursion failure
OCI-21500: no message, kgebse recursion failure


----- Call Stack Trace -----


----- Call Stack Trace -----
calling call entry argument values in hex
location type point (? means dubious value)
calling call entry argument values in hex
-------------------- -------- -------------------- ----------------------------
location type point (? means dubious value)
-------------------- -------- -------------------- ----------------------------
kgeriv_int()+198 CALL??? skgudmp() kgerinv_internal()+ CALL??? skgudmp() FFFFFFFFB6B7AF00FFFFFFFFB6B7AF00

142 FFFFFFFFB6B7B270FFFFFFFFB6B7B270 000000000 ? 000000000 ?

000000000 ?
kgeriv()+61 CALL??? kgeriv_int() 000000000 ?000000000 ? 000000000 ?
kgesoftnmierr()+652 CALL??? kgerinv_internal() 000000000 ?
000000000 ? 000000000 ?
000000000 ?
000000000 ?kgesiv()+133 CALL??? kgeriv() 000000000 ?000000000 ?
kgebse()+1015 CALL??? kgesoftnmierr() 000000000 ?06CB42CD8
06C73A2A8 000000000 ?
000000000 ?
FFFFFFFF978FC78Ckgesic3()+62 CALL??? kgesiv() 000000000 ?000000000 ?
kgebem_internal()+2 CALL??? kgebse() 000000000 ?000000000 ?
000000000 ? 000000000 ?
73 000000000 ?
kge_report_17099()+ CALL??? kgesic3() 000000000 ?000000000 ? 000000000 ? 000000000 ?
kgedes()+116 CALL??? kgebem_internal()+9 000000000 ? 000000000 ?
3 000000000 ? 000000000 ?
skgudmp()+36 CALL??? kgedes() 000000000 ? 000000000 ?
000000000 ? 000000000 ?
kgeriv_int()+198 CALL??? skgudmp() 06CB42CD8 000000003
000000000 ?
585 0000042CB 000000000 ?
000000000 ?OCINumberFromText() CALL??? kge_report_17099()
kgeriv()+61 CALL??? kgeriv_int() 06CB42CD8000000000 ? 000000100 000000000 ?

+1201 000000000 ?000000000 ? 000000000 ? 000000000 ?

kgesiv()+133 CALL??? kgeriv() OCINumberFromText() CALL??? OCINumberFromText() 000000000 ?06CBB5890 000000000 ? 00024B7A0
000000001000000000 ?
+106 000000000 ?
kgesic3()+62 CALL??? kgesiv() 00024B7C0000000000 ?
000000000 ?00007FFC4FA7AA09 CALL??? OCINumberFromText()
000000000 ? 000000000 ?
kge_report_17099()+ CALL??? kgesic3() 000000000 ? 000000000 ?
585 0000042CB 000000000 ?
OCINumberFromText() CALL??? kge_report_17099() 06CB42CD8 000000100
+1201 000000000 ? 000000000 ?
OCINumberFromText() CALL??? OCINumberFromText() 06CBB5890 000249B60 000000001
+106 000249B80
00007FFC4FA7AA09 CALL??? OCINumberFromText() 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFC4FA7A8DC CALL??? 00007FFC4FA7AA09 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFC4FA7A7E1 CALL??? 00007FFC4FA7A8DC 000000001 000000000 ?
000000000 ? 000000000 ?
00007FFC4FA75744 CALL??? 00007FFC4FA7A7E1 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFC4FA72A3D CALL??? 00007FFC4FA75744 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFC4FA71483 CALL??? 00007FFC4FA72A3D 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFC4FA6EA63 CALL??? 00007FFC4FA71483 000000000 0001B7AE8 000000005
008000001
00007FFC4FA6D4B1 CALL??? 00007FFC4FA6EA63 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFC4FA6CB89 CALL??? 00007FFC4FA6D4B1 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFC4FA6C8C3 CALL??? 00007FFC4FA6CB89 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFC4FA41C17 CALL??? 00007FFC4FA6C8C3 000000000 ?0001BB1C0 000000000 ? 000000000 ?
000000000 ?
000000000 ?
00007FFC4FA7A8DC CALL??? 00007FFC4FA7AA09 000000000 ?000000000 ? 000000000 ? 000000000 ?
00007FFC9C64CE10 CALL??? 00007FFC4FA41C17 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFC4FA7A7E1 CALL??? 00007FFC4FA7A8DC 000000001 000000000 ?

000000000 ? 000000000 ?
00007FFC9C64CC95 CALL??? 00007FFC9C64CCA0 000000000 ?000000000 ? 000000000 ? 000000000 ?
00007FFC4FA75744 CALL??? 00007FFC4FA7A7E1 000000000 ? 000000000 ?
000000000 ?
000000000 ? 000000000 ?
00007FFC4FA72A3D CALL??? 00007FFC4FA75744 000000000 ?000000000 ?
00007FFC9C64CC65 CALL??? 00007FFC9C64CC80 000000000 ?000000000 ?
000000000 ?
000000000 ?000000000 ? 000000000 ?
00007FFC4FA71483 CALL??? 00007FFC4FA72A3D 000000000 ?000000000 ?
00007FFC9C5DE155 CALL??? 00007FFC9C64CC10 000000000 ?000000000 ?
000000000 ?
000000000 ?000000000 ? 000000000 ? 000000000 ?

00007FFCAEF86BA3 CALL??? 00007FFC9C5DE100 00007FFC4FA6EA63 CALL??? 00007FFC4FA71483 000000000 ?000000000 000000000 ?
000000000 ? 000000000 ?
00007FFCAEF86A80 CALL??? 00007FFCAEF86B20 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFCAEF87210 CALL??? 00007FFCAEF86A78 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFCAF139AEF CALL??? 00007FFCAEF87110 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFCAEF87C48 CALL??? 00007FFCAF139AD6 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFCAEF87BBB CALL??? 00007FFCAEF87C00 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFCAEF87AFB CALL??? 00007FFCAEF87B4C 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFCAEF87CD7 CALL??? 00007FFCAEF87AE4 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFCAF1399D9 CALL??? 00007FFCAEF87C90 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFCAF15A5F5 CALL??? 00007FFCAF1398F0 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFCD20F8364 CALL??? 00007FFCAF15A570 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFCD4817091 CALL??? 00007FFCD20F8350 000000000 ? 000000000 ?
000000000 ? 000000000 ?

Call stack signature: 0xeb538c30ee39b2ce



call stack performance statistics:
total : 0.187000 sec
setup : 0.062000 sec
stack unwind : 0.000000 sec
symbol translation : 0.047000 sec
printing the call stack: 0.078000 sec
printing frame data : 0.000000 sec
printing argument data : 0.000000 sec
printing kernel stack : 0.000000 sec


----- End of Call Stack Trace -----

00003F498 000000005Errors in file :
0x26C6CB42CD8 kgegpa:parameter corruption


----- Call Stack Trace -----
calling call entry argument values in hex
location type point (? means dubious value)
-------------------- -------- -------------------- ----------------------------

008000001
00007FFC4FA6D4B1 CALL??? 00007FFC4FA6EA63 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFC4FA6CB89 CALL??? 00007FFC4FA6D4B1 kgeriv_int()+198 CALL??? skgudmp() 000000000 ?FFFFFFFFB6B7AF00
000000000 ?FFFFFFFFB6B7B270
000000000 ?
000000000 ?000000000 ? 000000000 ?
kgeriv()+61 CALL??? kgeriv_int() 000000000 ?
00007FFC4FA6C8C3 CALL??? 00007FFC4FA6CB89 000000000 ?000000000 ?
000000000 ? 000000000 ?
kgesiv()+133 CALL??? kgeriv() 000000000 ? 000000000 ?
000000000 ? 000000000 ?
kgesic3()+62 CALL??? kgesiv() 000000000 ? 000000000 ?
000000000 ? 000000000 ?
kge_report_17099()+ CALL??? kgesic3() 000000000 ? 000000000 ?
585 0000042CB 000000000 ? 000000000 ?
OCINumberFromText() CALL??? kge_report_17099()
06CB42CD8000000000 ? 000000100 000000000 ?
+1201 000000000 ? 000000000 ?
00007FFC4FA41C17 CALL??? 00007FFC4FA6C8C3
OCINumberFromText() CALL??? OCINumberFromText() 00003F87806CBB5890 000000000 ? 000249B60
000000001000000000 ?
+106 000000000 ?
00007FFC9C64CE10 CALL??? 00007FFC4FA41C17 000249B80000000000 ?
00007FFC4FA7AA09 CALL??? OCINumberFromText() 000000000 ?000000000 ?
000000000 ?000000000 ?
000000000 ? 000000000 ?
00007FFC9C64CC95 CALL??? 00007FFC9C64CCA0 000000000 ? 000000000 ?
000000000 ? 000000000 ?
000000000 ?00007FFC9C64CC65 CALL??? 00007FFC9C64CC80
00007FFC4FA7A8DC CALL??? 00007FFC4FA7AA09 000000000 ?000000000 ? 000000000 ? 000000000 ?

000000000 ?000000000 ? 000000000 ? 000000000 ?
00007FFC9C5DE155 CALL??? 00007FFC9C64CC10
00007FFC4FA7A7E1 CALL??? 00007FFC4FA7A8DC 000000001 000000000 ?
000000000 ?000000000 ? 000000000 ? 000000000 ?
00007FFC4FA75744 CALL??? 00007FFC4FA7A7E1
000000000 ?000000000 ? 000000000 ? 000000000 ?
00007FFCAEF86BA3 CALL??? 00007FFC9C5DE100
000000000 ?000000000 ? 000000000 ? 000000000 ?
00007FFC4FA72A3D CALL??? 00007FFC4FA75744
000000000 ?000000000 ? 000000000 ? 000000000 ?
00007FFCAEF86A80 CALL??? 00007FFCAEF86B20
000000000 ?000000000 ? 000000000 ? 000000000 ?
00007FFC4FA71483 CALL??? 00007FFC4FA72A3D
000000000 ?000000000 ? 000000000 ? 000000000 ?
000000000 ?
00007FFCAEF87210 CALL??? 00007FFCAEF86A78 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFC4FA6EA63 CALL??? 00007FFC4FA71483 000000000 000000000 ?
00007FFCAF139AEF CALL??? 00007FFCAEF87110 0001B7AE8000000000 ? 000000005 000000000 ?

008000001000000000 ?
00007FFC4FA6D4B1 CALL??? 00007FFC4FA6EA63 000000000 ?
00007FFCAEF87C48 CALL??? 00007FFCAF139AD6 000000000 ?000000000 ? 000000000 ? 000000000 ?
000000000 ?
000000000 ?000000000 ?
00007FFC4FA6CB89 CALL??? 00007FFC4FA6D4B1 000000000 ?
00007FFCAEF87BBB CALL??? 00007FFCAEF87C00 000000000 ?000000000 ? 000000000 ? 000000000 ?
000000000 ?
000000000 ?000000000 ?
00007FFC4FA6C8C3 CALL??? 00007FFC4FA6CB89 000000000 ?
00007FFCAEF87AFB CALL??? 00007FFCAEF87B4C 000000000 ?000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFCAEF87CD7 CALL??? 00007FFCAEF87AE4 000000000 ? 000000000 ?
000000000 ?000000000 ?
000000000 ?
000000000 ?00007FFCAF1399D9 CALL??? 00007FFCAEF87C90 000000000 ?000000000 ?
00007FFC4FA41C17 CALL??? 00007FFC4FA6C8C3 0001BB1C0 000000000 ? 000000000 ?

000000000 ? 000000000 ?
00007FFC9C64CE10 CALL??? 00007FFC4FA41C17 000000000 ?000000000 ? 000000000 ?
00007FFCAF15A5F5 CALL??? 00007FFCAF1398F0 000000000 ?000000000 ?
000000000 ? 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFCD20F8364 CALL??? 00007FFCAF15A570
00007FFC9C64CC95 CALL??? 00007FFC9C64CCA0 000000000 ?000000000 ? 000000000 ? 000000000 ?
000000000 ?
000000000 ?
00007FFCD4817091 CALL??? 00007FFCD20F8350 000000000 ?000000000 ? 000000000 ? 000000000 ?
00007FFC9C64CC65 CALL??? 00007FFC9C64CC80 000000000 ?
000000000 ?000000000 ?
000000000 ? 000000000 ?
00007FFC9C5DE155 CALL??? 00007FFC9C64CC10 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFCAEF86BA3 CALL??? 00007FFC9C5DE100 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFCAEF86A80 CALL??? 00007FFCAEF86B20 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFCAEF87210 CALL??? 00007FFCAEF86A78 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFCAF139AEF CALL??? 00007FFCAEF87110 000000000 ?000000000 ?
000000000 ?
Call stack signature: 0x4abfdd49aff7e145




call stack performance statistics:
000000000 ?total : 0.328000 sec
000000000 ?setup : 0.062000 sec

00007FFCAEF87C48 CALL??? 00007FFCAF139AD6 000000000 ?stack unwind : 0.000000 sec
symbol translation : 0.047000 sec
printing the call stack: 0.219000 sec
printing frame data : 0.000000 sec
printing argument data : 0.000000 sec
printing kernel stack : 0.000000 sec


----- End of Call Stack Trace -----

000000000 ?
000000000 ? 000000000 ?
00007FFCAEF87BBB CALL??? 00007FFCAEF87C00 000000000 ? 000000000 ?
000000000 ? 000000000 ?
00007FFCAEF87AFB CALL??? 00007FFCAEF87B4C
by DarrenColes
Wed 20 Jan 2021 16:23
Forum: dotConnect for Oracle
Topic: Memory leak when connecting to oracle 19 client
Replies: 3
Views: 2983

Re: Memory leak when connecting to oracle 19 client

thanks this release has resolved my issue
by DarrenColes
Thu 07 Jan 2021 14:20
Forum: dotConnect for Oracle
Topic: Memory leak when connecting to oracle 19 client
Replies: 3
Views: 2983

Memory leak when connecting to oracle 19 client

Hi.

I am experiencing a significant memory leak when connecting to an Oracle 19 database using the Oracle 19.0.0.0.0 client.

The following code will replicate the issue and quickly consumes large amounts of memory. I have also tested this using an older Oracle 11.2.0.3.0 client with the same Oracle 19 database and the problem does not seem to happen - I would appreciate any feedback you are able to provide.

I am using the latest version of your component.

static void Main(string[] args)
{
OracleConnection oc = new OracleConnection();
oc.Server = "dev";
oc.UserId = "devuser";
oc.Password = "devpass";
oc.Open();

int n = 0;
while (true)
{
OracleCommand ocmd = new OracleCommand();
ocmd.Connection = oc;
ocmd.ParameterCheck = true;
ocmd.CommandType = System.Data.CommandType.Text;
ocmd.CommandText = "select * from dual";
ocmd.Prepare();
ocmd.Dispose();
n++;
if (n % 1000 == 0) Console.WriteLine("count=" + n.ToString());
}
}

Thanks

Darren
by DarrenColes
Wed 10 Aug 2011 14:58
Forum: dotConnect for Oracle
Topic: using parameters with char fields
Replies: 3
Views: 1015

I'm using version 6.10

We are using the ParameterCheck = true option rather than adding the parameters manually. This seems to result in the parameter type being set to Varchar rather than Char so I'm guessing this is the cause of the problem.

We cannot add the parameter types manually in our application because it has no way of knowing it needs to be a char when it runs the query.

Code: Select all

        using (OracleConnection conn = new OracleConnection()) {
        conn.ConnectionString = "server=***;uid=***;pwd=***;";
        //conn.ConnectionString = "Direct=true;server=dboracle;SID=***;uid=***;pwd=***;";
        conn.Open();
        OracleCommand cmd = conn.CreateCommand();
        cmd.CommandText = "select * from users where access_pin = :acc_code";
        cmd.ParameterCheck = true;
        cmd.Prepare();
        cmd.Parameters["acc_code"].Value = "123456";
        //cmd.Parameters.Add("acc_code", OracleDbType.Char).Value = "123456";
        OracleDataReader reader = cmd.ExecuteReader();
        while (reader.Read()) {
            Console.WriteLine(reader[0].ToString());
        }
        Console.ReadKey();
    }

by DarrenColes
Tue 09 Aug 2011 09:39
Forum: dotConnect for Oracle
Topic: using parameters with char fields
Replies: 3
Views: 1015

using parameters with char fields

Could you please tell me whether the following is a known/expected behaviour or if i have found a bug in your product. The issue relates to using CHAR fields and passing a parameter into a query that is shorter than the length of the CHAR field.

If i set up a table as follows

create table USERS
(
USER_ID VARCHAR2(6),
ACCESS_PIN CHAR(8)
)

and do

insert into users (user_id,access_pin) values ('111111','123456');

(ie I am inserting a record where access_pin only contains 6 characters into a CHAR(8) so it will get padded).

I then get different results from each of the two following queries:

(this one returns no records)
select * from users where access_pin = :acc_code
and pass in '123456' as the parameter

and

(this one returns 1 record)
select * from users where access_pin = '123456'
by DarrenColes
Wed 22 Jun 2011 12:44
Forum: dotConnect for Oracle
Topic: question about queries used in the component
Replies: 2
Views: 983

i had a feeling it might be something like that. I can manually populate the parameters and that should solve my problem.

Cheers

Darren
by DarrenColes
Tue 21 Jun 2011 10:06
Forum: dotConnect for Oracle
Topic: question about queries used in the component
Replies: 2
Views: 983

question about queries used in the component

While attempting to optimise performance on our oracle servers, two queries keep cropping up as using a significant amount of system resources:

select PIPELINED from sys.user_procedures where object_name = :packname and procedure_name = :procname

select PIPELINED from sys.all_procedures where owner = :schemaname and object_name = :procname and procedure_name is null


Can you please explain how and why these queries are used and if there is anything we can do to reduce the actions that cause these queries to run.

Thanks

Darren Coles
by DarrenColes
Fri 28 Jan 2011 09:45
Forum: dotConnect for Oracle
Topic: OCI invalid handle error
Replies: 6
Views: 2434

thanks, this fix is working nicely for our application.
by DarrenColes
Wed 19 Jan 2011 17:14
Forum: dotConnect for Oracle
Topic: OCI invalid handle error
Replies: 6
Views: 2434

thanks for your prompt response.
by DarrenColes
Tue 18 Jan 2011 09:28
Forum: dotConnect for Oracle
Topic: OCI invalid handle error
Replies: 6
Views: 2434

please could someone respond to this issue.

Thanks

Darren
by DarrenColes
Fri 14 Jan 2011 10:27
Forum: dotConnect for Oracle
Topic: OCI invalid handle error
Replies: 6
Views: 2434

OCI invalid handle error

We have recently decided to upgrade from an old version of your component to the latest release and are seeing some "OCI invalid handle" error messages that we were not previously getting. We are using oracle 10g and version 10.2 of the oracle client.

I have managed to reproduce the issue with the following piece of code:

Code: Select all

        private void button11_Click(object sender, EventArgs e)
        {
            OracleConnection oc = new OracleConnection();
            oc.ConnectionString = "pooling = false";
            oc.Unicode = true;
            oc.Direct = false;

            oc.Server = "development";
            oc.UserId = "system";
            oc.Password = "manager";
            oc.Open();

            OracleCommand o2 = new OracleCommand();
            o2.ParameterCheck = true;
            o2.Connection = oc;
            o2.CommandType = CommandType.Text;
            o2.CommandText = "SELECT dummy FROM dual";
            o2.Prepare();

            OracleCommand o3 = new OracleCommand();
            o3.ParameterCheck = true;
            o3.Connection = oc;
            o3.CommandType = CommandType.Text;
            o3.CommandText = "SELECT * FROM dual";
            o3.Prepare();

            o2.Dispose();
            o2 = null;

            //disconnect
            oc.Close();

            //reconnect
            oc.Open();

            //update query
            o3.CommandText = "SELECT dummy FROM dual where rownum=1";
            o3.Prepare();

        }
The problem sesms to go away if o2 is disposed before o3 is created, but in our application the sequence of events is much more compllicated and it would not be easy for us to make changes to work around this issue.

I hope you can help.

Thanks

Darren
by DarrenColes
Tue 16 Oct 2007 08:20
Forum: dotConnect for Oracle
Topic: Problem with long datatype and multithreaded app
Replies: 13
Views: 5959

any news on when the next build might be?
by DarrenColes
Wed 26 Sep 2007 09:32
Forum: dotConnect for Oracle
Topic: Problem with long datatype and multithreaded app
Replies: 13
Views: 5959

thanks
by DarrenColes
Wed 26 Sep 2007 08:56
Forum: dotConnect for Oracle
Topic: Problem with long datatype and multithreaded app
Replies: 13
Views: 5959

I was hoping that based on the changes that were made to fix the issue you might be able to tell me roughly what causes the problem so I can see if i can do some further workarounds until the fix is released