Re: [SQL] Dumping Oracle tables into Postgres

From: "tjk(at)tksoft(dot)com" <tjk(at)tksoft(dot)com>
To: caffeine(at)toodarkpark(dot)org (Howie)
Cc: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] Dumping Oracle tables into Postgres
Date: 1999-08-25 17:50:03
Message-ID: 199908251750.KAA02838@uno.tksoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Esteban,

Just one way of doing it, but export the tables
as comma/tab delimited files, or using whatever delimeter is
easy for you, and then use Postgres' copy command to import
the data into a Postgres table(s).

See under COPY in the user documentation for your
options, syntax, etc.. Anyway, the idea is to write
the data into a text file, and then either modify the text file
to contain the copy commands, or do it from a script, or
even do it manually with psql.

Once the data is inside postgres, you can tweak it to
your heart's content.

Troy

>
> On Tue, 24 Aug 1999, Esteban Chiner Sanz wrote:
>
> > What's the easiest (fastest) way for dumping Oracle tables into Postgres
> > tables?
> > Thank you,
>
> a quickie perl+DBI script solved that for me... ill have to check to see
> how portable it is... i know the sid, username, passwd were all
> hardcoded...
>
> ---
> Howie <caffeine(at)toodarkpark(dot)org> URL: http://www.toodarkpark.org
> "The distance between insanity and genius is measured only by success."
>
>
> ************
>
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Albert REINER 1999-08-25 20:51:41 Re: [SQL] PgSQL 6.5.1 and Group BY pb
Previous Message tjk@tksoft.com 1999-08-25 17:42:12 Re: [SQL] harddisk crash