Home | Contact Us | Sitemap
DWHlabs provides Data Warehouse education services.This web portal is very useful to the Database professionals,
Data Warehouse professionals, UNIX professionals etc.,
  About Us Advertise Support us Tell your Fren Testimonial Contact Us  
 
 
Please help us continue development of this website and it's services!
 
 

 


 
DWHlabs- ETL TOOL
Sponsered Links
 
 
MAPPINGS PAGE - TRANSFORMATION MAPPINGS - STORED PROCEDURE TRANSFORMATION
 
 
Transformation : Stored Procedure (sp_)
Explanation : Stored procedure is a passive and connected /unconnected transformation.

  • Create stored procedures to automate tasks that are too complicated for standard SQL statements.

  • Stored procedures are stored and run within the database

  • Stored procedures allow user-defined variables, conditional statements, and other powerful programming features.
 
DESIGNER ::
 

stored procedures to do the following tasks:

  • Check the status of a target database before loading data into it.
  • Determine if enough space exists in a database.
  • Perform a specialized calculation.
  • Drop and recreate indexes.

Stored Procedure

create or replace procedure
revised_sal(SAL in number, R_SAL OUT NUMBER)
is
begin
R_SAL:=SAL+1000;
END;
/

Template Appereance

SAL
REV_SAL

Download :
XML FILE    
m_stored_revsal_connec    
m_stored_revsal_unconnec    
     
   
DWH 3Colors
CERTIFICATION GUIDE
DATA DICTIONARY
ALL ARTICLES
   
DWH CONCEPTS

DWH Architecture
Types of Schema
Normalization

VS LINKS

OLAP Vs OLTP
Dimension Table Vs Fact Table
Datamart Vs Data Warehouse
Data Mining Vs Web Mining


SHARE KNOWLEDGE

Now viewers can share their information with DWHlabs , please
Click Here.
Please send your feedback
Click Here .
Tell you friend about DWHlabs
Click Here .


Data Warehouse Lab

- ETL TOOL
INFORMATICA
OTHER TOOLS

- REPORTING TOOL

BUSINESS OBJECTS
OTHER TOOLS

Database Lab

- ORACLE
SQL
PL/SQL

- DB2
OTHER TOOLS

Unix Lab

Project Lab

DWH Schools

Books Store



 
  About Us Advertise Support us Tell your Fren Testimonial Contact Us  
© 2008 DWHlabs
Privacy Policy | Terms & Conditions