ora-01008

Not all variables bound (but they are there)

I am having a problem with this method. All the parameters are there, and in order, but I still get this error: ORA-01008: not all variables bound protected void LastUpdateDates(string Path, string Key, bool Update) { //load the update dates of the mta files try { FileInfo fi...

Passing huge XML from C#/.Net to Oracle Stored Procedure via CLOB parameter - ORA-01008: not all variables bound

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 (Calculated based on the maximum data that I would have). Scenario: The web application generates the XML that the oracle stored procedure uses to...