Articles tagged with: Cannot perform read/write operation on stream
Oracle Error »
ORA-32137: Cannot perform read/write operation on stream
Cause: The readBuffer() or the writeBuffer() method was called on a UTF16 character set stream.
Action: Use the readUBuffer() or the writeUBuffer() method.
Oracle Error »
ORA-32138: Cannot perform read/write operation on stream
Cause: The readUBuffer() or the writeUBuffer() method was called on a non-UTF16 character set stream.
Action: Use the readBuffer() or the writeBuffer() method.



