tInformixSP
Centralises and calls multiple and complex queries in a database.
tInformixSP calls procedures stored in a database.
tInformixSP Standard properties
These properties are used to configure tInformixSP running in the Standard Job framework.
The Standard
tInformixSP 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 |
Property type |
Either Built-in or |
 |
Built-in: No properties stored |
 |
Repository: Select the repository |
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 |
Host |
Database server IP address. |
Port |
Listening port number of DB server. |
Database |
Name of the database. |
Schema |
Name of the schema. |
Username and |
User authentication information. To enter the password, click the […] button next to the |
Instance |
Name of the Informix instance to be used. This information can |
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 |
Enter the exact name of the stored procedure (SP). |
Is Function / Return result |
Select this check box if only one value must be returned. From the list, select the the schema column upon which the value |
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 |
Use Transaction |
Clear this check box if the database is configured in the NO_LOG |
Advanced settings
Additional JDBC parameters |
Specify additional connection properties for the DB connection you |
tStatCatcher Statistics |
Select this check box to collect log data at a component |
Usage
Usage rule |
This is an intermediary component. It can also be used as an entry |
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 |
Limitation |
The stored procedure syntax must correspond to that of the This component requires installation of its related jar files. |
Related scenarios
For related scenarios, see:
Also, see Inserting data in mother/daughter tables if you want to analyse a set of records in a table or SQL query.