How to write a procedure for a date which is in three
different formats,and you want to load into datawarehouse in
any single date formate
Answer Posted / vaibhav bhandeo
Use to_date function in an expression. This will allow you
to change any date's format into other one.
Ex:
to_date('070903', 'yyyy/mm/dd') would return a date value
of 2003/07/09.
to_date('20020315', 'yyyy/mm/dd') would return a date value
of 2003/07/09.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is source qualifier transformation in informatica?
What are the uses of etl tools?
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM
Briefly define reusable transformation?
can u give example for factless fact table
list out all the transformations which use cache?
Does an informatica transformation support only aggregate expressions?
What is joiner transformation in informatica?
Tell me about Propagate functions in informatica
Can we change Dynamic to Static or Persistent cache? If so what happens?
Dimension Object created in Oracle can be imported in Designer Cubes contain measures
Target increases every day even though no new record was inserted
What is different between the data warehouse and data mart?
how to load dimension table and fact table. plz tell me the steps.
Quickly characterize reusable change?