Slashdot Mirror


Fyracle: Oracle-Mode Firebird

mAriuZ writes "A beta is currently available that allow Firebird to support the major Oracle-based ERP/CRM application Compiere with virtually no change to the Compiere code base. No other proprietary or open-source database system can currently do this. The best part : Fyracle is open source if you want to compile it manually it's a set of patches that needs to be run over the firebird 1.5.1 source tree."

23 comments

  1. Mozilla... by larley · · Score: 4, Funny

    Is there anything they can't do?

    1. Re:Mozilla... by larley · · Score: 1

      Yes I KNOW it's a different firebird. It's humour, people...

    2. Re:Mozilla... by boredMDer · · Score: 0, Redundant

      Render /. correctly 100% of the time?

    3. Re:Mozilla... by lphuberdeau · · Score: 1

      They are talking about the database server, not the browser.

      --
      Qui ne va pas à la chasse n'a pas de gibier
      PHP Queb
    4. Re:Mozilla... by citog · · Score: 1

      Now I understand why your drone-alliance URL is so apt ...

    5. Re:Mozilla... by cant_get_a_good_nick · · Score: 1

      Render /. correctly 100% of the time?
      This is patched in the trunk, releases... umm, real soon now

  2. This is really cool. by djcapelis · · Score: 1, Interesting

    I've been wondering why someone could code an Oracle compatible database for a long time. This opens up a whole new range of possibilities as a lot of software is Oracle only. I hope this project continues to grow and mature and a few other databases do the same, it would be nice to see this happen with Postgres as well.

    --
    I touch computers in naughty places
    1. Re:This is really cool. by Unordained · · Score: 4, Interesting

      I've been watching the devel list as those creating fyracle have been asking about how to go about implementing this compatibility ... don't expect these features to be merged into the main tree. Oracle's made some pretty silly design decisions along the way, and other database teams/vendors take exception at the suggestion they should reproduce the quirks found in other products. They're trying to build a good system from the ground up, nice and clean -- not copy every good or bad decision someone else made.

      For some of us, that's a really good thing: ideas get re-thought and we get better solutions. For others, yes, that's a bad thing: software vendors go implementing their solutions for only one database server that costs out the butt, and think nothing of it -- software's expensive, why not make it more expensive? The client pays for it anyway, not the vendor. There are two solutions here: make a cheaper version of the database server (fyracle) or recode the application so it's not oracle-specific.

      How many Oracle-clone databases do we need? Should we encourage vendors to continue making oracle-only software, should we encourage them to use badly-designed language features? (Oracle's a bit of a whore as far as implementing just about anything they think will get software sold -- even if it's an absolutely abysmal idea.)

    2. Re:This is really cool. by djcapelis · · Score: 1

      I agree that bad decisions should not be continued. I also agree that oracle-only apps are annoying and a bad decision. And I don't want to support Oracle only apps.

      However, outside the idealism, I'm glad to see that there is now an open-source solution. It's a similar issue as WINE and the network driver layers to the linux kernel. Yes a native well-done version would be better, but I'm still glad to know I can make it work with open-source software if I have to.

      --
      I touch computers in naughty places
    3. Re:This is really cool. by perlchild · · Score: 1

      Maybe what mysql will be doing between mysql and maxdb(compatibility proxy) would be a better fit for compatibility reasons?
      Especially with oracle's cluster features?
      I can just imagine someone taking the code from sqlrelay and hacking something similar.

  3. Explanation please by Chris+Pimlott · · Score: 1

    Could someone explain exactly what this is?

    1. Re:Explanation please by Red+Pointy+Tail · · Score: 4, Informative

      Compiere is an open-source implementation of an ERP+CRM system, the catch is that it requires expensive Oracle databases (as much of the functionality has been encoded using Oracle SPs and such). There have been lots of talk about migrating it to other databases like PostgreSQL and donations were even seeked but not much have progressed... until now.

      Firebird (not to be confused with the Firefox browser) is another open source database based on Borland/Inprise InterBase - much improved now of course. Last I checked half a year ago, it has full ACID, distributed transactions *with savepoints* (postgreSQL can't), external/internal stored procs, triggers, subselects, referential integrity, ANSI compliant SQL, SMP support, ODBC/JDBC, triggers, up to 64Tb Databases, embedded build, native WIN32 build ... and ... with an amazingly small footprint of 2.5MB installation.

      Anyway, it seems to me that the crux of Fyracle is not that they rewritten Compiere to run on Firebird. It seems like they engineered a layer to implement all Oracle-like features on Firebird. Anything written natively for Oracle should be able to run off it! If they can pull it off, you can just rip out Oracle and place Firebird in.

      However, direct compatibility may not mean the ported application will run with the same performance and integrity as on an Oracle DB. But it is a very good step forward.

  4. For those who need it by xilmaril · · Score: 4, Informative

    just for everyone with bad memory who didn't read the article (that'd be almost everyone),

    it's FireBIRD, not FireFOX. it's the open source database that caused the browser to change it's name.

    They've developed a version of Firebird that acts interchangeably with Oracle database. Which is good, since now people have a free alternative just in case they want it.

  5. Now that ibFireBird has done it... by leonbrooks · · Score: 1

    ...I'm sure the competitive spirit will result in an Oracle compatibility model for PostgreSQL as well.

    --
    Got time? Spend some of it coding or testing
    1. Re:Now that ibFireBird has done it... by aled · · Score: 2, Interesting

      It's strange to me that Firebird got compatibility with Compiere before than PostreSQL. The later has a similar store procedure language to Oracle.

      --

      "I think this line is mostly filler"
  6. should not that.. by BigGerman · · Score: 2, Funny
    .. be called "Orafox"?

    I am sorry :-)

  7. Re:This `Firebird` confusion serves them right by Anonymous Coward · · Score: 0

    Firebird (the database) was there first. Why would they have to change the name instead of Mozilla browser? Do you have any sense of fairness?
    So what that the browser is more popular. Is popularity a license to destroy the branding of other products?

  8. Re:Alright! by Anonymous Coward · · Score: 0

    It works very well.

    It's a database engine, you know, it's not something for kids to play around.

  9. Necessary evil by leandrod · · Score: 2, Informative

    This is a (perhaps) necessary evil. The right thing to do would be to port Compiere to ISO SQL. The problem is that at the moment only IBM DB2 is standards-compliant. PostgreSQL comes close, but fails miserably on some important accounts for inertia: AUTOCOMMIT, CONSTRAINT ... NOT DEFERRABLE INITIALLY IMMEDIATE, lack of SQL/PSM...

    --
    Leandro Guimarães Faria Corcete DUTRA
    DA, DBA, SysAdmin, Data Modeller
    GNU Project, Debian GNU/Lin