i have oracle table A and target B. i don't know how many
records. i want get get last record in table A as first record
in target table B. write a sql query?
Answer Posted / mr lee
Select * From Table A Where ROWID = (Select Max(ROWID) From
Table A
Union
Select * From Table B Where Rownum = 1
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is index?how it can work in informatica
How to partition the Session?
Name at least 5 different types of transformations used in mapping design and state the use of each.?
what is the complex transformation you used in informatica
Hi, There is a session in my workflow which is running for a long time, atlast we found the cause is the missing index. My session is running via a stored procedure. Can I create an Index on the table which the stored procedure is using while my session is running? Please suggest. My Informatica version is PC 8.0.6 My Oracle APPS is 11.5.3. Thanks,
How can you validate all mappings in the repository simultaneously?
In informatics server which files are created during the session rums?
Explain joiner transformation in informatica
How to create Target definition for flat files?
What are the reusable transformations?
What is an aggregator transformation?
What are the different ways to implement parallel processing in informatica?
What is mapping debugger?
How to elaborate tracing level?
Which version configuration tool used in ur project?