ORA-03113 error when updating an oracle clob column via a view

G

Guest

I'm getting a ORA-03113 error whenever I try to update an oracle clob column
and the length of the value of the OracleCommand parameter is longer than
4000.

This happens whether doing an DataAdapter.update method or just
instantiating an OracleCommand and adding a parameter and then executing that
command.

If I update the table directly instead of through the view I do not get the
error.

I"m using the data provider for Oracle within .NET 2003, Visual Basic, .Net
framework 1.1, and Oracle database is 9i.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top