Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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