informatica powercenter - Pull from multiple databases in the same source qualifier? -


i'm wondering if possible pull more 1 database in same source qualifier. can specify single database connection per source qualifier i'm not sure if possible.

ben,

if both same database vendor , db links set up, can use dblinks in source qualifier.

select a.col1,        b.col2   schema1.table1 a,        schema1.table2@db2 b   a.col3 = b.col4; 

but if heterogeneous databases, think best way implement create 2 different source qualifiers (or different ups based on requirement , number of columns) , use parameter file / session mention different connections.


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -