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: Export data to dbase or text file from Oracle database?

Re: Export data to dbase or text file from Oracle database?

From: Peder Holst <pederh_at_elektrosoft.se>
Date: 1997/09/30
Message-ID: <01bccdc0$d69a90c0$1a0a0a0a@pederh>#1/1

Kislinger <ckdkh_at_pha.pvtnet.cz> wrote in article <342F7C6C.6E44_at_pha.pvtnet.cz>...
> Hi, all
> I have problem with exporting data from Oracle database to
> dbase or txt file. I want make this in SQL, no in Oracle Forms or
> Reports.
> Is any available package, which can does it.
>
> Please, send e-mail to my post box.
>
> Thanks, Mike.
>

If you like SQL SQLMover is a product worth looking at. The tool is designed for replication between Oracle, Textfiles, Excelfiles, SQL Server, Sybase.
A flexible tool for the DB-knowledgeable with full error handling capabilities that allows you to replicate and convert automatically between any ODBC compliant datasources.All Microsoft ODBC desktop drivers including Text and
dBase driver can be
downloaded from www.sqlmover.com.
SQLMover can be installed on a NT Server or a WS (or Windows 95) and initiated manually or automatically. It has transaction support if supported
by the destination DB.
SQLMover uses standard, simple or complex SQL SELECT statement in the source end and INSERT, UPDATE, INSERT then UPDATE, UPDATE the INSERT or DELETE statement towards the destination database table.

Data conversion and cleaning can be performed a. by using the SQL conversion
or string functions in the SELECT statement towards the source DB, b. by using
the built in Format Mask functions or c. by using triggers in the destination
database. To evaluate until Oct.31 you can download from www.sqlmover.com (follow the
download buttons) and use the evaluation key OSHKSHTD. The key allows you to transfer max. 500 rows per transfer/replication task and max. 5 tasks can be defined.  

For DataWarehouse applications you can choose to let SQLMover aggregate your data by
using SELECT -GROUP BY. For more ideas about how to use the product please use support form at www.sqlmover.com submitting your business rules.

SQLMover processes can be configured to work in parallell. Peder Holst,
pederh_at_elektrosoft.se Received on Tue Sep 30 1997 - 00:00:00 CDT

Original text of this message

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