Topic: Instead of MySQL we want use Oracle, but how?

We want to use  PunBB in our Intranet, but our database is Oracle and PunBB use MySQL.Is it possible to use PunBB in Oracle database ?If It is possible how?
We have to use Oracle and cant use MySQL or other databases  in our company.

Thanks,
AkeB0N0

Re: Instead of MySQL we want use Oracle, but how?

2 things you'd have to do:
1. Write a new abstraction layer for Oracle
2. Find the places where the query syntax is different and add in an oracle case

3 (edited by _olsen 2006-02-09 10:12)

Re: Instead of MySQL we want use Oracle, but how?

Does anyone wrote a abstraction layer for Oracle and want this to share ?