ORA-03137: TTC protocol internal error : [3149]
Hello
Has any one faced this issue ORA-03137:
TTC protocol internal error : [3149]?
I see some notes on this error and most of them are pointing to apply a patch. Any pointers/suggestions on this?
It looks like the error is
occurring when the following statement is executing; There are no rows in WIP_COST_TXN_INTERFACE with PROCESS_STATUS=3:
select count(*) into :b0 from WIP_COST_TXN_INTERFACE where ((ORGANIZATION_ID=:b1 and WIP_ENTITY_ID=DECODE(:b2,(-1),WIP_ENTITY_ID,:b2)) and WIP_COST_TXN_INTERFACE.PROCESS_STATUS=3)
Thanks,
Jay
0