PDA

View Full Version : [SOLVED] Oracle in ubuntu



ubun2warrior
April 16th, 2010, 02:30 PM
Hi

Is there any Oracle equivalent in Ubuntu ?

crush304
April 16th, 2010, 03:12 PM
other than oracle (http://www.oracle.com/technology/products/database/xe/index.html) there are the opensource mysql and postgresql

Jekshadow
April 16th, 2010, 11:08 PM
There are many options for databases on Ubuntu. Here is a short list:


Relational Databases

MySQL
PostGreSQL
SQLite (embedded, not client-server)

NoSQL

Cassandra
HBase
CouchDB
MongoDB

phrostbyte
April 17th, 2010, 04:25 AM
Postgres is probably the closet FOSS equivalent. Also Oracle DB itself runs natively on Ubuntu.

pholding
April 17th, 2010, 09:34 AM
Have a look at EnterpriseDB, its built on Postgresql. One of their products Postgres Plus Advanced Server is supposed to be a direct alternative to Oracle and is capable of being the DB platform for applications written for Oracle.