What is parameter file?
Answers were Sorted based on User's Feedback
Answer / swetha
Parameter file is to define the values for parameters and
variables used in a session.A parameter file is a file
created by text editor such as word pad or notepad.
yoU can define the following values in parameter file
Maping variables
session parameters.
| Is This Answer Correct ? | 1 Yes | 0 No |
Mapping Parameter is a constant value that can be defines in
before mapping run.
Mapping parameter file is created using Notepad or wordpad
with the extension of .txt or .prm.
If i wrong means mail to me chandranmca2007@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
SRC1 -> EXP -> AGGR -> TGT SRC2 -> EXP -> Above is a maaping with two pipeline connected to the taret TGT. Design wise is this design is correct or not ?
What is exact use of 'Online' and 'Offline' server connect Options while defining Work flow in Work flow ?
Differentiate between reusable transformation and mapplet.
get me output as if input is like 1 x o/p-->1 x,y,z 1 y 2 a,b 1 z 3 c 2 a 2 b 3 c
Why can't we use few transformations in mapplet ? like xml and target defintions, seq etc ?
what are challenges that you faced in testing? give solution to it?
How to use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
If you done any modifications for a table in back end does it reflect in informatca warehouse or maping?
In Lookup transformation a sql override should be done and disable the cache how do you do this procedure?
On a day, I load 10 rows in my target and on next day if I get 10 more rows to be added to my target out of which 5 are updated rows how can I send them to target? How can I insert and update the record?
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM
what is left outer join?