Re: [PERFORM] Performance Problem between Ora 10g and Psql

2006-07-12 Thread Joshua D. Drake
On Wednesday 12 July 2006 01:33, Thomas Radnetter wrote: > Hello! > > We're facing a performance problem here in a Oracle 10g -> PostgreSQL > environment. The Oracle DB accesses the PostgreSQL DB via UnixODBC + > psqlODBC. > > There are some 100 records on the Oracle DB to be updated with data > ob

Re: [PERFORM] Performance Problem between Ora 10g and Psql

2006-07-12 Thread Guillaume Smet
Thomas, On 7/12/06, Thomas Radnetter <[EMAIL PROTECTED]> wrote: Is this the correct place to issue this problem? It is if your issue is due to a PostgreSQL performance problem. How can I trace down the cause for this performance problem? The first thing to do is to determine if it is a pro

[PERFORM] Performance Problem between Ora 10g and Psql

2006-07-12 Thread Thomas Radnetter
Hello!We're facing a performance problem here in a Oracle 10g -> PostgreSQL environment. The Oracle DB accesses the PostgreSQL DB via UnixODBC + psqlODBC.There are some 100 records on the Oracle DB to be updated with data obtained from a view of the PostgreSQL DB. The fe