Hi, I using Oracle Database connection in Java and I run "DELETE" sql query .
In oracle, we will use commit command after every transaction. Please tell me, How can I use commit in Java? Should we commit after every transaction?
In oracle, we will use commit command after every transaction. Please tell me, How can I use commit in Java? Should we commit after every transaction?
Comment