Can I close an Oracle connection without using tOracleClose?
I want to create a joblet that will close my Oracle connections but can accept the name of the connections dynamically. As far as I can tell, I can't do this dynamically with the tOracleClose component, so is there a Java command I can issue? (Or a similar solution?)
Hi
If the connection is created on the DB component such as tOracleInput, tOracleOutput, the connection will be closed by the component itself, if the connection is created on tOracleConnection, it can be closed by tOracleClose or tOracleCommit, do you create the DB connection in joblet or parent job? A screenshot of your job will help us more to understand your problem.
Shong