Re: Oracle and PostgreSQL servers incompatibility

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Jouneau Luc <Luc(dot)Jouneau(at)jouy(dot)inra(dot)fr>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Oracle and PostgreSQL servers incompatibility
Date: 2003-11-14 17:38:21
Message-ID: 200311141738.hAEHcLp12920@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Tom Lane wrote:
> "Jouneau Luc" <Luc(dot)Jouneau(at)jouy(dot)inra(dot)fr> writes:
> > We plan to install on a same Solaris server an Oracle8i and a PostgreSQL
> > 7.3.4 database.
> > During our impact tests, we encountered a situation where no more semaphore
> > was available for Oracle server (while we where bulk loading on postgreSQL
> > using copy statement. There was only one PG connection while there were many
> > on Oracle server).
> > I quote that our kernel configuration (semaphore and shared memory
> > parameters) had been previously correctly positionned as required in Oracle
> > and postgreSQL documentation.
>
> Obviously not. I suspect you forgot to add up the semaphore
> requirements of each package ...

Also, we grab all semaphores we will need for max connections at startup
so we don't fail under load so that might have surprised you.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Glenn Wiorek 2003-11-14 18:11:57 Re: Question On 7.4RC2
Previous Message Christopher Browne 2003-11-14 16:57:56 Re: Which hardware/filesystem for postgresql?