dbTalk Databases Forums  

DataMart

comp.databases.olap comp.databases.olap


Discuss DataMart in the comp.databases.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
athermian@yahoo.com
 
Posts: n/a

Default DataMart - 12-13-2004 , 02:42 PM






Hi,

I need some advise. We are in he process of designing our first data
mart. This Datamart will consists of sales orders activity. Sales
orders have lines created, deleted and inserted on a daily basis as
long as the sales order is open.

It has been suggested that we do triggers the these tables and then
populate the Datamart. Which the DBA is not thrilled with. is there
another way to do this wihtout triggers.?

The data needs to get updated daily and the volume is about 500K rows.
The data is being sourced from an ERP and the DB is oracle 9i. We also
have the option of using SQL Server if need be. Our BI tool is Cognos
and ETL tool is not an option since our data tranformations are very
simple.

Please share your experience.

Regards
Ather


Reply With Quote
  #2  
Old   
John Smith
 
Posts: n/a

Default Re: DataMart - 04-14-2005 , 09:21 PM






Well,

I have had a great deal of success using PL/SQL or T-SQL code to generate
tables that can be exported using SQLoader (Oracle) or DTS (SQL 2000).

If you would like some examples, let me know.

John Smith

<athermian (AT) yahoo (DOT) com> wrote

Quote:
Hi,

I need some advise. We are in he process of designing our first data
mart. This Datamart will consists of sales orders activity. Sales
orders have lines created, deleted and inserted on a daily basis as
long as the sales order is open.

It has been suggested that we do triggers the these tables and then
populate the Datamart. Which the DBA is not thrilled with. is there
another way to do this wihtout triggers.?

The data needs to get updated daily and the volume is about 500K rows.
The data is being sourced from an ERP and the DB is oracle 9i. We also
have the option of using SQL Server if need be. Our BI tool is Cognos
and ETL tool is not an option since our data tranformations are very
simple.

Please share your experience.

Regards
Ather




Reply With Quote
  #3  
Old   
bucknuggets@yahoo.com
 
Posts: n/a

Default Re: DataMart - 04-15-2005 , 11:15 AM



Usually, I prefer to extract data for population into a data mart
through a batch sql process. In the case of Oracle that would
typically be run via sqlplus. Then run sqlplus along with those
queries from a simple shell (like bash), or an interpreted language
(like python, ruby, or perl).

This is very easy to manage, schedule, rerun, etc.

buck


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.