Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Oracle feature like DTS?

RE: Oracle feature like DTS?

From: Goulet, Dick <DGoulet_at_vicr.com>
Date: Wed, 3 Nov 2004 12:31:00 -0500
Message-ID: <4001DEAF7DF9BD498B58B45051FBEA6501CC949C@25exch1.vicorpower.vicr.com>


Yes, on the high end there's Oracle Transformation Services. On the lower end you use SQL*Loader or external tables, SQL, PL/SQL, transparent gateways, heterogeneous services, etc..... It's doable without the funny widget.=20

Dick Goulet
Senior Oracle DBA
Oracle Certified 8i DBA
-----Original Message-----
From: Aragon, Gabriel (GE Commercial Finance) [mailto:gabriel.aragon_at_ge.com]=20
Sent: Wednesday, November 03, 2004 12:18 PM To: oracle-l_at_freelists.org
Subject: Oracle feature like DTS?

Hi guys,=3D20

this is a question from one of my programmers, you know in SQL server =
=3D

there is this feature called DTS (Data Transformation Services) I have a
=3D

basic knowledge of this tool and use it only to export/import data =3D through Oracle/SQL and data movement in SQL, but I know it is capable to
=3D

do other things.

The scenary is like this:

  1. Pull a file from FTP
  2. Load it into a table
  3. Load another table directly from a database
  4. Process data and do some inserts into local DB tables

My first thought was to use unix scripts for the FTP stuff and maybe a =
=3D

proc that use an external table to load and process data, and finally =
=3D

crontab the entire operation, but (unfortunately) we are running under =
=3D

win2k.=3D20

Question: Is there anything similiar to DTS in Oracle to "pack" all the
=3D

steps?=3D20

Comments are welcome.=3D20
TIA. Gabriel=3D20

--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l
Received on Wed Nov 03 2004 - 11:26:33 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US