i have two sources both is oracle database . one is coming
from USA database and another one is coming from U.k
database .i am using source qualifier transformation to join
this.as that time in session level source properties which
path i need to give to retrieve that data.
thanks
bala
09619894486
Answers were Sorted based on User's Feedback
Answer / zer0
As far as I understand, you have 2 databases (both oracle).
You are trying to join table in say database1 (US) with
table in database2 (UK) using Source Qualifier. If you
really want to join using SQ, then create a view of the
table in db1 into db2 and then try joining the view and the
table in db2. Then in the session you will need to give the
connection setting of only db2.
If you dont like the view idea try using Joiner
Transformation. Joiner Transformation is a stright forward
method in Informatica.
Please let me know if it works.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / raj
Even we can achieve this by using DBlink concept
for eg:CREATE DATABASE LINK local
CONNECT TO hr IDENTIFIED BY hr
USING 'local';
here
local is an instance name and hr is a schema name, now you
can access both the databases at a single database and you
can give one single source connection in the session
properties..
| Is This Answer Correct ? | 5 Yes | 2 No |
What are some examples of informatica etl programs?
how to connect two or more table with single source qualifier?
How to prepared lld.can any one tell me detailed explanetion.
How to eliminate duplicates in FF and oracle both
Explain what is informatica metadata and where is it stored?
what is data driven?
my source having 10 records but how can i load 20 records in target, i am not bother about duplicates?
Did u used latest transformations of 8.6.0? for what?
explain abt joiner t/r?
During the running session, output files are created by informatica server. Enlist few of them.
What is union transformation?
what is the logic will you implement to laod the data in to one factv from 'n' number of dimension?