Hi The documentation is all at h2database.com
There is already an oracle compatibility mode for H2. http://h2database.com/html/features.html#compatibility I'm quite sure that if you submit patches for the things that you need, Thomas will be happy to accept them. The code is really pretty well-structured and easy to work with. Set up Eclipse, install Subclipse, checkout the repository, code, generate patch, and send to list. You're also welcome to just ask nicely for features and some of us might help out. Regards, Noel Grandin On Thu, Nov 10, 2011 at 19:39, dzoettl <[email protected]> wrote: > Hi, > > we are using H2 in development for six month now, our production > database is Oracle. Next year we would like to replace some old > servers using Oracle with new machines and H2. > > Even though our code runs fine, there are still some functions missing > which are used in customization, e.g. 'Function "TO_DATE" not found' . > > For using H2 as drop-in replacement we would like to add those Oracle > specific functions when running in Oracle mode. Maybe we could create > an add-on jar for this. > > Here are my questions: > 1. Who would like to join the effort of creating this drop-in > replacement for Oracle ? > 2. Is there already someone doing such a thing ? > 3. Is there already some a Wiki for H2 development ? > > Internally we are using http://www.dokuwiki.org/dokuwiki - maybe we > can open it for extern access to others. > > What we can provide: > - Coding and test code for Oracle specific functions. > - A database tool for copying from Oracle to H2 and back. > - A tool to view/monitor large files (> 2GB). > - A migration guide for transition from Oracle to H2 . > > Our platform: > - Mac OS X + Win XP > - http://www.jetbrains.com/idea > > Sincerely > Dirk Zöttl > Eckenfelder GmbH & Co.KG > > -- > You received this message because you are subscribed to the Google Groups "H2 > Database" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/h2-database?hl=en. > > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
