Hi all!
I have this problem using Oracle Warehouse Builder:
In my source table, i have this key:
No_usag, typ_sdu and seq_sdu. This is call a 'SDU'.
In my target table, i want more than one record by SDU, per example:
SDU NAS FEF CA
1111111111TQ0001 111111111 2002-12-31 100 000
1111111111TQ0001 111111111 2003-12-31 150 000
2222222222TQ0001 222222222 2002-12-31 54 223
The FEF field is a date generated, on per year between a date in a parameter table et the year of the SYSDATE.
So, i have to generate a record by year for each SDU.
In pl/sql i know how i would to this, but in OWB, how can i do ??????????
THANKS A LOT!! (-:
I have this problem using Oracle Warehouse Builder:
In my source table, i have this key:
No_usag, typ_sdu and seq_sdu. This is call a 'SDU'.
In my target table, i want more than one record by SDU, per example:
SDU NAS FEF CA
1111111111TQ0001 111111111 2002-12-31 100 000
1111111111TQ0001 111111111 2003-12-31 150 000
2222222222TQ0001 222222222 2002-12-31 54 223
The FEF field is a date generated, on per year between a date in a parameter table et the year of the SYSDATE.
So, i have to generate a record by year for each SDU.
In pl/sql i know how i would to this, but in OWB, how can i do ??????????
THANKS A LOT!! (-: