Re: Porting from ORACLE to PostgSQL

Поиск
Список
Период
Сортировка
От Chris Mair
Тема Re: Porting from ORACLE to PostgSQL
Дата
Msg-id 1157412253.19093.6.camel@ultra.home.lan
обсуждение исходный текст
Ответ на Porting from ORACLE to PostgSQL  (gustavo halperin <ggh.develop@gmail.com>)
Ответы Re: Porting from ORACLE to PostgSQL  (gustavo halperin <ggh.develop@gmail.com>)
Список 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


В списке pgsql-general по дате отправления:

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Porting from ORACLE to PostgSQL
Следующее
От: Nick Bower
Дата:
Сообщение: Two billion records ok?