I'm using the Java API and attempting to call SeRow's setClob method while inserting a new row in a table in an Oracle 9i database, but I'm having issues. The text that appears in the table is unreadable either in ArcMap or in SQL*Plus. There is definitely something there, but it all shows up as upside-down question marks. I would guess this to be an encoding issue, but I'm not sure how to proceed. I've tried specifying an ASCII encoding in the String.getBytes method that I'm using to generate the ByteArrayInputStream that gets passed to setClob(), but it doesn't seem to make any difference. The database NLS_CHARACTERSET is WE8ISO8859P15. Any assistance or tips that anyone can provide would be greatly appreciated.