ctyankeeinok
MIS
Simple question - shaking the rust off my brain...
There is a java program that calls an Oracle 9i function, which in turn calls multiple Oracle procedures and functions. Unfortunately, no commits are in the code. Is the commit done when control is returned to the java code, or is it possibly done at the end of the procedure called by the function?
There is a java program that calls an Oracle 9i function, which in turn calls multiple Oracle procedures and functions. Unfortunately, no commits are in the code. Is the commit done when control is returned to the java code, or is it possibly done at the end of the procedure called by the function?