Cause: The requested read operation could not complete because a partial multibyte character was found at the end of the input.
Resolution:
This is an error related to the data's NLS character set used in the Oracle DB. Possible solutions are:
find the records containing partial multibyte character and remove them from the Oracle Database - time consuming and prone to error
use a data conversion function when loading data in order to convert data into the correct charset
set the NLS_LANG environmental variable on the Webserver or your local machine or to correspond with the machine hosting the Oracle Database. For example: Webserver NLS is american_america.al32utf8; Oracle DB settings are the following: NLS_LANGUAGE --> AMERICAN NLS_TERRITORY --> AMERICA NLS_CHARACTERSET --> AL32UTF8