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: 
SK1694344715
Contributor
Contributor

HOW TO PASS TABLE AS INPUT PARAMTER IN TDBSP COMPONENT

Hi All,

How to pass Table as Input parameter into tDBSP component.

ALSO, Which option we need to select in SCHEMA for Table parameter.

NEED IMMEDIATE HELP.

THANKS IN ADVANCE.

Labels (1)
2 Replies
Anonymous
Not applicable

Hello,

You could use use tDBInput (the source of tDBInput could be any query) to generate the input value and pass it tDBSP, for exmaple:

tDBInput--main--tDBSP.

 

Best regards

Sabrina

SK1694344715
Contributor
Contributor
Author

@Xiaodi Shi​ thank you.

Can you provide the sample code for same.

 

I have created new user defined table-type and passing to SP as parameter in oracle and working fine.

 

Not sure to pass same on talend, please help with sample code.