How do u identify or filter out a 0 byte file available in a
folder by using UNIX command?
Answer / raj
Most files of the following command output will be lock-files and place holders created by other applications.
# find ~ -empty
List all the empty files only in your home directory.
# find . -maxdepth 1 -empty
List only the non-hidden empty files only in the current directory.
# find . -maxdepth 1 -empty -not -name ".*"
| Is This Answer Correct ? | 1 Yes | 1 No |
How might one distinguish in the case of mapping is right or not without associating session?
On lookup on any table we can get only a)any value or b)last value but if i need both duplicate values How can i achieve?
Why we need XMLs?
sample mappings for scd1,scd2 and scd3
WE HAVE 10 RECORDS IN SOURCE IN THAT GOOD RECORDS GO TO RELATIONAL TARGET AND BAD RECORDS GO TO TARGET FLAT FILE ? HERE IF ANY BAD RECORDS MEANS ITS LOAD INTO FLAT FILE AND SEND AN EMAIL , IF NO BAD RECORDS MEANS NO NEED TO SEND EMAIL . PLZ HELP ME ...
Can we use Lookup instead of Joiner to join 2 tables? If yes which is faster and why?
What is the difference Between Mapping parameter and variable
Explain load alternative records / rows into multiple targets - informatica
How do we come to know the Source data/file is ready/Updated in the source location, when the session is scheduled for @12:00AM and ready to run its job ? or Can we schedule the session, when the source is updated in source location without any time constraint?
What is dimensional table? Explain the different dimensions.
i want to load data in to two targets..one is dimension table and the other is fact table?how can i load ata a time
What is a connected transformation?