I use JRDC2 to connect an Oracle database 11G express, with the latest ojdbc6,jar , all the "select" commands works but when send an "Update" command don't receive an error but nothing is updated in the database and the table get a status of
ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired, exception is java.sql.SQLException
until kill the B4J Java process
Appears like the reqManager.ExecuteBatch(comandos, "Series") tha I use, is not making a commit
Any ideas?
ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired, exception is java.sql.SQLException
until kill the B4J Java process
Appears like the reqManager.ExecuteBatch(comandos, "Series") tha I use, is not making a commit
Any ideas?