Passing Null/empty string to Oracle stored procedure from asp.net
问题 We have an ASP.NET web service that invokes a stored procedure on our DB (Oracle 11g). The problem is that the call to the procedure blows up every time an empty string is passed as one of the parameters. We're seeing an ORA-01084 error, which indicates to me that call is failing before the procedure is actually run. Here's the procedure, minus some logic that I believe is not relevant: PROCEDURE CreateReport ( from_dt IN NVARCHAR2, to_dt IN NVARCHAR2, p_table_id IN NVARCHAR2, p_column_id IN