Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tOracleInput vs tOracleConenction

I need to connect to database. So should I use tOracleConnection for making the DB connection or I should use the tOracleInput. Does the tOracleInput close the DB connection automatically after the job is completed?

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi,

The tOracleClose component closes the transaction committed in the connected DB.

Usually, we use tOracleConnection to open a connection to the specified database that can then be reused in the subsequent subjob or subjobs.

The work flow looks like: tOracleconnection-->onsubjobok--> tOracleinput-->output

Best regards

Sabrina