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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Loading External ODBC Data Source to Oracle Table via PL/SQL

Re: Loading External ODBC Data Source to Oracle Table via PL/SQL

From: Billy Verreynne <vslabs_at_onwe.co.za>
Date: Mon, 26 Aug 2002 10:38:00 +0200
Message-ID: <akcpdh$agt$1@ctb-nnrp2.saix.net>


Sergey Adamenko wrote:

> You can use Heterogeneous Services to access an ODBC source directly from
> SQL or PL/SQL.
> With the service configured you can issue:
> CREATE TABLE DATA_FROM_ODBC
> SELECT * FROM CUSTOMER_at_non_oracle_system;

Oracle's Transparent Gateways are "nice" - an alternative when there are no other choices. But there are many problems and issues related to using OTG.

If the requirement is to load data (and not integrate different data sources), it is much easier (and very much less expensive) to use something like SQL*Loader, than to purchase, install and configure an OTG.

If you really want a "drop and drag" data load solution than you can put together in a few minutes, then Delphi can do it. There are batchload/batchmove Visual Component Classes and heterogenous SQL support embedded in BDE (Borland's Database Engine).

--
Billy
Received on Mon Aug 26 2002 - 03:38:00 CDT

Original text of this message

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