Data provider internal error(-3123) w/ ODP.NET
423342Jun 14 2004 — edited Jun 16 2004Hi !
I'm having this problem on an application with this configuration:
-- Oracle Server 9i
-- Oracle Client 9.2 with ODP .Net 9.2.0.4
-- .NET
The error description:
Oracle.DataAccess.Client.OracleException
Data provider internal error(-3123)
at Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure)
The .Net application demand an Oracle connection, the connection is giving, but when we try to execute a command with get the error.
Any ideas?
Thanks a lot !!!