Oracle Client compatibility?
Posted: Tue 14 Dec 2004 13:03
Hello,
My application works fine with on stations with Oracle client for Oracle 9i (OraHome91).
But not on some others with the Oracle Client v8.1 (OraHome81).
Is it the self cause? I don't know now.
I have a question:
Are the OraDirect CoreLab components v2.40 compatibles with the Oracle Client v8.1?
Note: My Oracle Database is a 9i.
Firstly, I have an error relating some OCI calling problem.
But all tasks are done successfully.
Then, I have this error:
System.NullReferenceException: Object reference not set to an instance of an object.
at DynamicType.nativeOCIHandleAlloc(HandleRef , IntPtr& , UInt32 , UInt32 , UInt32 )
at DynamicType.OCIHandleAlloc(HandleRef , IntPtr& , UInt32 , UInt32 , UInt32 )
at CoreLab.Oracle.OracleCommand.c(String A_0)
at CoreLab.Oracle.OracleCommand.a(CommandBehavior A_0, Int32 A_1, Boolean A_2, Int32 A_3, Int32 A_4, Int32& A_5)
at CoreLab.Oracle.OracleCommand.ExecuteNonQuery()
at CoreLab.Oracle.OracleTransaction..ctor(OracleConnection A_0, IsolationLevel A_1)
at CoreLab.Oracle.OracleConnection.BeginTransaction(IsolationLevel iso)
at CoreLab.Oracle.OracleConnection.BeginTransaction()
at ...
Thank you.
My application works fine with on stations with Oracle client for Oracle 9i (OraHome91).
But not on some others with the Oracle Client v8.1 (OraHome81).
Is it the self cause? I don't know now.
I have a question:
Are the OraDirect CoreLab components v2.40 compatibles with the Oracle Client v8.1?
Note: My Oracle Database is a 9i.
Firstly, I have an error relating some OCI calling problem.
But all tasks are done successfully.
Then, I have this error:
System.NullReferenceException: Object reference not set to an instance of an object.
at DynamicType.nativeOCIHandleAlloc(HandleRef , IntPtr& , UInt32 , UInt32 , UInt32 )
at DynamicType.OCIHandleAlloc(HandleRef , IntPtr& , UInt32 , UInt32 , UInt32 )
at CoreLab.Oracle.OracleCommand.c(String A_0)
at CoreLab.Oracle.OracleCommand.a(CommandBehavior A_0, Int32 A_1, Boolean A_2, Int32 A_3, Int32 A_4, Int32& A_5)
at CoreLab.Oracle.OracleCommand.ExecuteNonQuery()
at CoreLab.Oracle.OracleTransaction..ctor(OracleConnection A_0, IsolationLevel A_1)
at CoreLab.Oracle.OracleConnection.BeginTransaction(IsolationLevel iso)
at CoreLab.Oracle.OracleConnection.BeginTransaction()
at ...
Thank you.