ora2pg or dbi_link ?

Started by SHARMILA JOTHIRAJAHabout 17 years ago3 messagesgeneral
Jump to latest
#1SHARMILA JOTHIRAJAH
sharmi_jo@yahoo.com

Hi,
Ive been struggling to query some of my oracle tables from  postgres using the dbi_link and its not working.
Have anyone tried ora2pg for querying the oracle database from postgres? If so whats your feedback on that?
Thanks
Sharmila

#2Peter Eisentraut
peter_e@gmx.net
In reply to: SHARMILA JOTHIRAJAH (#1)
Re: ora2pg or dbi_link ?

SHARMILA JOTHIRAJAH wrote:

Ive been struggling to query some of my oracle tables from postgres
using the dbi_link and its not working.
Have anyone tried ora2pg for querying the oracle database from postgres?

ora2pg is not really made for that. It is for a one-time conversion.

#3SHARMILA JOTHIRAJAH
sharmi_jo@yahoo.com
In reply to: Peter Eisentraut (#2)
Re: ora2pg or dbi_link ?
Thanks Peter... 
--- On Tue, 2/10/09, Peter Eisentraut <peter_e@gmx.net> wrote:
From: Peter Eisentraut <peter_e@gmx.net>
Subject: Re: [GENERAL] ora2pg or dbi_link ?
To: sharmi_jo@yahoo.com
Cc: "General postgres mailing list" <pgsql-general@postgresql.org>
Date: Tuesday, February 10, 2009, 1:46 AM

SHARMILA JOTHIRAJAH wrote:

Ive been struggling to query some of my oracle tables from postgres using

the dbi_link and its not working.

Have anyone tried ora2pg for querying the oracle database from postgres?

ora2pg is not really made for that. It is for a one-time conversion.

So for one-time conversion which is faster dbi_link or ora2pg?
Sharmila