You are on page 1of 145

ll transformations

source qualifier
sorter transformation
sequence generator
Router trans
Rank trans
normalizer trans
in normalizer trans we can create fields it will take automatically input rows and output rows
joiner trans
filter trans
expression
aggregator trans
lookup connected
stored procedure......
first we have create procedure....

SQL> create or replace procedure tsalary(sal in emp.sal%type,deptno in emp.dept%type,tsal out number)


2 is
3 begin
4 tsal:=sal+deptno;
5 end;
6 /

Procedure created.
creating a cube.....
first we have to go target.....then....click the create/edit dimension
2.then click the add dimension
give the name and click the ok
like we can create two dimensions.........

then select the levels........add level


for the level give one name (name is level1)
then click the import source button
then select the table
select the all fields then click ok button
then add th hirarchy
for the hierarchy u can give one name(name is h1) then u can select the non-normalized then click apply finish
same process for another table also........
then two dimension table finish then
we can drag levels into the hierarchies.....
for two levels like that only ........then click ok button

then close it
now we can create cube.....

enter the name....and select the non-normalization


select the both tables.....then click next button
then select the fields (primary keys and measurable data) then click the next button
then we can see the one window(there if we want we can insert the new fields) click the finish
we can get the window is like
then click the close cube.....
then select and drag the two dimension table and fact table into the warehouse designer then generate the tables.....
then select the mapping designer......
first we have create the first dimension mapping......
second dimension mappingg.....
for the cube mapping....we need two lookup transformations then save it finish....the cube

You might also like