You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Persist
I am using Persist with Oracle XE and the cursor count is set to the
default 300 in Oracle. After about 400 inserts, I am getting "maximum
cursor exceeded" message. I noticed that in persist's executeUpdate
method, the PreparedStatement stmt has not been colsed. Could it be a
reason?