what is the command to get the list of files in a directory
in unix?
Answers were Sorted based on User's Feedback
Answer / usha
ls gives list of files
ls -ltr give all the detail information about the files
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / simrans
Ls is the right answer
Ls -ltr is list all the file in long format time in
reverse order
Is This Answer Correct ? | 2 Yes | 0 No |
how can one eliminate dupliacte data with out using distinct option?
lookup is passive y can't it be active? let us say i have some records in my source like 101,rohit,1000 101,rohit,1000 102,kumar,2000 like wise now as it is having multiple matches i return only first,last value it can't return bouth the values that means lookup is acting as select distinct right by default what means it is active?
I am new to informatica and learning it,can anybody please tell me how we receive source as flat file in informatica,from where we get this flat file?
What does cheating measurement mean?
What are active transformations.
in which situations do u go for scds ?
MY SOURCE IS LIKE THIS VENKATESH,101||RAJESH,102||SIVA,103||SWATHI,104 MY REQUIRMENT IS NAME ID VENKATESH 101 RAJESH 102 SIVA 103 SWATHI 104 PLEASE PROVIDE ME THE SOLUTION
what are testing in a mapping level please give brif eplanation
HOW DO YOU CONNECT TO REMOTE SERVER ?
when we dont use aggregator in mapping ?
if the session fails after 100 records agian we have to starts the session or we go for recovery session
If my source is having 30 million records, so obviously the cache could not be allocated with sufficient memory. What needs to be done in this case?