Oracle Data Integrator: Integration and Administration Flashcards
(91 cards)
Three ODI runtime components
ODI Operator
ODI standalone agent
ODI Repository
T/F. The information contained in the Master Repository is maintained with the Topology Navigator and the Security Navigator
True
Information contained in a Master Repository
Security information, including users, profiles and access privileges for the ODI platform.
Topology information, including technologies, definitions of servers and schemas, contexts and languages.
Old version of objects.
T/F. The contents of a Work Repository are managed by using Designer and Topology tabs. They are accessed by the agent at run time.
False
T/F. A Work Repository can be linked with several Master Repositories.
False
The contents of a Work Repository are managed by using Designer an Operator. They are also accessed by the agent at run time.
True
A Work Repository stores information for:
Data models, which include descriptions of schemas, datastore structures and metadata, fields and columns, data quality constraints, cross-references, data lineage, and so on.
Execution, which means scenarios, scheduling information and logs.
The Operator Navigator stores information in a Work Repository, while using the topology defined in the Master Repository.
True
What is an agent?
An agent is a runtime component of ODI that orchestrates the integration process.
At design time, developers generate scenarios from the business rules that they have designed. The code of these scenarios is retrieved from the repository by the agent at run time.
This agent then connects to the data servers, and orchestrates the code execution on these servers.
Which steps are performed to set up an ODI repository environment?
Create repository storage spaces.
Create repository schemas.
Create the Master Repository.
Create at one or more Work Repositories.
T/F. You must always use the RCU to create repositories.
False
T/F. A Work Repository can be linked with only one Master Repository for version management purposes.
True
Statements true about populating a new Master Repository
You can populate a new Master Repository by defining new objects in the Topology or Security tab in Studio.
You can populate a new Master Repository by importing an existing Master Repository that has been previously exported.
Creating the Master and Work Repositories can consists of:
Creating tables.
Importing definitions for the different technologies.
T/F. When you set up the topology for the development environment, it should mirror the most fragmented production environment.
True
T/F. ODI cannot implement load balancing between physical agents without WebLogic Server.
False
In a given context, how many physical resources can a logical resource be mapped to at the most?
One
For every agent that you have started, you only need to create one physical agent in the topology.
False.
You use a data server that has five technology-specific subdivisions. You want to use two of them in ODI. How many physical schemas should you define for that server?
Two
In how many contexts can a physical schema be used?
Any number.
The JDBC URL will be the same for any database.
False.
Privileges a user must have to integrate data into the database tables and reverse-engineer them.
SELECT, INSERT, UPDATE, CREATE, DROP AND READ.
T/F. The recommend practice in ODI is that you create the ODI temporary objects in the same area/schema as your target schema for you data server.
False
T/F When executing any object, the Default context is the context selected by default in the Execution dialog box. If an invalid context name is specified, the execution will fail.
False