Page 1 of 1

Anyone using Oracle?

Posted: Fri May 29, 2009 10:38 pm
by emmulator
I understand that the commercial version of the software uses Oracle for the database, and I see the various hooks in the code for this. Is anyone using the open version with Oracle and could say what they had to do to make the changeover? Is it as easy as creating the schema and updating the db config?

I see one person mentioning using the open version with Oracle, but that was some time ago: <http://www.openemm.org/forums/viewtopic ... ght=oracle>

Thanks!

Posted: Wed Jun 03, 2009 12:56 pm
by maschoff
Unfortunately, it is not that easy, because features of MySQL and Oracle and their use via SQL are different, for example: date formats, sequences, handling of temp tables, etc.