• Barajar
    Activar
    Desactivar
  • Alphabetizar
    Activar
    Desactivar
  • Frente Primero
    Activar
    Desactivar
  • Ambos lados
    Activar
    Desactivar
  • Leer
    Activar
    Desactivar
Leyendo...
Frente

Cómo estudiar sus tarjetas

Teclas de Derecha/Izquierda: Navegar entre tarjetas.tecla derechatecla izquierda

Teclas Arriba/Abajo: Colvea la carta entre frente y dorso.tecla abajotecla arriba

Tecla H: Muestra pista (3er lado).tecla h

Tecla N: Lea el texto en voz.tecla n

image

Boton play

image

Boton play

image

Progreso

1/12

Click para voltear

12 Cartas en este set

  • Frente
  • Atrás
Identify two implementation strategies of changed data capture provided through ODI Knowledge Modules. (Choose two.)
A. extracting source data to flat files
B. triggers
C. Oracle GoldenGate
D. before-and-after database image comparison
B. triggers
C. Oracle GoldenGate
How does the data flow when moving records between two servers by using Database Links and an Agent installed on a middle-tier server? (Choose the best answer.)
A. from the source database into flat files that are then loaded into the target database
B. directly from the source database to the target database
C. from the source database onto the server running the Agent and then into the target database
D. from the source database into the machine running ODI Studio and then into the target database
B. directly from the source database to the target database
You are a project developer using ODI and want to consolidate your own local metadata repositories. Identify the true statement. (Choose the best answer.)
A. You must consolidate your own local metadata repositories. The local metadata must be transmitted via ftp and synchronized with a dedicated proprietary engine, creating a common metadata model for all the developers.
B. You must consolidate your own local metadata repositories. You have to invoke a dedicated web service to synchronize the metadata by using Oracle Service Bus.
C. You need not consolidate your own local metadata repositories, because the ODI proprietary metadata server allows all developers to share the common metadata of a specific project.
D. You need not consolidate your own local metadata repositories, because ODI uses a centralized relational metadata repository that all the developers share.
D. You need not consolidate your own local metadata repositories, because ODI uses a centralized relational metadata repository that all the developers share.
How should you define the Work Schema of a Physical Schema? (Choose the best answer.)
A. Use a dedicated schema such as ODI_STAGING.
B. Use TEMP.
C. Use the same schema as the Data Schema.
D. Use SYSTEM.
A. Use a dedicated schema such as ODI_STAGING.
You have been tasked with designing a Mapping that must perform an initial load and incremental updates using the same transformation logic. How should you proceed? (Choose the best answer.)
A. Create a single Mapping with two Physical Designs: one for the initial load and one for the incremental updates.
B. Create a single Mapping with a single Physical Design and modify it appropriately when an initial load is required or when an incremental update is required.
C. Create two Mappings: one for the initial load and one for the incremental updates. Duplicate the transformation logic.
D. Create a single Mapping and use variables in the Logical Design to do an initial load when required or an incremental update otherwise.
D. Create a single Mapping and use variables in the Logical Design to do an initial load when required or an incremental update otherwise.
How are the ODI repositories upgraded? (Choose the best answer.)
A. by using Opatch
B. by using ODI Studio
C. by using the import/export utilities
D. by using Upgrade Assistant
A. by using Opatch
You must run the same mapping concurrently while avoiding clashes of ODI temporary objects. How must you implement this? (Choose the best answer.)
A. Create a custom KM to handle this by using ODI variables defined at the Topology level to create unique temporary object names.
B. Use variables in the Logical Design of the Mapping to create unique temporary object names.
C. Create a custom Knowledge Module (KM) to handle this by using ODI variables to create unique temporary object names.
D. Select the Use Unique Temporary Object Names check box at the Physical Design level.
D. Select the Use Unique Temporary Object Names check box at the Physical Design level.
Which tables created by ODI contain error records? (Choose the best answer.)
A. ERR$
B. ERROR$
C. ODI_ERR$
D. E$
D. E$
Your customer wants a project in ODI, which contains a user function, to translate commands with different syntax for different technologies but with the same functionality.
How can you achieve this? (Choose the best answer.)
A. The project must be explicitly mapped within an ODI mapping.
B. A customize knowledge module is needed.
C. An ODI procedure must be associated with it.
D. It can be defined for every technology listed in the topology.
D. It can be defined for every technology listed in the topology.
If multiple changes occur on the source system but have not yet been processed by ODI, the J$ table contains entries for each change for the records sharing the same PK.
What happens at run time when a Mapping gets executed? (Choose the best answer.)
A. All distinct entries are processed.
B. Only the latest entry is processed based on the JRN_DATE field.
C. Only the first entry is processed based on the JRN_DATE field.
D. A PK violation occurs due to the duplicated entries and the entries are inserted in the E$ table.
B. Only the latest entry is processed based on the JRN_DATE field.
You want to ensure that the Physical Mapping Design cannot be modified even if the Logical Design of the Mapping is changed. What sequence of steps must you follow to achieve this? (Choose the best answer)
A. Go to the Physical tab, select the Fixed Design check box of the Physical Mapping Design.
B. Go to the Physical tab, select the Is Frozen check box of the Physical Mapping Design.
C. Go to the Physical tab, select the Read-only check box of the Physical Mapping Design.
D. Go to the Physical tab, deselect the Modify check box of the Physical Mapping Design.
C. Go to the Physical tab, select the Read-only check box of the Physical Mapping Design.
Which two statements are true about the Oracle Data Integrator Software Development Kit (ODI SDK)? (Choose two.)
A. It enables developers to execute most ODI operations through a Java program.
B. It can be used to embed ODI processes into another product.
C. It is used to load data between Teradata and Oracle.
D. It must be used by ETL developers to develop ODI processes.
D. It must be used by ETL developers to develop ODI processes.