Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorsumeet
    • CommentTimeAug 28th 2006
     # 1
    Is there any way Vanilla can be made to run on Oracle instead of MySQL?
  1.  # 2
    You could write a new SQL Builder class (i think that's the correct term) which handles all of vanillas database interaction. Currently it can deal with mysql and sqlite (i believe) but the theory behind the sql builder is to let you convert it over to any form of database. Depends how knowledgeable you are i guess...?
    • CommentAuthorsumeet
    • CommentTimeAug 28th 2006
     # 3
    I see. Well, I don't know much about that, so it's probably not a very good option... Unless someone else is willing to do a "community service" :-)
    •  
      CommentAuthora_magical_me
    • CommentTimeAug 28th 2006 edited
     # 4
    @minisweeper: Mark was experimenting with sqlite support for a little while, but I don't think it worked out.
    •  
      CommentAuthorDinoboff
    • CommentTimeAug 28th 2006 edited
     # 5
    The purpose of the sql buider is to make is to allow you to make vanilla work on something else than mysql. So, hopefully you won't have to rewrite it.

    The class you need to extend is database (library/Framework/Framework.Class.Database.php).
    Save your oracle class as library/Framework/Framework.Class.Oracle.php
    And add $Configuration['DATABASE_SERVER'] = 'Oracle'; in conf/settings.com
Add your comments
    Username Password
  • Format comments as