Re: Oracle to PostgreSQL transition? - Mailing list pgsql-general

From Martín Marqués
Subject Re: Oracle to PostgreSQL transition?
Date
Msg-id CABeG9LvpfUUQdGBQzE_na5+4CEVD8J0DZHz8jGyLpwx9BK2PXA@mail.gmail.com
Whole thread Raw
In response to Re: Oracle to PostgreSQL transition?  (Robert Treat <rob@xzilla.net>)
List pgsql-general
2013/4/5 Robert Treat <rob@xzilla.net>:
>
> Yeah, it's worth reading through those links to get an idea of things;
> you'll find much less literature (and tools) for MSSQL, but the
> principals are mostly the same. One thing to decide on is if you are
> going to port applications wholesale, or try to run some kind of
> hybrid oracle/mssql -> postgres mix. If it's the latter, you'll
> probably need to write your own tools; at least we've always done that
> as we've never found anything that worked with both Oracle and MSSQL
> into Postgres reliably; but really it shouldn't be too difficult;
> basically just ETL or some home brew replication scripting to glue
> things together.

I gave some training a few years ago for devs that were migrating from
SQLServer to PostgreSQL and they had a bunch of SP, some of easy
resolution, and others that where impossible with PG functions written
in plpgsql. They used CURSORS a lot to simulate what they did with
SQLServer (there was a better solution, but time was crucial, and they
decided for that approach)


--
Martín Marqués
select 'martin.marques' || '@' || 'gmail.com'
DBA, Programador, Administrador


pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: ERROR: SERVER CLOSED THE CONNECTION UNEXPECTEDLY
Next
From: dafNi
Date:
Subject: optimizer's cost formulas