Home » Archive

Articles tagged with: Cannot perform read/write operation on stream

Oracle Error »

[21 Nov 2009 | No Comment | 46 views]

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 »

[21 Nov 2009 | No Comment | 50 views]

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.