Re: [PERFORM] Performance test of Oracle and PostgreSQL using same binary

2011-01-12 Thread Jeff Janes
On Tue, Jan 11, 2011 at 10:54 PM, Divakar Singh 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 t

[PERFORM] Performance test of Oracle and PostgreSQL using same binary

2011-01-11 Thread Divakar Singh
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 pr