tDB2SP
tDB2SP Standard properties
These properties are used to configure tDB2SP running in the Standard Job framework.
The Standard
tDB2SP component belongs to the Databases family.
The component in this framework is available in all Talend
products.
connector. The properties related to database settings vary depending on your database
type selection. For more information about dynamic database connectors, see Dynamic database components.
Basic settings
Database |
Select a type of database from the list and click |
Use an existing connection |
Select this check box and in the Component List click the relevant connection component to Note: When a Job contains the parent Job and the child Job, if you
need to share an existing connection between the two levels, for example, to share the connection created by the parent Job with the child Job, you have to:
For an example about how to share a database connection |
Property type |
Either Built-in or |
 |
Built-in: No property data stored |
 |
Repository: Select the repository |
Host |
Database server IP address |
Port |
Listening port number of DB server. |
Database |
Name of the database |
Username and |
DB user authentication data. To enter the password, click the […] button next to the |
Schema and Edit |
A schema is a row description. It defines the number of fields |
 |
Built-In: You create and store the schema locally for this component |
 |
Repository: You have already created the schema and stored it in the |
 |
Click Edit
|
SP Name |
Type in the exact name of the Stored Procedure |
Is Function / Return result |
Check this box, if a value only is to be returned. Select on the list the schema column, the value to be returned is |
Parameters |
Click the Plus button and select the various Schema Columns that will be required by the Select the Type of IN: Input parameter
OUT: Output parameter/return
IN OUT: Input parameters is to be
RECORDSET: Input parameters is to Note:
Check Inserting data in mother/daughter tables if you want to analyze a set |
Specify a data source alias |
Select this check box and specify the alias of a data source created on the This check box is not available when the Use an existing |
Data source alias |
Enter the alias of the data source created on the This field is available only when the Specify a data |
Advanced settings
Additional JDBC parameters |
Specify additional connection properties for the DB connection you Note:
You can set the encoding parameters through this field. |
tStat |
Select this check box to collect log data at the component |
Usage
Usage rule |
This component is used as intermediary component. It can be used |
Dynamic settings |
Click the [+] button to add a row in the table The Dynamic settings table is For examples on using dynamic parameters, see Reading data from databases through context-based dynamic connections and Reading data from different MySQL databases using dynamically loaded connection parameters. For more information on Dynamic |
Related scenarios
For related scenarios, see:
Check Inserting data in mother/daughter tables as well if you want to analyze a set of records from a database table or DB query and
return single records.