Mantis:
$g_db_type
The supported database types include: 'mysql' or 'mysqli' for MySQL, 'pgsql' for PostgreSQL, 'mssql' for MS SQL Server, 'oci8' for Oracle, and 'db2' for DB2. It is important to make sure that the PHP extension corresponding to the database type is enabled.
这段话里面的数据库都是支持的。
Testlink:
我在其install\sql\下面只看到三种数据库的表生成脚本:mssql、mysql、postgresql,没看到Oracle的。