This website requires JavaScript.
Explore
Help
Sign In
mirror
/
postgresql
Watch
2
Star
0
Fork
0
You've already forked postgresql
mirror of
https://git.postgresql.org/git/postgresql.git
synced
2024-12-15 08:20:16 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f0cbfcd399
postgresql
/
contrib
/
oracle
/
TODO
6 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Upgrade to ora2pg 1.10. Backpatch to 7.3.X.
2003-01-08 06:15:56 +08:00
The following need your contribution :
Here the latest version and first working release of Ora2Pg a tool to export Oracle database to PostgreSQL. It currently dump the database schema (tables, views, sequences, indexes, grants), with primary, unique and foreign keys into PostgreSQL syntax without editing the SQL code generated. You can dump only a particular schema from the Oracle database. Functions, procedures and triggers with SQL or PLSQL code generated must be reviewed to match the PostgreSQL syntax. Some usefull recommandation on porting Oracle to PostgreSQL can be found at http://techdocs.postgresql.org/ under the "Converting from other Databases to PostgreSQL" Oracle part. I just notice one thing more is that the trunc() function in Oracle is the same for number or date so be carefull when porting to PostgreSQL to use trunc() for number and date_trunc() for date. I will add more precision in type NUMBER conversion based on length to match as closest as possible all rich PostgreSQL numerics type. But it seems not to be urgent as it seems that Oracle DBAs only create number with length 22 (default) Space seems not to be their problem... Gilles DAROLD
2001-06-23 10:56:23 +08:00
- SQL queries converter.
- PL/SQL code converter.
Reference in New Issue
Copy Permalink