ORA-01001: invalid cursor
Hi,
I'm working on an Oracle Database 11g Release 11.1.0.6.0 - 64bit Production With the Real Application Clusters option.
I've a java application that insert a record in a table (T_DATA).
On this table there is an after statement trigger.
Sometimes this trigger fails for the ORA-01001 (this mean that the insert from tha app works fine).
I have to restart the application (that restart the connection), and everything start to work fine again.
What could it mean?
I'm quite blind on the way to investigate.
Thanks in advance,
Samuel