Using the SQL Transformation in an Informatica Developer Mapping

Using the SQL Transformation in an Informatica Developer Mapping

Advanced Properties

Advanced Properties

When you configure advanced properties, the Developer tool changes the ports or port datatypes in the SQL transformation. Configure advanced properties before you configure the ports.
Configure the following properties in the Advanced tab of the Orders_SQL transformation:
Database type
The database type is Oracle. When you define ports, you can choose port datatypes that are applicable for Oracle.
Continue on Error Within Row
Disable. Stop processing if an error occurs in the row.
Include Statistics as Output
Disable. The Orders_SQL SQL transformation updates one row in the Sequence_Number table for each row that the SQL transformation reads. You might enable the Include Statistics as Output when the SQL statement inserts, updates, or deletes multiple table rows for each input row.
Query
The Advanced Properties view shows the SQL query that you define in the SQL Editor. Define the query in the SQL view instead of the Advanced Properties view.
The Connection Type and SQL Mode properties are read-only. The connection type is static. The SQL transformation connects one time to the database with the connection object that you configure in the SQL transformation run-time properties. The SQL Mode is query. The SQL transformation runs a query that you define in the transformation.

0 COMMENTS

We’d like to hear from you!