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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

PL-SQL postgres

Hello everybody,

I just get started with Talend as ETL, I’m on a new project where I need to execute a PL-SQL code on postgres

I don’t know which component I can use for that (I tried tPostgresqlRow but it did not work )! Could anyone help me!

Thank you

Labels (2)
10 Replies
mat2121
Contributor III
Contributor III

Class name is not the name of your SP or the name of your job.

It is the name of the java class (Driver) specific to postresql.

In your case the class name should be :

org.postgresql.Driver