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.
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.