| From: | Chris Mair <chrisnospam(at)1006(dot)org> |
|---|---|
| To: | gustavo halperin <ggh(dot)develop(at)gmail(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Porting from ORACLE to PostgSQL |
| Date: | 2006-09-04 23:24:13 |
| Message-ID: | 1157412253.19093.6.camel@ultra.home.lan |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
> I need to porting many old ORACLE-oriented-SQL files and I have many
> problem with this code. Sometimes the code use some types not supported
> in PosgSQL like "number" or "varchar2", there fore, can I write some
> type of declaration (like in c : #define alias_name name) in order to
> make PosgSQL recognize these types? Or there are other solution that you
> recommend to use ?
You might look into the contrib package "ora2pg".
There's also a more ambitious project called "protopg".
That's in pre-alpha state, though. A development snapshots
for the *very* *adventurous* can be obtained here:
http://protopg.projects.postgresql.org/nightlies/
Bye, Chris.
--
Chris Mair
http://www.1006.org
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Nick Bower | 2006-09-05 01:26:59 | Two billion records ok? |
| Previous Message | Joshua D. Drake | 2006-09-04 22:55:30 | Re: Porting from ORACLE to PostgSQL |