Performance test of Oracle and PostgreSQL using same binary

From: Divakar Singh <dpsmails(at)yahoo(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Performance test of Oracle and PostgreSQL using same binary
Date: 2011-01-12 06:54:10
Message-ID: 897413.32755.qm@web65401.mail.ac4.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hello all,
I am trying to do comparative study of PostgreSQL and Oracle.
Has anybody tried to use same binary for connecting to oracle as well as
PostgreSQL at the same time?
I mean the program should be able to create 1 connection to oracle and 1
connection to postgreSQL at the same time.
The problem I can foresee may be symbol clash etc (it is a C program using libpq
and OCI).

Has anyone been successful in loading and using both libraries in the program at
the same time without symbol clash?

Best Regards,
Divakar

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message marc.hsiao 2011-01-12 08:21:12 Re: How to turn autovacuum prevent wrap around run faster?
Previous Message Jignesh Shah 2011-01-12 01:43:32 Re: Performance of PostgreSQL over NFS