Problem with Oracle, ODBC and Postgresql - Mailing list pgsql-odbc

From Raul Orduna
Subject Problem with Oracle, ODBC and Postgresql
Date
Msg-id 6AF5354A92C4A64F93419B73F85C9CF701DF38C3@milieu.webtracasa.local
Whole thread Raw
Responses Re: Problem with Oracle, ODBC and Postgresql
List pgsql-odbc

Summarizing:

I have a dump of postgress data I must migrate to Oracle (a really complex project...really). The process must be iterative and repeatedly.

 

The OS are linux for Oracle and odbc machines and postgresql is in windows.

 

For this objective I want to access from oracle to postgresql via heterogeneous services and odbc. This integration, theoretically simple, cause problems in both sides.

 

The oracle part was through dg4odbc and unixODBC.

 

I use the standard driver for odbcposgres included in unixODBC “/usr/lib/libodbcpsql.so” (with isql I can connect to postgresql through unixodbc). But with dg4odbc an error affecting the types of SQLGetInfo arises.

 

I am trying to build the last driver of psqlodbc-08-08-0400 but I obtain conflicts with installation of unixODBC.

 

I try to avoid them renaming the with-unixodbc clauses, but I obtain more errors.

 

Some idea?

 

Raúl

 

pgsql-odbc by date:

Previous
From: Michael Toews
Date:
Subject: Multiple ConnSettings statements in connection string
Next
From: "Hiroshi Saito"
Date:
Subject: Re: Problem with Oracle, ODBC and Postgresql