ora-01008 Questions
5
Solved
I'm using System.Data.OracleClient which does parameter-binding by name and are verifying that CommandText and Parameters are in sync:
public string CommandText { get; set; }
public IEnumerable&...
Hyperacidity asked 15/4, 2011 at 15:20
8
Solved
I have come across an Oracle problem for which I have so far been unable to find the cause.
The query below works in Oracle SQL developer, but when running in .NET it throws:
ORA-01008: not all ...
Ciri asked 20/9, 2011 at 23:36
4
Solved
I am using following method for calculating payroll by using jdbc but "ORA-01008: not all variables bound" error is not removing.
Any idea please?
I am using following code
public double getPayr...
Exorcist asked 24/6, 2011 at 15:7
1
Solved
Environment:
Server: Oracle 11.2g server on a 64-bit windows 2008
Client: Oracle 11g client on Windows XP SP3, ASP.Net 4.0, Visual Studio 2010, C#
Input size of XML ~ 1,206,500 characters (Calcu...
Sulfonation asked 30/7, 2010 at 20:38
1
© 2022 - 2024 — McMap. All rights reserved.