how many new transformations are introduced in 8.1 which are
not available in 7.1?
any new transformation in 8.6?
Answers were Sorted based on User's Feedback
Answer / sbvp
HTTP T/R.
UN STURCTURED DATA T/R.
IN 8.6
NEW T/R S COMPARE WITH 7.1
JAVA T/R
SQL T/R.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / amedela chandra sekhar
java t/r
http t/r
sql t/r
chandumba2005@gmai.com
| Is This Answer Correct ? | 0 Yes | 0 No |
How are indexes created after completing the load process?
Hi Everybody, I have one fixed width file as source and 4 oracle tables (relational) as target. What are the Unit test cases i need to implement ? 1.Using TextPad software i tested postion of the field 2.As per specification i tested like whether it is correctly mapped or not? Is there any other test case do i need to implement. If possible can any one give me the test cases Advance Thanks
Which is the t/r that builts only single cache memory?
Can we change Dynamic to Static or Persistent cache? If so what happens?
What type of sorting algorithm does the Sorter Transformation use, to do its sorting Operation? 1. Bubble sort 2. Insertion sort 3. Shell sort 4. Merge sort 5. Heapsort 6. Quicksort 7. Bucket sort
if soource is having 10 records how will u insert 20 records to target
WHAT IS FACT TABLES?
Target is zero file and how can you send the email?
What is the difference between stop and abort in informatica
if we have input eno 1,2,3,1,2,3 year 2001,2002,2003,2001,2002,2003 and sal 10000,20000,30000,20000,30000,40000 ex-output eno totsal 1 30000 2 50000 3 70000
What is the exact difference b/w IN and EXIST in Oracle..?
write s sql query following table some duplicate present i want unique one column duplicate another column display? name id a 1 a 1 b 2 b 2 c 3 i want the required output like unique duplicate name id name id a 1 a 1 b 2 b 2 c 3