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

TJDBC Output

Can you help me more details about the tJDBCOutput component Clearly with examples.
For Ex.
What to be configured for JDBC URL, Class Name Properties
Labels (3)
3 Replies
Anonymous
Not applicable
Author

Hello,
The tJDBC components are here to help you integrate your specific JDBC Connector for your Database.
There is no generic answer to your question. What is your database and what is the version of the driver you are using ?
Regards,
Anonymous
Not applicable
Author

I am connecting to ORACLE using TJDBC component and not sure about configuring the properties.
Anonymous
Not applicable
Author

You can simply use the tOracleInput to access Oracle with JDBC.
Else :
JDBC Url : "jdbc 0683p000009MA5A.pngracle:thin:@host:1521:database"
Class Name : "oracle.jdbc.driver.OracleDriver"
Regards,