Re: ODBC Connection to External Data Source

From: "Trewern, Ben" <Ben(dot)Trewern(at)mowlem(dot)com>
To: "'paul_sand(at)mverify(dot)com'" <paul_sand(at)mverify(dot)com>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: ODBC Connection to External Data Source
Date: 2004-01-28 10:25:55
Message-ID: 996802F75C3CD411B424001083FA445BB2383D@CET_PONXX_FP001
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

What you're looking for is dblink it's in the contrib directory of the
postgres distribution. Not sure how it works as I haven't used it but it
does have some documentation.

Regards,

Ben


-----Original Message-----
From: Paul R. Sand [mailto:paul_sand(at)mverify(dot)com]
Sent: 27 January 2004 21:56
To: pgsql-odbc(at)postgresql(dot)org
Subject: [ODBC] ODBC Connection to External Data Source

I am looking for procedures on how to connect postgres to an external data
source (ODBC to Oracle). I then will query the external data source to write
into postgres relations. I can't find information on how to set up the ODBC
connection from postgres to Oracle so I can use SQL in postgres to access
data in the Oracle database. I have the Oracle ODBC drivers install and can
access them with Excel. I need to also access the database from postgres.
Any suggestions on where I can find information on how to make this OBDC
connection?

Thanks!

Paul

*****************************************************************************
This email and any attachments transmitted with it are confidential
and intended solely for the use of the individual or entity to whom
they are addressed. If you have received this email in error please
notify the sender and do not store, copy or disclose the content
to any other person.

It is the responsibility of the recipient to ensure that opening this
message and/or any of its attachments will not adversely affect
its systems. No responsibility is accepted by the Company.
*****************************************************************************

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Jeff Eckermann 2004-01-28 14:48:32 Re: ODBC Connection to External Data Source
Previous Message Jeff Eckermann 2004-01-27 23:29:19 Re: ODBC Connection to External Data Source