How to import oracle sequence into Informatica?
Answers were Sorted based on User's Feedback
Answer / dr.jornalist
with the help of Stored procedures as well as SQL Override
| Is This Answer Correct ? | 15 Yes | 2 No |
Answer / abhishek
yes first answer is right but through unconnectet lookup
also we can import sequence into informatica
| Is This Answer Correct ? | 5 Yes | 3 No |
write a sql query following source? subject mark maths 30 science 20 social 80 requird output maths science social 30 20 80
How do you take care of security using a repository manager
Can we use unconnected lookup as dynamic lookup?
5 Answers ITC Infotech, TCS, Wipro,
CANNOT USE PARAMETER FILE! Hi all, I am trying to use parameter file for my workflow. This could help me to filter records where CITY = 'Portland' Following is what I have done: **in Designer - create new parameter : $$PARA_FIL, Parameter, String, IsExprVar=TRUE, Initial value = [empty] - Source Qualifier/ Properties/Source Filter: CUSTOMERS.CITY='$$PARA_FIL' **Create Parameter file: C:\Informatica\PowerCenter8.6.0 \server\infa_shared\BWParam\DynamicParamTest.txt $$PARA_FIL='Portland' **Configure workflow to use the parameter file: Edit Workflow/Properties/Parameter Filename: C:\Informatica\PowerCenter8.6.0 \server\infa_shared\BWParam\DynamicParamTest.txt I also configured directory of parameter file for session task. However, I just got this in the session log: [SQ_CUSTOMERS] SQL Query [SELECT CUSTOMERS.CUSTOMER_ID FROM CUSTOMERS WHERE CUSTOMERS.CITY='$$PARA_FIL'] No record has been loaded to target. It seems that the parameter file has not been read. I cannot understand the reason why. Could any of you kindly suggest me anything? Thanks
How to write a procedure for a date which is in three different formats,and you want to load into datawarehouse in any single date formate
My questions is i create a two sessions for one mapping.but my requirement is if all number of source records are same as in target then execute first session or some rows are rejected due to t/r logic so session two was execute please clarify
without dynamic lookup transformation how to insert new rows and update existing rows?
I have a scenario which load the data frm single source to 2 targets as T1, T2, and T1 have a P.K and T2 have F.K relations. first data has to load in T2, and then data load to T1 if that record exist in T1... how can we acheive it?
What are the new features of the server manager in the informatica 5.0?
How i can Schdule the Informatica job in "Unix Corn Schduling tool" ?
supose if ur scr table contains alphanumeric values like 1,2,3,a,v,c in one columen like c1 n now u have load d data in 2 seperare columns like ID should contain only numbers 1,2,3 n NAME col should contain a,b,cin target?How
suppose a session is failed after a transformation , from where that session will run again , i.e . from beginning or from that transformation ?