The workflow you are designing requires checking to see whether there are records available in a source table before doing anything. Which ODI tool must you use to implement this? (Choose the best answer.)
You have to loop through a Mapping step three times in a package by using variables. Identify the correct variable data type to create the loop. (Choose the best answer.)
You want to draw directly in the data flow all the details about how the different servers involved are connected, in order to load a specific table by using ODI. What must you do to accomplish this? (Choose the best answer.)
A.
In the ODI Interface palette, choose the more convenient graphic objects to link the involved servers.
B.
You need not draw directly in the data flow all the details about how the different servers involved are connected. ODI automatically designs the flow and how servers are connected.
C.
You need not draw directly in the data flow all the details about how the different servers involved are connected. The code will be the black box generated directly by ODI.
D.
You must draw directly in the data flow all the details about how the different servers involved are connected, and also specify with variables the passwords for connecting to the data contained in the servers.
Answer:
B
User Votes:
A
50%
B 2 votes
50%
C 1 votes
50%
D 2 votes
50%
Discussions
0/ 1000
Question 5
Which statement is true about the IKM SQL Control Append that creates an intermediate integration table prefixed with I$? (Choose the best answer.)
A.
Theintermediate integration table prefixed with I$is required to determine which records must be inserted.
B.
IfFlow Control is not necessary, an I$ table is not created.
C.
Theintermediate integration table prefixed with I$ is createdbecause the flow control is mandatory when doing an initial load.
D.
Neither the LKM northe IKM create intermediate tables. Most of their work is performed in the ODI Agent memory.
You design a package with mappings that consume data from journalized data stores in Consistent Set CDC mode. Which option represents the steps that must be performed at the beginning of your package to accomplish this? (Choose the best answer.)
A.
Add data stores to the package, set Datastores steps to Journalizing Datastore, and select the Extend Window and Lock Subscriber check boxes.
B.
Add data stores to the package, set Datastores steps to Journalizing Datastore, and select the Unlock Subscriber and Purge Journal check boxes.
C.
Add a model to the package, set the Model step to Journalizing Model, and select the Extend Window and Lock Subscriber check boxes.
D.
Add a sub model to the package, set the Sub-model step to Journalizing Sub-model, and select the Extend Window and Lock Subscriber check boxes.
You must ensure that your Mappings do not run into connectivity issues when moving data from server A to server B by using an AGT agent that is running on server B. How must you test this by using ODI Studio running on machine C? (Choose the best answer.)
A.
UseOdiPingAgentin a package to ping AGT agent.
B.
In Topology, test the connections to servers A and B by using the AGT agent.
C.
In Topology, test the connections to the AGT agent.
D.
In Topology, test the connections to servers A and B by using Local (No Agent).
Answer:
B
Explanation: (http://www.ateam-oracle.com/how-to-understand-and-diagnose-odi-connectivityissues/) as per this link even choice A is right as its alternative/additional method for testing connectivity
User Votes:
A
50%
B 4 votes
50%
C 1 votes
50%
D
50%
Discussions
0/ 1000
Question 9
A Mapping that uses CDC does not load any source data and you want to check the SNP_CDC_SET table to find out the current window ID. In which database schema must you look to find this table? (Choose the best answer.)
A.
the schema hosting the Work repository
B.
the schema hosting theWork schema of the default schema defined for your source data server
What must you set on the Definition tab of a variable to protect the variable value from being displayed in the Operator logs? (Choose the best answer.)
You want to deploy the generated code manually in a source or target server, before executing a mapping in ODI. How can you accomplish this? (Choose the best answer.)
A.
You need not deploy the generated code manually in a source or target server. ODI Agent coordinates the execution of commands prepared for the job, and executes them on the correct server.
B.
You must deploy the generated code manually in a source or target server. You must then compile the generated code and then double-check if the code prepared for the development server is the same as the code for the production server.
C.
You need not deploy the generated code manually in a source or target server. ODI prepares a package for the development environment.
D.
You must deploy the generated code manually in a source or target server. You must copy all procedures generated into the development, test, and production servers.
Your project requires a loop through the same package logic 24/7. You must be able to purge those executions when required. How do you accomplish this? (Choose the best answer.)
A.
Link the last step of the package to its first step to create an infinite loop.
B.
Create a scenario from the package, add the scenario as the last step in the package, run it asynchronously, and then save and regenerate this scenario.
C.
Create a scenario from the package, add the scenario as the last step in the package, run it asynchronously, and then save.
D.
Drag the package to the last step in the package, run it asynchronously, and then save.
You are setting up the topology for an infrastructure with three different environments: Dev, QA, and Prod. How must you create Logical Schemas? (Choose the best answer.)
A.
Create one Logical Schema per Physical Schema.
B.
Create one Logical Schema per Physical Schema that stores the same type of data.