-
How to recover a control file that is removed using rm ?
Instead of m_ filename if we do a rm filename by mistake and want to recover that control file, how do we do it? can it be done using a checkpoint, if yes how and is there another way?
-
Rollup Process
If a file contains 100 records and in that 5 depts. If I use rollup to process that file, How many time rollup will be called and how many times finalize will be called?
-
Not Selecting Lookups Record
I have data like below.
source file:
EmpID sal
A 1000
B 2000
C 3000
D 4000
Lookup File
EmpID
A
B
Output File
EMPID Sal
C 3000
D 4000
I want empId, sal of employees those not present in lookup file -
Multifiles with Join
What is behavior of join with multifiles if I use Join via common key in both files and if the key is different what is the result?
-
Design Documents
What are HLD and LLD documents? What do they contain?
-
Installation of Ab Initio in Windows
HI,I've installed GDE 2.8 on windows Xp,and our database running as oracle9i,how do we install co-operating system... and on the same machine informatica server& client also running.does it matter of informatica software exists where abinitio gonna installed...pls do let me know the steps of installation process of Abinitio.Thanks,SindhuReddy
-
Phase verses Checkpoint
Difference between a phase and checkpoint as far as i know it something related with how temporary files containing the data landed to disk is handled.that is phases are used to break up a graph so that it does not use up all the memory , it reduce the no of component running in parallel hence improves the performances (used for performance fine tuning, by managing the resource in perfect manner)Check...
-
-
Dependency Analysis
What is Dependency Analysis? Why it is done? Example with an example?
-
To connect same graph having 2 phases but to run in different database
Can you please help me to understand how to connect to belonging to different database
1) How can we create have 2 dbc in same environment (Here users are different so think it would be easy to have dbc as its same server(IP))
2) What if the server are different machine how can we connect same abintio instance. -
Sorting using reformat component in Abinitio
Can i sort the data using reformat component in Abinitio, If yes,Then how?
-
Metadata level programming
How can we do metadata level programming in dml itself to remove blank lines from a file
-
-
Ab inito on Hadoop
Which version of ab inito works with hadoop with push down mechanism (Job gets executed on hadoop). Describes how it works.
-
Ab Initio - Counting Records
Using ROLLUP in Ab Initio, need to count the number of sites for each account e.g.
Input file:
SiteId, AcctId, Address
675765, 1, Smit Street
768768, 2, Orange Road
767876, 1, New Road
989898, 1, Jones Street
878787, 3, Ele Lodge
118768, 2, Red Street
Output:
AcctId, NoOfSites
1, 3
2, 2
3, 1 -
Output Index
What is output index? How does it work in reformat?Does below function show Output index in useoutput:1:if(in.emp.sal
-
Syntax for Year checking and Processing Date
I have a scenario like, I am getting a date field from input in MMDDYY format and I have to check for same year as processing year then I should pass "", else if the input date is to previous year to processing date and less than 0301 then I should pass Y.
How to check and process the date? -
Sort data using reformat
How can i sort the data using reformat component in Abinitio?
-
Normalize Index Value
How does the Index value come from in Normalize and when the vector element is not fixed length how does the length of() function in Normalize work
-
Abinitio Graphs
How will you test the abinitio graphs?
Abinitio Interview Questions
Ans