Hello Everyone,
We are having oracle tables as our source and targets.
We want to pick first 1000 records from source table.
If it is Oracle database,we can simply write query like
SELECT column_name(s) FROM table_name WHERE ROWNUM <= 1000;
How can we do the same thing in ODI ?
Kindly let me your comments.
Thanks in Advance.