Re: Porting Web application written in Oracle 8 PL/SQL to Postgresql - Mailing list pgsql-sql

From Roberto Mello
Subject Re: Porting Web application written in Oracle 8 PL/SQL to Postgresql
Date
Msg-id 20011107065745.A18924@cc.usu.edu
Whole thread Raw
In response to Porting Web application written in Oracle 8 PL/SQL to Postgresql  (angelflow@yahoo.com (Andy))
List pgsql-sql
Just to complement Domingo's and Josh's good responses...

On Sat, Nov 03, 2001 at 02:02:45AM -0800, Andy wrote:
> 
> My company has a pretty big Web-based application written in PL/SQL
> using an Oracle 8 backend database. We're thinking about moving from
> Oracle to Postgresql. I wondered if there's any quick way to do the
> porting:

Not a quick way. But there's a way :)
> - Any auomated tools to translate the PL/SQL code & to create tables?
> - What process do you recommend for doing the porting?  
> - Other suggestions?

As Domingo suggested, http://openacs.org/ is a pretty big web application
framework and applications built for Oracle and PostgreSQL. You can find
ideas in its data model of how to cope with the differences. It has
hundreds of PL/SQL (and PL/pgSQL) functions, and it's GPL'd.

The Porting Guide that Josh suggested is also included in the PostgreSQL
documentation, in the Programmer's Guide.

-Roberto
-- 
+----| http://fslc.usu.edu USU Free Software & GNU/Linux Club |------+ Roberto Mello - Computer Science, USU -
http://www.brasileiro.net      http://www.sdl.usu.edu - Space Dynamics Lab, Developer    
 
You just watch yourself. I have the death sentence in twelve systems.


pgsql-sql by date:

Previous
From: Roberto Mello
Date:
Subject: Re: design tool
Next
From: Karel Zak
Date:
Subject: Re: Postgres+ISO8859-8 support?