Informatica Faqs
Informatica Faqs
3. What is a Shortcut and What is the difference between a Shortcut and a Reusable
Transformation?
4. What is difference between source based commit) and target based commit?
5. what types of Errors occur when you run a session, can you describe them with
real time example
11. How to append records in flat file using Informatica?For eg : In Datastage we can
append the records in flat file(sequential file) using the options i) overwrite the
existinf file.ii) Append the existing file.
13. how to get the first 100 rows from the flat file into the target?
21. How can we delete duplicate rows from your source in mapping without using
SELECT DISTINCT option in source qualifier?
22. What is Target Update Override? What is the Use ?
23. When we are having data in the target table and there are no primary key or
foreign key mentioned in the target table then how will you update as well as insert
the data?
24. 1.how to enter same record twice in target table? give me syntax.2. how to get
particular record from the table in informatica?3.how to create primary key only on
odd numbers?4. how to get the records starting with particular letter like A in
informatica?
25. How can you join two tables without using joiner and sql override
transformations?
28. What is the difference between SQL Overriding in Source qualifier and Lookup
transformation?
33. What are Meta Data Extenstions used in an informatica mapping? What is the
significance,usage and how informatica handles them?
34. In your mapping using sequence generator transformation, the limitation of the
transformation is it generates key values only around 2 million. If it is more than 3
million records are there in your source, how will you generate key values and load
into target.
35. why do we need lookup sql override? Do we write sql override in lookup with
special aim?
43. In case of use of dynamic lookup cache in a lookup transformation, the lookup
cache gets updated first and then the target table. What happens if the target table
rejects a row after it is updated in the Cache?
49. How do you maintain Historical data and how to retrieve the historical data?
54. what is the difference between source qualifier transformation and filter
transformation?
55. What r the diffrence between joiner transformation and source qualifier
transformation?
U can join hetrogenious data sources in joiner transformation which we can not
achieve in source qualifier transformation. U need matching keys to join two
relational sources in source qualifier trans
56. why do we use reusable sequencegenerator transformation only in mapplet?
59. when we create a target as flat file and source as oracle.. how can i specify first
rows as column names in flat files..
62. What are the locks with respect to mappings?How do you manually lock or unlock
the mappings for chages?
64. How to read rejected data or bad data from bad file and reload it to target?
65. Discuss the advantages & Disadvantages of star & snowflake schema?
66. Can U use the maping parameters or variables created in one maping into
another maping?
67. If i done any modifications for my table in back end does it reflect in informatca
warehouse or maping desginer or source analyzer?
NO. Informatica is not at all concern with back end data base.It displays u all the
information that is to be stored in repository.If want to reflect back end changes to
informatica screens, again u h
68. Suppose I have one source which is linked into 3 targets.When the workflow runs
for the first time only the first target should be populated and the rest two(second
and last) should not be populated.When the workflow runs for the second time only
the second target should be populated and the rest two(first and last) should not be
populated.When the workflow runs for the third time only the third target should be
populated and the rest two(first and second) should not be populated.Could any one
69. total how many joiner transformations needed to join 10 different sources.(recent
tcs intervie w question)
70. How do you migrate from one environment to another like development to
production in Informatica.
76. 1)how can we delete the cache files while we using aggregator transformaation?
2)exlain about cache files handling in informatica3) there are two flat files and the
two flat files contain two fileds as states.both the flat files contain duplicates how to
eliminate this duplicates?4) can we use lookup transformation with out using source
qualifier transformation?
77. When do you use Normal Loading and the Bulk Loading, Tell the difference?
79. What is Repository size, What is its min and max size?
80. would you recommend using an orderby clause as part of a lookup sql override
for a cached lookup da
81. Have you implmented Lookup in your mapping, If yes give some example?
83. What does the first column of bad file (rejected rows) indicate? Explain
84. how do you measure slowly changing dimensions using lookup table
85. What is the difference between source definition database and source qualifier?
86. What is the logic will you implement to load data into a fact table from n
dimension tables?
88. how do you add and delete header , footer records from flat file during load to
oracle?
90. What r two types of processes that informatica runs the session?
91. Hi Allwhat is the logic will you implement to laod the data in to one factv from 'n'
number of dimension tables.
92. what is update strategy transformation ?
This transformation is used to maintain the history data or just most recent changes
in to target table.
98. What is granularity in INFORMATICA? How should be the level of granularity for a
fact table as well as for a dimension table?
106. How can U create or import flat file definition in to the warehouse designer?
U can not create or import flat file defintion in to warehouse designer directly.Instead
U must analyze the file in source analyzer,then drag it into the warehouse
designer.When U drag the flat file s
107. How do you identify existing rows of data in the target table using lookup
transformation?
Can identify existing rows of data using unconnected lookup transformation.
108. what are the main issues while working with flat files as source and as targets ?
109. can any one tell why we are populating time dimension only with scripts not
with mapping?
110. What are the challenges you have faced in your Project (DWH-ETL)? Explain with
example?
111. What r the different options used to configure the sequential batches?
Two options Run the session only if previous session completes sucessfully. Always
runs the session.
112. What is meant by named cache?At what situation we can use it?
Asked by: prakash B S
116. What will be the way to send only duplicate records to the Target?
118. In Source Qualifier and in Target I have 1,2,3 row and I want to insert 4,5
records in source and I want them in target also? What is the procedure to load
them?
123. How to run a workflow without using GUI i.e, Worlflow Manager, Workflow
Monitor and pmcmd?
126. what is the output for different groups in case of router transformation ifi. 1--
Aii.2--Biii.3--A or Biv. 4--A and Bv.5--Default
128. In the source, if we also have duplicate records and we have 2 targets, T1- for
unique values and T
In the source, if we also have duplicate records and we have 2 targets, T1- for unique
values and T2- only for duplicate values. How do we pass the unique values to T1 and
duplicate values to T2 from the source to these 2 different targets in a single
mapping?
129i was asked by the interviewer like,in the concept of mapping parameters and
variables, the variable value will be saved to the repository after the completion of
the session and the next time when u run the session, the server takes the saved
variable value in the repository and starts assigning the next value of the saved
value. for example i ran a session and in the end it stored a value of 50 to the
repository.next time when i run the session, it should start with the value
134. To provide support for Mainframes source data,which files r used as a source
definitions? COBOL files
135. What is the difference between Enterprise data warehouse and a data
warehouse ??Which all transform
136. What are the Data Cleansing Tools used in the DWH?What are the Data Profiling
Tools used for DWh?
137. What is the best way to modify a mapping if the target table name is changed?
138. What is a Materialized view? Diff. Between Materialized view and view
140. Source table has 1000 rows. In session configuration --- target Load option-- \
146. what is the main difference bw using an object from shared folder and copying
an object and using that copied object ?
147. how do you fine tune the mapping and what methods we follow for different
types of transformations?
148. in realtime which one is better star schema or snowflake star schemathe
surrogate will be linked to which columns in the dimension table.thanks in advance
149. Can u use the maping parameters or variables created in one maping into any
other reusable transformation?
Yes.Because reusable tranformation is not contained with any maplet or maping.
150. Can we update target table without using update strategy transformation? why?
151. What is the difference between SQL override in Source Qualifier and SQL
override in Look up transformation.
152. What is the difference between power connect and power centre? What is the
use of power connect.
154. What is source based commit and target based commit with an example ? What
is the background process that wil be done if you select source based commit or
target based commit ?
155. What does Check-In and Check-Out option refer to in the mapping designer?
Asked by: sanghala
156. can any body write a session parameter file which will change the source and
targets for every session. i.e different source and targets for each session run. thx in
advance
158. For homogeneous sources we use Source Qualifier to join the sources? Why not
the joiner transformation.
159. If a Mapping is running slow, What steps you will take, to correct it?
160. How to delete duplicate rows in flat files source is any option in informatica
161. How to create slowly changing dimension in informatica?
162. How do you recover a session or folder if you accidentally dropped them?
165. If a session fails after loading of 10,000 records in to the target.How can u load
the records from 10001 th record when u run the session next time in informatica
6.1?
166. What is the difference between Power Centre and Power Mart?What is the
procedure for creating Independent Data Marts from Informatica 7.1?
167. What are the general reasons of session failure with Look Up having Dynamic
Cache?
168. How do we estimate the depth of the session scheduling queue? Where do we
set the number of maximum concurrent sessions that Informatica can run at a given
time?
170. Where should U place the flat file to import the flat file defintion to the designer?
172. What is tracing level and what r the types of tracing level?
Tracing level represents the amount of information that informatcia server writes in a
log file. Types of tracing level Normal Verbose Verbose init Verbose data
174 What happens when the session stops half way while loading? How to join a flat
file without matching keys in RDBMS?
179 what is the mapping for unit testing in Informatica, are there any other testings
in Informatica, and how we will do them as a etl developer. how do the testing people
will do testing are there any specific tools for testing
182. How to parse characters using functions in the expression transformation. For
example if a column has character like mgr=a. I have to parse the character 'mgr='.
Which function should I use?
193. What is the exact difference between joiner and lookup transformation
195. Explain about Informatica server process that how it works relates to mapping
variables?
196. What are the steps involved in to get source from OLTP system to staging area
199. what are steps invovlved in connecting OLTP system to DATAWARE HOUSE to
get the souce from OLTP system
200. How many mappings you have done in your project(in a banking)?
204. 1)What are the various test procedures used to check whether the data is
loaded in the back end, performance of the mapping, and quality of the data loaded
in INFORMATICA.2) What are the common problems developers face while ETL
development
207. In my source table 1000 rec's are there. I want to load 501 rec to 1000 rec into
my Target table ?
212. How do we lookup data in the target and the source to compare them without
using lookup transformation? basically i mean getting lookup functionality without
using lookup transformation?thank you
213. We can insert or update the rows without using the update strategy. Then what
is the necessity of the update strategy?
215. Hello,I was asked this question in an interview,Where did you implement SCD2
and what was the transformations used.What was the complex transformations did
you use.Answers please........
216. Hi ,About Informatica Power center 7:1) I want to Know which mapping
properties can be overridden on a Session Task level.2)Know what types of
permissions are needed to run and schedule Work flows.Someone can help me?
Thank you.
217. write a query to retrieve the latest records from the table sorted by
version(scd).
218. what s an ODS? what s the purpose of ODS?s that a logical database that stores
extracted data from source ?
219. Is it possible to execute work flows in different repositories at the same time
using the same informatica server?
221. What are the Differences between Informatica Power Center versions 6.2 and
7.1, also between Versions 6.2 and 5.1?
222. hii. this question was asked in accenture interviewIf ur having source table in
which there are records of 10 different countries and ur havig 10 target tables so tell
me how should we load the individual data of country in individual table.i know that
we can do this using router transformation but i m not able to make it so plz can
anyone help me in this.regardsTarang Jain
223. How Can we join one relational table and one flat file without having common
key using joiner transoformation? Is it possible to join without common key to join
using joiner transformation?
226. hi, how we validate all the mappings in the repository at once
234. What's the difference between source and target object definitions in
Informatica?
235. What are variable ports and list two situations when they can be used?
238. how do u check the source for the latest records that are to be loaded into the
target.i.e i have loaded some records yesterday, today again the file has been
populated with some more records today, so how do i find the records populated
today.
239. What is the purpose of using UNIX commands in informatica. Which UNIX
commands are generally used w
What is the purpose of using UNIX commands in informatica. Which UNIX commands
are generally used with informatica.
240. what is the difff between static cache and dynamic cache in which scenario do
we use them .give the
241. Kindly suggest how to install and configure Informatica in Unix. I have installed
informatica in Windows 2000 can I use the same CDs to install in unix ..
243. hi... this was asked in acccenture interview can anyone plz tell me the
answerwhat is the difference between informatica 7.1 and 8.1
244. what is the logic will you implement to load the data in to one fact from 'n'
number of dimension tables.
249 1. While executing an FTP command in a Shell script, we get following error :
TM_6056 Error executing shell command [FILE_TRANSFER.sh]. Return code is [256].
2. From experience we know that this is due to FTP failure. Resolution is to first
resolve the FTP error & then re-start the workflow/server.
3. I want to know what is the method of getting more details & resolution for such
"Return Codes" (256 or any other) ?
251. where from we get the source data or how we access the source data
252. how many types of sessions are there in informatica.please explain them.
255. What r the basic needs to join two sources in a source qualifier?
Two sources should have primary and Foreign key relation ships. Two sources should
have matching data types.
257. You transfer 100000 rows to target but some records get discard. How wil you
trace them? and where its get loaded?
258. when do u we use dynamic cache and when do we use static cache in an
connected and unconnected lookup transformation
270. What is the optimum method to load five flat files with same structures into
target? What is meant
273. What is exact use of 'Online' and 'Offline' server connect Options while defining
Work flow in Work flow monitor? . The system hangs when 'Online' server connect
option. The Informatica is installed on a Personal laptop.
275 how to write a filter condition to get all the records of employees hired between
any two given dates.
277. I have an requirement where in the columns names in a table (Table A) should
appear in rows of target table (Table B) i.e. converting columns to rows. Is it possible
through Informatica? If so, how?
279. what is the diff b/w source qualifier transformation and application source
qualifier transformation?
286. why exactly the dynamic lookup?plz can any bady can clarify it?
293. how to get 25 of 100 fields table is there any transformation available in
informatica i know route
how to get 25 of 100 fields table is there any transformation available in informatica i
know router/filter or any other?
295. E-R modelling is used for OLTP systemsDimesional modelling for data modelling
of datwarehouse.why is this so.what is the difference between E-R modelling and
dimesional modelling.thank in advance.
296. what is the difference between connected stored procedure and unconnected
stored procedure?
300. How do you create single lookup transformation using multiple tables?
304. what is the procedure to write the query to list the highest salary of three
employees?
306. what is the diff b/w STOP & ABORT in INFORMATICA sess level ?
307what is E-R modelling and why is it used for OLTP designwhat is dimesional
modelling and why is it used for datawarehouse desgn
314. how to get two targets T1 containing distinct values and T2 containing duplicate
values from one source S1.
316. What are the common errors that you face daily?
317 Target file has duplicate records, eventhough the source tables has single
records. Selecting data from 5 different SQL tables using the user defined join.
318. What Bulk & Normal load? Where we use Bulk and where Normal?
319. while Running a Session, what are the two files it will create?
321. What is JMS and what is the relation between powerconnect and JMS?
322. what is surrogate key ? how many surrogate key used in ur dimensions?
324. Is it possible to run one loading session with one particular target and multiple
types of data sources?
325. How to load data to target where the source and targets are XML'S?
327. what happens if the informatica server doesn't find the session parameter in the
parameter file?
328. How to call stored Procedure from Workflow monitor in Informatica 7.1 version
330. what is suggested method for validating fields/marking them with errors?
331. In a flat file sql override will work r not? what is the extension of flatfile.
333. 1. what is DTM process?2. what r the output files that informatica creates during
the session running?3. limitations of joiner transformations?under which conditions
we can't use joiner transformation?
334. what r the advantages and disadvantagesof a star schema and snoflake
schema.thanks in advance.
337. WHAT IS THE DIFFERENCE BETWEEN LOGICAL DESIGN AND PHYSICAL DESIGN
INA DATAWAREHOUSE
338. what is the difference between constraind base load ordering and target load
plan
339. Architectural diff b/w informatica 7.1 and 5.1?
342. Why did you use stored procedure in your ETL Application?
344. Explain in detail about Key Range & Round Robin partition with an example.
345. what are the transformations that restrict the partitioning of sessions?
*Advanced External procedure transformation and External procedure
transformation: This Transformation contains a check box on the properties tab to
allow partitioning.*Aggregator Transformation: If y Asked by: satyaneerumalla
Latest Answer: Advanced External procedure transformation and External procedure
transformation: This Transformatio...
351. what is lookup transformation and update strategy transformation and explain
with an example.Thanks in Advance
357. COMMITS: What is the use of Source-based commits ? PLease tell with an
example ?
358. What is SQL override? In which transformation we use override?
363. what is difference between dimention table and fact table and what are different
dimention tables and fact tables
364. how to create a custom transformation, can u give a realtime example where
exactly u have used it. just give some explanation why u used the custom
transformation.thx in advance
366. if source qualifier having employee details.the empid is in 5th placle and deptno
is in 7th column then. u selected sort by 2. but how the informatica server will come
know that those r the fields to sort.
368. If u had to split the source level key going into two seperate tables. One as
surrogate and other as primary. Since informatica does not gurantee keys are loaded
properly(order!) into those tables. What are the different ways you could handle this
type of situation?
372. How can you say that union Transormation is Active transformation.
378. In update strategy target table or flat file which gives more performance ? why?
379. 1) How to load the data (like refresh load, quarterly load, hourly load etc)2) what
is lookup ? (Lookup is a join is it wright or wrong)ub
380. What is the difference between materialized view and a data mart? Are they
same?
386. Can any one please tell me the architecture of Informatica and please tell me
the flow of data in Iinformatica?
388. can u explain one critical mapping?2.performance issue which one is better?
whether connected lookup tranformation or unconnected one?
389. can we eliminate duplicate rows by using filter and router transformation ?if so
explain me in detail .
390. what are the difference between view and materialized view?
394. what is the architecture of any Data warehousing project? what is the flow?
395. How can I get distinct values while mapping in Informatica in insertion?
396. whats the diff between Informatica powercenter server, repositoryserver and
repository?
Powercenter server contains the sheduled runs at which time data should load from
source to target Repository contains all the definitions of the mappings done in
designer.
397. my source is having 1000 rows. i have brought 300 records into my ODS. so
next time i want to load the remaining records. so i need to load from 301 th record.
when ever i start the work flow again it will load from the begining. how do we solve
this problem. thanks in advance kiran
398. what is surrogatekey ? In ur project in which situation u has used ? explain with
example ?
403. What is a view? How it is related to data independence?And what are the
different types of views,and what is Materialize view
404. how u will create header and footer in target using informatica?
409. How to use the unconnected lookup i.e., from where the input has to be taken
and the output is linked?What condition is to be given?
410. How to join two tables without using the Joiner Transformation.
411. Can Informatica be used as a Cleansing Tool? If Yes, give example of
transformations that can imple
Can Informatica be used as a Cleansing Tool? If Yes, give example of transformations
that can implement a data cleansing routine.
412. How do you decide whether you need ti do aggregations at database level or at
Informatica level?
413. How do we estimate the depth of the session scheduling queue? Where do we
set the number of maximum concurrent sessions that Informatica can run at a given
time?
418. How do you handle decimal places while importing a flatfile into informatica?
419. With out using Updatestretagy and sessons options, how we can do the update
our target table?
420. hello friends.Somebody ca explain me the 3 points:I want to Know :1) the
differences between using
421. where do we use MQ series source qualifier, application multi group source
qualifier. just give an
where do we use MQ series source qualifier, application multi group source qualifier.
just give an example for a better understandingthx in advance
423. 1)What are the various test procedures used to check whether the data is
loaded in the backend, performance of the mapping, and quality of the data loaded in
INFORMATICA.2) What are the common problems developers face while ETL
development
424. If you want to create indexes after the load process which transformation you
choose?a) Filter Tranformationb) Aggregator Tranformationc) Stored procedure
Tranformationd) Expression Tranformation
426. What will happen if you are using Update Strategy Transformation and your
session is configured for "insert"?What are the types of External Loader available
with Informatica?If you have rank index for top 10. However if you pass only 5
records, what will be the output of such a Rank Transformation?
427. how do u check the source for the latest records that are to be loaded into the
target.i.e i have loaded some records yesterday, today again the file has been
populated with some more records today, so how do i find the records populated
today.thanks in advance
428. how can we join the tables if the tables have no primary and forien key relation
and no matchig port to join?
429. if the workflow has 5 session and running sequentially and 3rd session hasbeen
failed how can we run again from only 3rd to 5th session?
434. hi Gurus, I was working in SQL server, now i got an golden opertunity to work in
INFORMATICA. I have lots of (silly) Questions to build my Career, so pls guide me
properly. I will ask lots of questions....What is the process flow of informatica, Thanks
in advance
437. Two relational tables are connected to SQ Trans,what are the possible errors it
will be thrown?
438. what is worklet and what use of worklet and in which situation we can use it
440. Partitioning, Bitmap Indexing (when to use), how will the bitmap indexing will
effect the performan
441. 1]In certain mapping there are four targets tg1,tg2,tg3 and tg4.tg1 has a
primary key,tg2 foreign k
1]In certain mapping there are four targets tg1,tg2,tg3 and tg4.tg1 has a primary
key,tg2 foreign key referencing the tg1's primary key,tg3 has primary key that tg2
and tg4 refers as foreign key,tg2 has foreign key referencing primary key of tg4 ,the
order in which the informatica will load the target?2]How can I detect aggregate
tranformation causing low performance?
443. there are 3 depts in dept table and one with 100 people and 2nd with 5 and 3rd
with some 30 and so. i want to diplay those deptno where more than 10 people exists
445. How can we join 3 database like Flat File, Oracle, Db2 in Informatrica
446. Hi,In Power Center 7.1.2 how can we take a Backup of a Versioned Repository
such that I get a Non-Versioned Repository when i restore it.I need a way to get a
non-versioned repository from a versioned one.Creating a new Repository(Non-
Versioned) and then copying all the folders is an option.But is there any other better
way...?
447. What is difference between partioning of relatonal target and partitioning of file
targets?
If u parttion a session with a relational target informatica server creates multiple
connections to the target database to write target data concurently.If u partition a
session with a file target the
452. can any one tell me how to run scd1 bec it create two target tables in mapping
window and there are only one table in warehouse designer(means target).. so if we
create one new table in target it gives error..thanks in advance
453. In my source table 1000 rec's r there.I want to load 501 rec to 1000 rec into my
Target table ?how can u do this ?
454. What are the properties should be notified when we connect the flat file source
definition torelational database target definition?
455. I have a situation here to load the Table into informatica.I have 5 temporary
tables as sources. They look like:Table1: (K - Key, N-Null, X,Y,Z - values)K1 X N N N
NK2 X N N N N--------------------------Table2: K1 N X N N NK2 N X N N
N--------------------------the other 3 tables are in the same way. But there can be a
situation like any of the table can contain duplicates like:K1 X N N N NK1 Y N N N
N--------
456. what are the different types of transformation available in informatica. and what
are the mostly us
what are the different types of transformation available in informatica. and what are
the mostly used ones among them
459. How to view and Generate Metadata Reports(for a particular session would like
to generate a report which shows source table , source column and related target
table , target column) in informatica?
460. What is the diff b/w Stored Proc (DB level) & Stored proc trans (INFORMATICA
level) ?again why should we use SP trans ?
461. Which tool U use to create and manage sessions and batches and to monitor
and stop the informatica server? Informatica server manager.
464. what are the real time problems generally come up while doing/running
mapping/any transformation?can any body explain with example.
465. how to load the data from people soft hrm to people soft erm using informatica?
468. What is exact use of 'Online' and 'Offline' server connect Options while defining
Work flow in Work flow monitor? . The system hangs when 'Online' server connect
option. The Informatica is installed on a Personal laptop.
469. while running multiple session in parallel which loads data in the same table,
throughput of each session becomes very less and almost same for each session.
How can we improve the performance (throughput) in such cases?
470. what are the enhancements made to Informatica 7.1.1 version when compared
to 6.2.2 version? 471. explain use of update strategy transformation
474. How can you delete duplicate rows with out using Dynamic Lookup? Tell me any
other ways using lookup delete the duplicate rows?
475. Could anyone please tell me what are the steps required for type2
dimension/version data mapping. how can we implement it
476. what is the mapping for unit testing in Informatica, are there any other testings
in Informatica, and how we will do them as a etl developer. how do the testing people
will do testing are there any specific tools for testing
479. In a joiner trasformation, you should specify the source with fewer rows as the
master source. Why?
480. What are the various test procedures used to check whether the data is loaded
in the backend, performance of the mapping, and quality of the data loaded in
INFORMATICA.
481. what are mapping parameters and varibles in which situation we can use it
482. Talk about the Kimball vs. Inmon approaches.Talk about the concepts of ODS
and information factory.Talk about challenges of real-time load processing vs. batch.
483. Waht are main advantages and purpose of using Normalizer Transformation in
Informatica?
484. Can any one explain real time complain mappings or complex transformations in
Informatica.Specially in Sales Domain.
489. What is the default source option for update stratgey transformation?
Data driven.
491. What is the difference between Narmal load and Bulk load?
492. Can i use a session Bulk loading option that time can i make a recovery to the
session?
494. I have an requirement where in the columns names in a table (Table A) should
appear in rows of target table (Table B) i.e. converting columns to rows. Is it possible
through Informatica? If so, how?
496. What is Micro Strategy? Why is it used for? Can any one explain in detail about
it?
505. what are cost based and rule based approaches and the difference
508. what is difference between lookup cashe and unchashed lookup?Can i run the
mapping with out starting the informatica server?
512. what is the best way to show metadata(number of rows at source, target and
each transformation level, error related data) in a report format
514. How do I import VSAM files from source to target. Do I need a special plugin
516. How the informatica server increases the session performance through
partitioning the source?
For a relational sources informatica server creates multiple connections for each
parttion of a single source and extracts seperate range of data for each
connection.Informatica server reads multiple
517. What is the procedure or steps implementing versioning if you are already in
version7.X. Any gotcha\'s or precautions..
519. If you have four lookup tables in the workflow. How do you troubleshoot to
improve performance?
520. If you are workflow is running slow in informatica. Where do you start trouble
shooting and what are the steps you follow
521. How to retrive the records from a rejected file. explane with syntax or example
523. What r the options in the target session of update strategy transsformatioin?
Insert Delete Update Update as update Update as insert Update esle insert Truncate
table
524. How many ways you can update a relational source defintion and what r they?
Two ways 1. Edit the definition 2. Reimport the defintion
525. Discuss which is better among incremental load, Normal Load and Bulk load
526. In a filter expression we want to compare one date field with a db2 system field
CURRENT DATE.Our Syntax: datefield = CURRENT DATE (we didn't define it by ports,
its a system field ), but this is not valid (PMParser: Missing Operator)..Can someone
help us. Thanks
528. How can u work with remote database in informatica?did u work directly by
using remote connections?
To work with remote datasource u need to connect it with remote connections.But it
is not preferable to work with that remote source directly by using remote
connections .Instead u bring that source i
529. What is the difference between connected and unconnected stored procedures.
533. what r the settiings that u use to cofigure the joiner transformation?
Master and detail source Type of join Condition of the join
544. How do we estimate the number of partitons that a mapping really requires? Is
it dependent on the m
How do we estimate the number of partitons that a mapping really requires? Is it
dependent on the machine configuration?
546. which objects are required by the debugger to create a valid debug session?
547. What r the different types of Type2 dimension maping?
Type2 Dimension/Version Data Maping: In this maping the updated dimension in the
source will gets inserted in target along with a new version number.And newly added
dimension in source will inserted i
548. How does the server recognise the source and target databases?
549. What is the limit to the number of sources and targets you can have in a
mapping
550. Suppose session is configured with commit interval of 10,000 rows and source
has 50,000 rows.
553. How the informatica server sorts the string values in Ranktransformation
554. What is the difference between summary filter and detail filter
555. How do you transfert the data from data warehouse to flatfile?
558. What r the types of data that passes between informatica server and stored
procedure?
569. What r the new features of the server manager in the informatica 5.0?
581. In a sequential batch can u run the session if previous session fails?
584. How can u access the remote source into U’r session?