Options
Oracle Use?
Is there any way Vanilla can be made to run on Oracle instead of MySQL?
0
This discussion has been closed.
Comments
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