Can anyone tell me how to create time dimension? Do we have to use type1,2,or3 for creating time dimension or we can just create it by using only expression transf and a date column from the source? Thanks in advance.
RE: Can anyone tell me how to create time dimensi...
hi monica
we can create time dimension in 2 different ways
1) using Oracle In oracle database we have to create a procedure...to load the time and calendar dimension.By just executing EXEC procedure name(with parameter list) we can load the time dimension at database level. 2) using Informatica we can create a stored procedure at database level and can include it in the informatica mapping using stored procedure transformation.
In our project we have loaded Time dimension at database level only which is very easy and fast.