Wednesday, 16 April 2014

Informatica Transformations 2

Transformations can be Connected or UnConnected to the data flow.

Connected Transformation:

Connected transformation is connected to other transformations or directly to target table in the mapping.
UnConnected Transformation:

An unconnected transformation is not connected to other transformations in the mapping. It is called within another transformation, and returns a value to that transformation.

No comments:

Data Sharing

  1. Create Share CREATE SHARE my_share; 2. Grant privileges to share GRANT USAGE ON DATABASE my_db TO SHARE my_share; GRANT USAGE ...