Hi,
I have a simple requirement. I am not sure what's the best way to do it.
I have type 2 dimensions in my target DB (Oracle) with EFFECTIVE_FROM and EFFECTIVE_TO date columns. We want to poplulate these with database server system date and not the Informatica server system date. What is the best way to populate these columns? I can do lookup on DUAL table to get SYSDATE from the database in my mappings, but it will be done for every record I process which is not necessary since the date will be the same for all the records processed in one session execution.
Thanks.
I have a simple requirement. I am not sure what's the best way to do it.
I have type 2 dimensions in my target DB (Oracle) with EFFECTIVE_FROM and EFFECTIVE_TO date columns. We want to poplulate these with database server system date and not the Informatica server system date. What is the best way to populate these columns? I can do lookup on DUAL table to get SYSDATE from the database in my mappings, but it will be done for every record I process which is not necessary since the date will be the same for all the records processed in one session execution.
Thanks.