ODI - The physical schema

Card Puncher Data Processing

ODI - The physical schema

Creation

When you create a data server, the physical schema windows appear automatically or right click on a data server, insert a physical schema.

Fill in:

  • the schema
  • the work schema. ODI Knowledge Modules often use temporary objects to stage temporary data for jobs optimization. These temporary objects are always stored in a particular schema or directory called the Work Schema (or staging area).
  • the context

For a database (Oracle)

It is preferable to create a specific schema dedicated to any Work tables. By creating a schema named “SAS” or “ODI” in all your data servers, you ensure that all Oracle Data Integrator activity remains totally independent from your applications.

CREATE USER odi IDENTIFIED BY odi;
GRANT CONNECT,RESOURCE TO odi;

Odi Topology Create Physical Schema

For a file system

Odi Essbase Data Server File





Discover More
Odi Oracle Reverse Def
ODI - Reverse-engineering Oracle

for Oracle create a context create a physical data server and its physical schema create (if not define in the physical schema) a logical schema You have two type (two ways) to reverse...



Share this page:
Follow us:
Task Runner