Re: Fwd: pgsql ---> Oracle, etc - Mailing list pgsql-novice

From Erik Price
Subject Re: Fwd: pgsql ---> Oracle, etc
Date
Msg-id EC0745DA-D989-11D6-B368-00039351FE6A@mac.com
Whole thread Raw
In response to Re: Fwd: pgsql ---> Oracle, etc  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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@mac.com
jabber: erikprice@jabber.org


pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Fwd: pgsql ---> Oracle, etc
Next
From: Odri Kornel
Date:
Subject: Problems with roxen-postgresql