Re: BUG #5994: Can't excute DBI->connect to oracle by client site

From: 李紅兵 <lihongbing(at)intasect(dot)com(dot)cn>
To: "John R Pierce" <pierce(at)hogranch(dot)com>, <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #5994: Can't excute DBI->connect to oracle by client site
Date: 2011-05-11 05:53:56
Message-ID: 3A15F4ECF69F46068FE5054FBDE17EC7@lhb3
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Perhaps you misunderstanding what I mean.
I can connect to postgreSQL server correctly,
but When I connect postgreSQL with TCP Sockets, it return error to connect to oracle server by DBI->connect from perlu script.

When I connect postgreSQL with Unix Domain Sockets,it works well.

My conf file:
listen_addresses = '*' # what IP address(es) to listen on;
host all all 0.0.0.0/0 password

----- Original Message -----
From: "John R Pierce" <pierce(at)hogranch(dot)com>
To: <pgsql-bugs(at)postgresql(dot)org>
Sent: Wednesday, May 11, 2011 11:40 AM
Subject: Re: [BUGS] BUG #5994: Can't excute DBI->connect to oracle by client site

On 05/10/11 8:09 PM, 李紅兵 wrote:
> I run my test program with 2 ways in the same login environment.One succeed and one fail.
>
> 1) psql -d dbi_link_test
> -->connect succeed
> 2) psql -h HOSTNAME -d dbi_link_test
> -->connect fail
>
> The different is connection options(Unix Domain Sockets/TCP Sockets).

is your server listen_addresses = '*' ? if not, its not listening on the
interface that will respond to connections to 'HOSTNAME'

and, is pg_hba.conf configured for an appropriate authentication method
for `host` connections ?

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Craig Ringer 2011-05-11 06:17:51 Re: BUG #5994: Can't excute DBI->connect to oracle by client site
Previous Message Tom Lane 2011-05-11 04:17:24 Re: BUG #6019: invalid cached plan on inherited table