Re: Trying to connect to an Oracle instance...

From: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>
To: Spendius <spendius(at)muchomail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Trying to connect to an Oracle instance...
Date: 2006-07-13 15:03:21
Message-ID: 44B660B9.8090302@amsoftwaredesign.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Spendius wrote:
> Hi,
> I've been trying to perform a connection to an Oracle DB for a while,
> to no avail. Here is what I get at my psql prompt:
> postdb=# Select dblink_connect('login','hostaddr=<host IP> port=1521 \
>
If you are trying to connect to a Oracle DB, don't you need to be using
DBI Link instead of DBlink?
I thought DBLink was just for Postgresql databases?

Later,

--
Tony Caduto
AM Software Design
http://www.amsoftwaredesign.com
Home of PG Lightning Admin for Postgresql
Your best bet for Postgresql Administration

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Claire McLister 2006-07-13 15:28:43 Re: stored function - array parameter - how many element in array ?
Previous Message Michael Fuhr 2006-07-13 14:47:55 Re: Trying to connect to an Oracle instance...