SQL> select "AccountId","AccountPayBody" from "Account"@tocostpg;
select "AccountId","AccountPayBody" from "Account"@tocostpg
*
ERROR at line 1:
ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
connection to server at "192.168.51.82", port 5432 failed: FATAL: password authentication failed for user "POSTGRES"
{08001,NativeErr = 101}
ORA-02063: preceding 3 lines from TOCOSTPG
[postgres@webserver pgdata]$ psql -h 192.168.51.82 -p5432 -d postgres -U POSTGRES
Password for user POSTGRES:
psql: error: connection to server at "192.168.51.82", port 5432 failed: FATAL: password authentication failed for user "POSTGRES"
[postgres@webserver pgdata]$