
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
java.io.IOException: Protocol violation: [ 14, 32, ]
Hi,
I am getting below java IOException in tDBinput(Oracle) component, can anyone help here.
Error: java.io.IOException: Protocol violation: [ 14, 32, ]
Thanks,
Asim
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you JFurman

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I have found the following links to this problem:
http://stackoverflow.com/questions/29372626/sqlexception-protocol-violation-in-oracle
http://stackoverflow.com/questions/22785120/oracle-clob-reader-issue-protocol-violation
I hope this helps.
The problem seems to be related to CLOB. It seems that if the length of clob is 4193 characters, driver fails to retrieve and hence upgrading the driver to latest version might help resolve this issue.
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes you are correct, I have two CLOB field in my job, which is causing issue.
Thank you Ruchi.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I’m also having this exact issue.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
The problem seems to be related to CLOB. It seems that if the length of clob is 4193 characters, the driver fails to retrieve it, and hence upgrading the driver to the latest version might help resolve this issue.
http://stackoverflow.com/questions/22785120/oracle-clob-reader-issue-protocol-violation
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you JFurman

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I also have this same question and I cannot find any proper answers on the internet and also need a solution.
