ORA-22922 when inserting BLOB column
Does anybody know any typical reasons why stored procedure in package might get ORA-22922 when receiving a blob in an input parameter (from asp.net) and inserting it in blob column? We are using Oracle 10.2. It's mysterious because it works fine in another procedure in the same package with another table. Both columns default to empty_blob().
0