Errors with clob based long in forms 6i [message #237455] |
Mon, 14 May 2007 09:52 |
lavallee_g
Messages: 22 Registered: May 2005 Location: Quebec
|
Junior Member |
|
|
I have the following errors in forms on Oracle 9.2.4.0 database
:
ora-03106: fatal two-task communication protocol error
followed by:
frm-40733: PL/SQL built-in DBMS_ERROR_TXT failed.
This error occurs when I duplicate records in the form (6i)
and try to save. The primary key of my table complains correctly but after a couple of time the error mentionned are displayed.
The only thing I can think about, is that I'm using a long field based on a clob in the database... can it be the cause of my problem? If yes, what can i do to coeect it?
Thanks
---------------------------------------
It seems that these errors occurs only when a message from the database is raised (PK failure for exemple). Would it be possible that the "pointers" between forms and the database are messed-up when a message is raised???
[Updated on: Mon, 14 May 2007 13:07] Report message to a moderator
|
|
|
|