Re: Fwd: pgsql ---> Oracle, etc

From: Erik Price <erikprice(at)mac(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Fwd: pgsql ---> Oracle, etc
Date: 2002-10-07 00:15:44
Message-ID: EC0745DA-D989-11D6-B368-00039351FE6A@mac.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


On Sunday, October 6, 2002, at 11:56 AM, Tom Lane wrote:

> Transporting the data shouldn't be too hard. Porting your application
> from one DB to another can be painful, as everybody has their own set
> of
> discrepancies from the SQL standard. Frequently you don't realize
> until you port which nonstandard features you were depending on.
>
> My guess is that a PG -> Oracle port would be much less painful than
> a MySQL -> Oracle port, as MySQL is considerably off the mark in many
> areas of spec compliance. But you'd have to be careful in either
> scenario.

I'm anticipating application-level problems as you mention, but as long
as it is (relatively) straightforward to dump the data to Oracle. For
instance, can be done with PostgreSQL's equivalent of the "dump" to SQL
and then load that into the other DB.

Fortunately the application itself is planned to be a fairly simple one.

Thanks Tom,

Erik

--
Erik Price (zombies roam)

email: erikprice(at)mac(dot)com
jabber: erikprice(at)jabber(dot)org

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message sudharshan reddy 2002-10-07 08:56:49 Row types
Previous Message Tom Lane 2002-10-06 15:56:46 Re: Fwd: pgsql ---> Oracle, etc