Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Problem with Oracle, ODBC and Postgresql



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

 



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group