V
Venkat
Hello,
I am trying to do a simple dump of a huge table (~25 million rows) from
an Oracle database using Oracle Data Provider.Net.
I am calling ExecuteReader() on the Command object and then
DataReader.Read() in a loop.
Some where halfway through, an exception is thrown because of corrupt data
(ORA-29275: partial multibyte character)
I want to know if it is possible to skip this particular row and continue
with the rest of rows.
Other limitations:
1) I have only read permission on the target DB. So I cannot change anything.
-Regards,
Venkat
I am trying to do a simple dump of a huge table (~25 million rows) from
an Oracle database using Oracle Data Provider.Net.
I am calling ExecuteReader() on the Command object and then
DataReader.Read() in a loop.
Some where halfway through, an exception is thrown because of corrupt data
(ORA-29275: partial multibyte character)
I want to know if it is possible to skip this particular row and continue
with the rest of rows.
Other limitations:
1) I have only read permission on the target DB. So I cannot change anything.
-Regards,
Venkat