ORA-03137: TTC protocol internal error : [12333] [6] [3] [8] [] [] [] []

Cause:
======
This error is only affecting the session seeing the error. This error does not relate to any potential data corruption or any data loss.
This error is only telling us that the client and server process communication was terminated due to some event.
Most of the customers tried workaround of setting "_optim_peek_user_binds"=false to avoid this problem
OR
In Some cases
Bug 18841764 Network related error like ORA-12592 or ORA-3137 or ORA-3106 may be signaled
Network/TTC related error ORA-12592, ORA-3137, ORA-3106 may be signaled on SQL*Net TCP/IP transport.
Usually this problem is seen with following circumstances.
- Sending large size data to database server, for example, using sqlldr, expdp
Solution:
=========
workaround 1
============
one time occurrences can be safely ignored as there wasn't any impact.
OR
If error is consistent,

SQL> alter system set "_optim_peek_user_binds"=false;
Restart the db instance and listener.

Impact:It disables bind peeking and therefore affects execution plans that depend on this feature this is slight query performance impact but
nothing on network.
and
For Bug 18841764 the solution is as follows
============
Workaround 2
============
set sqlnet.send_timeout to any value except 0 on the server and client. In a previous incident setting it to 600 resolved the issue.
Example
sqlnet.send_timeout=600
OR
Apply one off patch 18841764 which is available on base version.
patch not available for 11203 on HP-UX Itanium
NOTE==>11203 is out of premier support and needs exception license to get any new patches or file new bug. As per our records CSI 13872399 do
not have exception license.

Comments

Popular posts from this blog

Shareplex some commands

SQL Tuning Task Creation ORA-13780: SQL statement does not exist.

ORA 700 [kskvmstatact: excessive swapping observed]