Re: [SQL] Dumping Oracle tables into Postgres

Поиск
Список
Период
Сортировка
От tjk@tksoft.com
Тема Re: [SQL] Dumping Oracle tables into Postgres
Дата
Msg-id 199908251750.KAA02838@uno.tksoft.com
обсуждение исходный текст
Ответ на Re: [SQL] Dumping Oracle tables into Postgres  (Howie <caffeine@toodarkpark.org>)
Список 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@toodarkpark.org>   URL: http://www.toodarkpark.org
> "The distance between insanity and genius is measured only by success."
>
>
> ************
>
>

В списке pgsql-sql по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [SQL] 2 million+ entries
Следующее
От: "tjk@tksoft.com"
Дата:
Сообщение: Re: [SQL] harddisk crash