Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to call stored procedure and function in talend job



How to call stored procedure and function in talend job..

Answer / Gaurav Singh Sengar

To call a stored procedure or function in a Talend job, you can use the tSQLRow component. Here's how:n1. Add a tSQLRow component to your job design.n2. Configure the connection parameters (database type, host, port, username, and password).n3. In the 'Query' field, write the call to the stored procedure or function. For example: `CALL myProcedure(?)` or `SELECT myFunction()`. Replace 'myProcedure' and 'myFunction' with your stored procedure or function names.n4. Set the input parameter if required (using the 'Input Parameters' tab).n5. Preview the data to verify the call.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Talend Interview Questions

What is the default date pattern in talend?

1 Answers  


Is it possible to call web services from talend job?

1 Answers  


What do you mean by tjoin?

1 Answers  


What is Code Generator in Talend?

1 Answers  


What does expression editor do in talend?

1 Answers  


What is the difference between the etl and elt components of talend open studio?

1 Answers  


What’s a “insert or update” and “update or insert”, how do we find the difference?

1 Answers  


What is the importance of tLoqateAddressRow component in Talend?

1 Answers  


How data can be sent from the parent job to the child job?

1 Answers  


What is tunite in talend open studio

1 Answers  


Difference between etl and elt components in talend?

1 Answers  


Talend is written in which language?

1 Answers  


Categories