You are on page 1of 8

Creation of Tera Data Databasesfrom the desktop->click the teradata service control->click on start T.

Start programs->teradata administrator13.0

Select the datasource tdadmin with the root database dbc,select databases and users with
the perm space->click ok
From tools menu->select create->select database

Enter the following details


Dbname-DWH
Permspace-50
Spool-40
Create ->close
Assign permissions to users
From tools menu select grant click on object rights->select databse name DWH ->select
the tab to/from user->select tduser(default user)->select all->click on grant->close

Creation of odbc connections to teradata

Start settings->control panel->administrative tools

Select datasources(odbc)->select the system dsn tab->add

Select the driver teradata->click on finish

Name-DWH_odbc
Ip address-127.0.0.1
Username-tduser
Password-tduser
Default database->DWH->ok
SourcesEmp(oracle)
Dept(oracle)

TargetsEmp(teradata)
Dept(teradata)

MappingsDesign pass through mappings

Create sessions for pass through mappings


Creation of writer connections to teradata->from client workflow manager->select
connection menu->relational

Select the type odbc->click on new->enter the name td_odbc_DWH

Username-tduser
Password-tduser
Connect string-tduser
Click ->ok->close
Double click ->mapping tab->set the reader and writer connections from target properties
Set the following attribute

Attributetable name prefix


apply->ok

value
DWH

create the workflow, connect the workflow to the session

Run the workflow

Workflow and sessions are succeeded


See the data from the tables emp, dept in teradata

You might also like