What is operational data source (ODS)?
Answers were Sorted based on User's Feedback
Answer / tadikonda
ODS captures Day to day transactions .and u can generate
report on ODS
| Is This Answer Correct ? | 24 Yes | 7 No |
Answer / mln
thsi is the data base used to captur daily business
activites and this is normalized databse.
| Is This Answer Correct ? | 22 Yes | 9 No |
Answer / bidhar
ODS can be described as a snap shot of the OLTP system.It
acts as a source for EDW(Enterprise datawarehouse).ODS is
more normalised than the EDW.Also ODS doesnt store any
history.Normally the Dimension tables remain at the ODS
(SCD types can be applied in ODS)where as the Facts Flow
till the EDW.
More importantly Client report reqiurements determing what
or what not to have in ODS or EDW.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / rajshekhar
ODS is nothing but a staging area, in which you can keep
your OLTP type data like your day to day transactional data.
it is fully normalizied.
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / shivangi
ods(operation data source) is a main component of data
warehose which collects the data from different sources like
departmental data held by proprietary file systems etc.........
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / lakshmi
ODS : Operational Data Source. IT is just like OLTP. It will
maintain day to day transactions. In Some Organizations will
consider this as Data Back up or Data Recovery. When we are
loading the data we will take ODS tables as Source tables.
IT is Fully Normalized. Since it is normalized retrieving
the data will take time.Depend on the Organization they will
refresh the ODS.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / arun kumar
ODS is nothing but a staging area, in which you can keep
your OLTP type data like your day to day transactional data.
it is fully normalizied.
| Is This Answer Correct ? | 3 Yes | 4 No |
how will u get 1 and 3rd and 5th records in table what is the query in oracle please help me
How to handle decimal places while importing a flatfile into informatica?
what is datamart
source table have 3 records? and it is sucessfully loaded into target. and 4more records is added in to source .that means 7 records now in source. we have to load the remaining 4 records into the same trgt table with maintian top 3 records. how ?can any one give me the data flow of this logic plz?
Can yoU use the maping parameters or variables created in one maping into another maping?
what is runtime variable?
Which transformation should we use to normalise the COBOL and relational sources?
what is a transforamation?
How we will implement Pushdown Optimization and Types in Informatica with better examples
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
What is the exact difference b/w IN and EXIST in Oracle..?
How to join three sources using joiner?