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 |
How to join three sources using joiner?
What is repository manager?
what is data driven?
How to call stored Procedure from Workflow monitor in Informatica 7.1 version?
Hi Friends, How i could convert a cobol file (VSAM) into the flat file? How i could edit a cobol source file (VSAM)? I want to introduce few columns in the source file and finally the target should be in the Cobol itself. Kindly suggest me friends. Thanks in Advance, Innai
In ur current projectu have done any performance tuning of mappings?
To import the flat file definition into the designer where should the flat file be placed?
what we require for D.modelling?
Whether Aggrigator transformation ignore the null values or consider the null values ? Advance Thanks, Manojkumar
how can you load data into target table without leading zeor's
How do you manage the Parameter files while migrating your data from one environment to another environment?
we have to use order by,where,having we to implement sql query