InterviewSolution
| 1. |
What Is Transactional Ods? |
|
Answer» A TRANSACTIONAL ODS object differs from a standard ODS object in the way it PREPARES data. In a standard ODS object, data is stored in different versions (ACTIVE, delta, modified); whereas a transactional ODS object contains the data in a single VERSION. Therefore, data is stored in precisely the same form in which it was written to the transactional ODS object by the application. A transactional ODS object differs from a standard ODS object in the way it prepares data. In a standard ODS object, data is stored in different versions (active, delta, modified); whereas a transactional ODS object contains the data in a single version. Therefore, data is stored in precisely the same form in which it was written to the transactional ODS object by the application. |
|