Re: Performance test of Oracle and PostgreSQL using same binary

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: Divakar Singh <dpsmails(at)yahoo(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Performance test of Oracle and PostgreSQL using same binary
Date: 2011-01-12 17:11:52
Message-ID: AANLkTinnMxnKWAHiD_DF619mcfTPkK2qJUS=bHmiAat6@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Tue, Jan 11, 2011 at 10:54 PM, Divakar Singh <dpsmails(at)yahoo(dot)com> wrote:
> 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?

I've done this from Perl using DBI, DBD::Oracle, and DBD::Pg. As perl
is written in C, that should be a good sign for you.

Cheers,

Jeff

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Cédric Villemain 2011-01-12 20:09:47 Re: Slow query + why bitmap index scan??
Previous Message Kevin Grittner 2011-01-12 16:31:50 Re: Slow query + why bitmap index scan??