Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the most Oracle compatible open source DBMS? [closed]

My organization is thinking on using an open source DBMS (free if possible, but not mandatory) for all new apps that we develop. Since we already have quite a few apps that connect to an oracle server, we would like to use a DBMS that is as compatible as possible with Oracle. So we can port the apps to oracle with the less work in the case we don't get the same performance or just don't like how it responds. Also, most of the developers have experience only with Oracle.

Which one would you recommend? We're trying to cut down costs.

like image 756
Carlos Blanco Avatar asked Feb 03 '10 23:02

Carlos Blanco


2 Answers

Postgresql has always proven to be a good choice in my experience.

Read up on Oracle to Postgres conversion

There is also this page which offers links to more information and tools for migration.

Specifically the Porting from Oracle PL / SQL section of the PostgreSQL manual.

like image 61
AdamW Avatar answered Oct 13 '22 12:10

AdamW


PostgreSQL is probably the only open source enterprise class DBMS and the syntax resembles more of PL/SQL than anything else.

like image 24
softveda Avatar answered Oct 13 '22 10:10

softveda