From: | Roberto Mello <rmello(at)cc(dot)usu(dot)edu> |
---|---|
To: | Andy <angelflow(at)yahoo(dot)com> |
Cc: | pgsql-sql(at)postgresql(dot)org |
Subject: | Re: Porting Web application written in Oracle 8 PL/SQL to Postgresql |
Date: | 2001-11-07 13:57:45 |
Message-ID: | 20011107065745.A18924@cc.usu.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Javier Dussaillant | 2001-11-07 14:32:06 | Old Template0 is annoying me! |
Previous Message | Gordan Bobic | 2001-11-07 13:16:57 | Performance Question Followup No.2 |
From | Date | Subject | |
---|---|---|---|
Next Message | Karel Zak | 2001-11-07 14:11:11 | Re: LIKE predicate and '\' character |
Previous Message | Andy Hallam | 2001-11-07 12:58:00 | Re: LIKE predicate and '\' character |
From | Date | Subject | |
---|---|---|---|
Next Message | Roberto Mello | 2001-11-07 14:00:31 | Re: design tool |
Previous Message | Sean K. Sell | 2001-11-07 12:43:16 | Re: update in rule |