Java: Calling a stored procedure in an oracle database

后端 未结 2 2017
南旧
南旧 2020-12-20 15:47

EDIT: While some of the answers in this question may help others with different problems, the solution was actually related to some bug with the auto-commit feature

2条回答
  •  离开以前
    2020-12-20 16:17

    While some of the answers in this question may help others with different problems, the solution was actually related to some bug with the auto-commit feature on a database connection! Forcing a commit after executing the query caused the database to reflect the changes, thus the code shown in the question IS the correct way to call a stored procedure of this type!

提交回复
热议问题