what are objects in data warehouse?
Answers were Sorted based on User's Feedback
Answer / niranjana
Datawarehouse objects are Dimension tables,Fact tables,Unique identifiers and relationships
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / manju
Sources, Targets, Mappings, Mapplets, sessions, workflows,
worklets, tables, views, sequences,procedures, cursors... are
objects part of data warehouse.
| Is This Answer Correct ? | 3 Yes | 6 No |
What is A complex mapping?
what is song in infrmatica...?
Hi Friends, How i could convert a cobol file (VSAM) into the flat file? How i could edit a cobol source file (VSAM)? I want to introduce few columns in the source file and finally the target should be in the Cobol itself. Kindly suggest me friends. Thanks in Advance, Innai
what are the settiings that u use to cofigure the joiner transformation?
Can we use the mapping parameters or variables created in one mapping into any other reusable transformation?
What is the function of look up transformation?
how can u avoid duplicate rows in flat file?
what are 3 tech challenges/ common issues you face?
what is curr val use for in sequence generator?
I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?
without dynamic lookup how to insert new rows and update existing rows?
Converting Rows to columns I have Relational source like his. JAN FEB MAR APR 100 200 300 400 500 600 700 800 900 100 200 300 I need to convert these rows into columns to the targe. MONTH TOTAL JAN 1500 FEB 900 MAR 1200 APR 1500 Please experts help me