ORA-03137: TTC protocol internal error : [12333] [44] [48] [44]
I encounter the following error:
ORA-03137: TTC protocol internal error : [12333] [44] [48] [44] [] [] [] []
during an Update (UPDATE OBJECTS_TEMP SET "ACCOUNTED" = :1 WHERE "NUMOBJ" = :2 AND "ROWID" = )
The version of the db is 11.2.0.4
It does not currently seem possible to consider migration.
Therefore, can this problem be solved by the workaround:
alter system set "_optim_peek_user_binds"=false scope=both;
??
Thank you in advance for a reply