Hi how to import oracle sequence in Informatica?
Please write stored procedure code that will import oracle
sequence in Informatica SP transformation as per below
scenario Oracle table product list
Pro_id, pro_name
101, LED Lights.
102, 20watt CFL Lights.
103, 30 watt CFL lights
Now a new flat file with new product list needs to be added
to oracle table product list with oracle sequence.
flat file product
Prono,pro_name,
1, 20 watt tube light
2, 30 watt tube light
& target should be like
101, LED Lights.
102, 20watt CFL Lights.
103, 30 watt CFL lights.
104, 20 watt tube light
105, 30 watt tube light


thks reg
suvarna joshi
suvarnaatsuvarna@rediffmail.com


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

How do I partition a table in sql?

0 Answers  


what are local and global variables and their differences? : Sql dba

0 Answers  


Give which cursor is better for better performance means type of cursors?

2 Answers  


What is the difference between having clause and where clause?

0 Answers  


What are sql injection vulnerabilities?

0 Answers  






Define overloaded procedure?

0 Answers  


How to avoid using cursors? What to use instead of cursor and in what cases to do so?

0 Answers  


What are the different sql languages?

0 Answers  


What is the need of merge statement?

0 Answers  


Explain how to use transactions efficiently : transact sql

0 Answers  


What is db journal file?

0 Answers  


What is gpt format?

0 Answers  


Categories