Hi,
I'm working on an Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production, With the Partitioning, Real Application Clusters.
I've a very simple java application that write into a table.
Sometimes the app is getting the ORA-01013.
The app set the timeout to 1 min (a lot, considering that the insert takes usuarlly few milliseconds).
SQLNet.ora is not used.
Is there some configuration I'm missing I should set/check on database side?
Thanks in advance,
Samuel